mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
fix import
This commit is contained in:
parent
e1ff4b6e87
commit
22adc37242
@ -2,7 +2,7 @@
|
||||
|
||||
from django.test import TestCase
|
||||
|
||||
from InvenTree.InvenTree.helpers import InvenTreeTestCase
|
||||
from InvenTree.helpers import InvenTreeTestCase
|
||||
from plugin import InvenTreePlugin
|
||||
from plugin.mixins import ActionMixin
|
||||
|
||||
|
@ -8,7 +8,7 @@ from django.urls import reverse
|
||||
|
||||
from rest_framework import status
|
||||
|
||||
from InvenTree.InvenTree.api_tester import InvenTreeAPITestCase
|
||||
from InvenTree.api_tester import InvenTreeAPITestCase
|
||||
from stock.models import StockItem
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
""" Unit tests for action plugins """
|
||||
|
||||
from InvenTree.InvenTree.helpers import InvenTreeTestCase
|
||||
from InvenTree.helpers import InvenTreeTestCase
|
||||
from plugin.builtin.action.simpleactionplugin import SimpleActionPlugin
|
||||
|
||||
|
||||
|
@ -5,7 +5,7 @@ from django.urls import reverse
|
||||
|
||||
from rest_framework import status
|
||||
|
||||
from InvenTree.InvenTree.api_tester import InvenTreeAPITestCase
|
||||
from InvenTree.api_tester import InvenTreeAPITestCase
|
||||
|
||||
|
||||
class TestInvenTreeBarcode(InvenTreeAPITestCase):
|
||||
|
@ -1,6 +1,6 @@
|
||||
""" Unit tests for action plugins """
|
||||
|
||||
from InvenTree.InvenTree.helpers import InvenTreeTestCase
|
||||
from InvenTree.helpers import InvenTreeTestCase
|
||||
|
||||
|
||||
class SampleIntegrationPluginTests(InvenTreeTestCase):
|
||||
|
Loading…
Reference in New Issue
Block a user