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()
self.assertEqual(len(result), 60)
class PartTest(TestCase):
""" Tests for the Part model """