2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-30 12:36:45 +00:00
InvenTree/InvenTree/part/test_supplier_part.py
Oliver Walters e6617fef80 reverse URL lookup for BomItem and SupplierPart
- created empty test files
2019-04-25 01:05:08 +10:00

9 lines
143 B
Python

from django.test import TestCase
from .models import Part, SupplierPart
class SupplierPartTest(TestCase):
def setUp(self):
pass