This commit is contained in:
Matthias Mair 2022-05-20 12:32:25 +02:00
parent 023ff3c85a
commit 3a1996dd48
5 changed files with 3 additions and 5 deletions

View File

@ -13,7 +13,3 @@ repos:
rev: '4.0.1'
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
rev: '5.10.1'
hooks:
- id: isort

View File

@ -20,6 +20,7 @@ class CompanyViewTestBase(InvenTreeTestCate):
'all',
]
class CompanyViewTest(CompanyViewTestBase):
"""
Tests for various 'Company' views

View File

@ -22,6 +22,7 @@ class PartViewTestCase(TestCase):
def setUp(self):
super().setUp()
class PartListTest(PartViewTestCase):
def test_part_index(self):

View File

@ -262,7 +262,6 @@ class PanelMixinTests(TestCase):
roles = ['all']
def test_installed(self):
"""Test that the sample panel plugin is installed"""

View File

@ -20,6 +20,7 @@ class StockViewTestCase(InvenTreeTestCate):
roles = ['all']
class StockListTest(StockViewTestCase):
""" Tests for Stock list views """