This commit is contained in:
Matthias 2022-05-06 02:20:38 +02:00
parent 33e3385830
commit 2261e7a615
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

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 """