PEP8 cleanups.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2017-08-27 02:08:39 -04:00
parent c27d922b3a
commit ec223dd54d
18 changed files with 15 additions and 93 deletions

View File

@@ -6,6 +6,7 @@ from documents.tests.test_models import GenericDocumentTestCase
class ActionTestCase(GenericDocumentTestCase):
def setUp(self):
super(ActionTestCase, self).setUp()
class MockWorkflowInstance(object):
document = self.document