Fix workflow action tests
Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
@@ -2,7 +2,7 @@ from __future__ import unicode_literals
|
||||
|
||||
from django.contrib.contenttypes.models import ContentType
|
||||
|
||||
from mayan.apps.document_states.tests.test_workflow_actions import ActionTestCase
|
||||
from mayan.apps.document_states.tests.base import ActionTestCase
|
||||
from mayan.apps.documents.permissions import permission_document_view
|
||||
|
||||
from ..workflow_actions import (
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from mayan.apps.common.tests.base import GenericViewTestCase
|
||||
from mayan.apps.document_states.tests.base import ActionTestCase
|
||||
from mayan.apps.document_states.tests.mixins import WorkflowTestMixin
|
||||
from mayan.apps.document_states.tests.test_workflow_actions import ActionTestCase
|
||||
|
||||
from ..models import Cabinet
|
||||
from ..workflow_actions import CabinetAddAction, CabinetRemoveAction
|
||||
|
||||
@@ -7,8 +7,8 @@ from django.core import mail
|
||||
from mayan.apps.common.tests.base import GenericViewTestCase
|
||||
from mayan.apps.documents.tests.mixins import DocumentTestMixin
|
||||
from mayan.apps.document_states.literals import WORKFLOW_ACTION_ON_ENTRY
|
||||
from mayan.apps.document_states.tests.base import ActionTestCase
|
||||
from mayan.apps.document_states.tests.mixins import WorkflowTestMixin
|
||||
from mayan.apps.document_states.tests.test_workflow_actions import ActionTestCase
|
||||
from mayan.apps.metadata.tests.mixins import MetadataTypeTestMixin
|
||||
|
||||
from ..permissions import permission_user_mailer_use
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from mayan.apps.common.tests.base import GenericViewTestCase
|
||||
from mayan.apps.document_states.tests.base import ActionTestCase
|
||||
from mayan.apps.document_states.tests.mixins import WorkflowTestMixin
|
||||
from mayan.apps.document_states.tests.test_workflow_actions import ActionTestCase
|
||||
|
||||
from ..models import Tag
|
||||
from ..workflow_actions import AttachTagAction, RemoveTagAction
|
||||
|
||||
Reference in New Issue
Block a user