Rename workflow action test modules

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-09-23 13:23:19 -04:00
parent 11898a36fe
commit 8322bd3a27
4 changed files with 1 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
from __future__ import unicode_literals from __future__ import unicode_literals
from mayan.apps.common.tests import GenericViewTestCase from mayan.apps.common.tests import GenericViewTestCase
from mayan.apps.documents.tests.mixins import DocumentTestMixin
from mayan.apps.document_states.tests.mixins import WorkflowTestMixin from mayan.apps.document_states.tests.mixins import WorkflowTestMixin
from mayan.apps.document_states.tests.test_actions import ActionTestCase from mayan.apps.document_states.tests.test_actions import ActionTestCase
@@ -40,11 +39,8 @@ class CabinetWorkflowActionTestCase(CabinetTestMixin, ActionTestCase):
class CabinetWorkflowActionViewTestCase( class CabinetWorkflowActionViewTestCase(
CabinetTestMixin, WorkflowTestMixin, DocumentTestMixin, CabinetTestMixin, WorkflowTestMixin, GenericViewTestCase
GenericViewTestCase
): ):
auto_upload_document = False
def test_cabinet_add_action_create_get_view(self): def test_cabinet_add_action_create_get_view(self):
self._create_test_workflow() self._create_test_workflow()
self._create_test_workflow_state() self._create_test_workflow_state()