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

add in missing class references

This commit is contained in:
Matthias Mair
2022-05-20 17:55:11 +02:00
parent 799af89312
commit 45a9a4d0c5
2 changed files with 5 additions and 3 deletions
InvenTree
part
plugin
base
integration

@@ -1,12 +1,13 @@
""" Unit tests for Part Views (see views.py) """
from django.test import TestCase
from django.urls import reverse
from InvenTree.helpers import InvenTreeTestCase
from .models import Part
class PartViewTestCase(TestCase):
class PartViewTestCase(InvenTreeTestCase):
fixtures = [
'category',