InvenTree/InvenTree/part/test_supplier_part.py

8 lines
104 B
Python
Raw Normal View History

from django.test import TestCase
class SupplierPartTest(TestCase):
def setUp(self):
2019-04-24 17:20:25 +00:00
pass