2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-01 23:34:41 +00:00

Add #TODO

This commit is contained in:
Oliver Walters
2021-01-14 10:54:34 +11:00
parent b7bbc97218
commit df335b683c
+2
View File
@@ -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