2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 03:56:43 +00:00
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() 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 """