mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 12:36:45 +00:00
9 lines
143 B
Python
9 lines
143 B
Python
from django.test import TestCase
|
|
|
|
from .models import Part, SupplierPart
|
|
|
|
|
|
class SupplierPartTest(TestCase):
|
|
|
|
def setUp(self):
|
|
pass |