Improve the document base test case for models and for views. Add document test mixin.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-04-10 04:00:05 -04:00
parent d534dfe65b
commit 74628ab04b
3 changed files with 53 additions and 65 deletions

View File

@@ -1,2 +1,2 @@
from .base import GenericDocumentViewTestCase # NOQA
from .base import GenericDocumentTestCase, GenericDocumentViewTestCase # NOQA
from .literals import * # NOQA