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