Improve testing for part export

This commit is contained in:
Oliver Walters 2019-08-08 23:06:22 +10:00
parent 21d2c434ff
commit f299248063

View File

@ -11,7 +11,10 @@ class PartViewTestCase(TestCase):
fixtures = [
'category',
'part',
'bom',
'location',
'company',
'supplier_part',
]
def setUp(self):