2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-12-14 08:19:54 +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

@@ -2,6 +2,7 @@ from django.test import TestCase
from .models import Part, PartCategory
class SimplePartTest(TestCase):
def setUp(self):
@@ -19,4 +20,4 @@ class SimplePartTest(TestCase):
def test_category(self):
self.assertEqual(self.px.category_path, '')
self.assertEqual(self.pz.category_path, 'TLC')
self.assertEqual(self.pz.category_path, 'TLC')