Reorganize tests literals and move then to their respective apps.

This commit is contained in:
Roberto Rosario
2015-10-20 21:14:07 -04:00
parent 2bd92d8fac
commit df7a5c6e1c
29 changed files with 123 additions and 93 deletions

View File

@@ -8,9 +8,11 @@ from django.test import TestCase
from documents.models import DocumentType
from documents.tests.literals import (
TEST_ADMIN_PASSWORD, TEST_ADMIN_USERNAME, TEST_ADMIN_EMAIL,
TEST_DOCUMENT_TYPE, TEST_SMALL_DOCUMENT_PATH
)
from user_management.tests import (
TEST_ADMIN_PASSWORD, TEST_ADMIN_USERNAME, TEST_ADMIN_EMAIL
)
from ..models import Workflow, WorkflowState, WorkflowTransition