mirror of
https://github.com/inventree/InvenTree.git
synced 2025-12-14 08:19:54 +00:00
PEP fixes
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user