Reorganize common's base test class.

Signed-off-by: Michael Price <loneviking72@gmail.com>
This commit is contained in:
Michael Price
2018-03-13 15:21:24 -04:00
committed by Roberto Rosario
parent 4f5cf81212
commit 0a480066df
16 changed files with 109 additions and 105 deletions

View File

@@ -1,5 +1,7 @@
from __future__ import unicode_literals
from django.test import override_settings
from documents.tests import (
GenericDocumentViewTestCase, TEST_DOCUMENT_FILENAME
)
@@ -8,6 +10,7 @@ from ..permissions import permission_content_view
from ..utils import get_document_content
@override_settings(OCR_AUTO_OCR=True)
class DocumentContentViewsTestCase(GenericDocumentViewTestCase):
_skip_file_descriptor_test = True