Split document.tests.test_views.

Signed-off-by: Michael Price <loneviking72@gmail.com>
This commit is contained in:
Michael Price
2018-03-13 03:03:33 -04:00
committed by Roberto Rosario
parent 77777deec5
commit 96836065a8
30 changed files with 622 additions and 559 deletions

View File

@@ -49,7 +49,7 @@ Caching
Converter
~~~~~~~~~
- Move converter transformations to their own module.
- Move converter transformations to their own module. [DONE]
Documents
@@ -172,7 +172,7 @@ Testing
- Update all API tests using self.client to just self. and the HTTP method.
- Add test for searches for each app that uses search.
- Split documents.tests.test_views into test_document_views test_pages_views, etc.
The module is too big.
The module is too big. [DONE]
UI - Frontend
~~~~~~~~~~~~~