mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 04:26:44 +00:00
8 lines
104 B
Python
8 lines
104 B
Python
from django.test import TestCase
|
|
|
|
|
|
class SupplierPartTest(TestCase):
|
|
|
|
def setUp(self):
|
|
pass
|