mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16: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
|