Rename workflow test module

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-11-08 00:12:01 -04:00
parent fe9d015d0c
commit 1615e584ce

View File

@@ -1,16 +0,0 @@
from __future__ import unicode_literals
from mayan.apps.documents.tests.test_models import GenericDocumentTestCase
class ActionTestCase(GenericDocumentTestCase):
def setUp(self):
super(ActionTestCase, self).setUp()
class MockWorkflowInstance(object):
document = self.test_document
class MockEntryLog(object):
workflow_instance = MockWorkflowInstance()
self.entry_log = MockEntryLog()