mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 20:45:44 +00:00
Improve testing for part export
This commit is contained in:
@ -11,7 +11,10 @@ class PartViewTestCase(TestCase):
|
|||||||
fixtures = [
|
fixtures = [
|
||||||
'category',
|
'category',
|
||||||
'part',
|
'part',
|
||||||
|
'bom',
|
||||||
'location',
|
'location',
|
||||||
|
'company',
|
||||||
|
'supplier_part',
|
||||||
]
|
]
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
|
Reference in New Issue
Block a user