mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
PEP fixes
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
from django.test import TestCase
|
||||
|
||||
# Create your tests here.
|
||||
|
||||
class StockItemTest(TestCase):
|
||||
|
||||
def setUp(self):
|
||||
pass
|
||||
|
@ -1,3 +1,7 @@
|
||||
from django.test import TestCase
|
||||
|
||||
# Create your tests here.
|
||||
|
||||
class StockLocationTest(TestCase):
|
||||
|
||||
def setUp(self):
|
||||
pass
|
||||
|
@ -1,4 +1,7 @@
|
||||
from django.test import TestCase
|
||||
|
||||
# Create your tests here.
|
||||
|
||||
class StockTrackingTest(TestCase):
|
||||
|
||||
def setUp(self):
|
||||
pass
|
||||
|
Reference in New Issue
Block a user