mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-07 12:22:11 +00:00
PEP fix
This commit is contained in:
@@ -20,6 +20,7 @@ class CompanyViewTestBase(InvenTreeTestCate):
|
||||
'all',
|
||||
]
|
||||
|
||||
|
||||
class CompanyViewTest(CompanyViewTestBase):
|
||||
"""
|
||||
Tests for various 'Company' views
|
||||
|
@@ -22,6 +22,7 @@ class PartViewTestCase(TestCase):
|
||||
def setUp(self):
|
||||
super().setUp()
|
||||
|
||||
|
||||
class PartListTest(PartViewTestCase):
|
||||
|
||||
def test_part_index(self):
|
||||
|
@@ -262,7 +262,6 @@ class PanelMixinTests(TestCase):
|
||||
|
||||
roles = ['all']
|
||||
|
||||
|
||||
def test_installed(self):
|
||||
"""Test that the sample panel plugin is installed"""
|
||||
|
||||
|
@@ -20,6 +20,7 @@ class StockViewTestCase(InvenTreeTestCate):
|
||||
|
||||
roles = ['all']
|
||||
|
||||
|
||||
class StockListTest(StockViewTestCase):
|
||||
""" Tests for Stock list views """
|
||||
|
||||
|
Reference in New Issue
Block a user