2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00
This commit is contained in:
Matthias
2022-05-06 02:20:38 +02:00
parent 33e3385830
commit 2261e7a615

View File

@ -96,6 +96,7 @@ class TemplateTagTest(TestCase):
result = inventree_extras.visible_global_settings() result = inventree_extras.visible_global_settings()
self.assertEqual(len(result), 60) self.assertEqual(len(result), 60)
class PartTest(TestCase): class PartTest(TestCase):
""" Tests for the Part model """ """ Tests for the Part model """