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

@@ -6,11 +6,12 @@ from django.core.urlresolvers import reverse
from django.test import TestCase, override_settings
from django.test.client import Client
from .literals import (
TEST_ADMIN_EMAIL, TEST_ADMIN_PASSWORD, TEST_ADMIN_USERNAME,
TEST_EMAIL_AUTHENTICATION_BACKEND
from user_management.tests.literals import (
TEST_ADMIN_EMAIL, TEST_ADMIN_PASSWORD, TEST_ADMIN_USERNAME
)
from .literals import TEST_EMAIL_AUTHENTICATION_BACKEND
class UserLoginTestCase(TestCase):
"""