From 1fd336aa1bf7d8357f49e6c80015a854bd6a34e8 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 13 Feb 2022 20:00:19 +0100 Subject: [PATCH] ignore whole file --- InvenTree/InvenTree/ci_render_js.py | 1 + 1 file changed, 1 insertion(+) diff --git a/InvenTree/InvenTree/ci_render_js.py b/InvenTree/InvenTree/ci_render_js.py index d6452f6910..da6f54e40b 100644 --- a/InvenTree/InvenTree/ci_render_js.py +++ b/InvenTree/InvenTree/ci_render_js.py @@ -2,6 +2,7 @@ Pull rendered copies of the templated only used for testing the js files! """ +# pragma: no cover from django.test import TestCase from django.contrib.auth import get_user_model