From df335b683c4f4641ef29dd643b0a100f523fbaae Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Thu, 14 Jan 2021 10:54:34 +1100 Subject: [PATCH] Add #TODO --- InvenTree/label/tests.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/InvenTree/label/tests.py b/InvenTree/label/tests.py index 442fdb53aa..dcb051c929 100644 --- a/InvenTree/label/tests.py +++ b/InvenTree/label/tests.py @@ -17,6 +17,7 @@ from stock.models import StockItem class LabelTest(TestCase): + # TODO - Implement this test properly. Looks like apps.py is not run first def _test_default_labels(self): """ Test that the default label templates are copied across @@ -30,6 +31,7 @@ class LabelTest(TestCase): self.assertTrue(labels.count() > 0) + # TODO - Implement this test properly. Looks like apps.py is not run first def _test_default_files(self): """ Test that label files exist in the MEDIA directory