Record the upload of multiple documents

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-30 00:54:27 -04:00
parent 8084b59e6e
commit 80a9b9ef9d

View File

@@ -39,6 +39,7 @@ class DocumentTestMixin(object):
)
self.test_document = document
self.test_documents.append(document)
return document
def _calculate_test_document_path(self):
@@ -50,6 +51,7 @@ class DocumentTestMixin(object):
def setUp(self):
super(DocumentTestMixin, self).setUp()
self.test_documents = []
if self.auto_create_document_type:
self._create_document_type()