Re-estructure tests to cleanup the apps' namespace.
This commit is contained in:
0
mayan/apps/authentication/tests/__init__.py
Normal file
0
mayan/apps/authentication/tests/__init__.py
Normal file
@@ -6,7 +6,7 @@ from django.core.urlresolvers import reverse
|
||||
from django.test import TestCase
|
||||
from django.test.client import Client
|
||||
|
||||
from .settings import setting_login_method
|
||||
from ..settings import setting_login_method
|
||||
|
||||
TEST_ADMIN_EMAIL = 'admin@admin.com'
|
||||
TEST_ADMIN_PASSWORD = 'test_admin_password'
|
||||
Reference in New Issue
Block a user