2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-12-14 08:19:54 +00:00

Register test template in the admin interface

This commit is contained in:
Oliver Walters
2020-05-17 13:50:06 +10:00
parent badf9230a9
commit f791ac9f57
5 changed files with 30 additions and 3 deletions

View File

@@ -163,4 +163,4 @@ class TestTemplateTest(TestCase):
PartTestTemplate.objects.create(part=variant, test_name='A Sample Test')
self.assertEqual(variant.getTestTemplates().count(), n + 1)
self.assertEqual(variant.getTestTemplates().count(), n + 1)