2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

PEP fixes

This commit is contained in:
Oliver Walters
2019-04-25 03:20:25 +10:00
parent 7c91c9ba79
commit 7b68310d73
12 changed files with 47 additions and 68 deletions

View File

@ -1,4 +1,7 @@
from django.test import TestCase
# Create your tests here.
class StockItemTest(TestCase):
def setUp(self):
pass

View File

@ -1,3 +1,7 @@
from django.test import TestCase
# Create your tests here.
class StockLocationTest(TestCase):
def setUp(self):
pass

View File

@ -1,4 +1,7 @@
from django.test import TestCase
# Create your tests here.
class StockTrackingTest(TestCase):
def setUp(self):
pass