InvenTree/InvenTree/part/test_supplier_part.py

8 lines
104 B
Python

from django.test import TestCase
class SupplierPartTest(TestCase):
def setUp(self):
pass