mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-11 01:26:22 +01:00
[ADD] __init__.py to test …
This commit is contained in:
3
allianceauth/framework/tests/__init__.py
Normal file
3
allianceauth/framework/tests/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
"""
|
||||||
|
Initializing our tests
|
||||||
|
"""
|
||||||
@@ -9,8 +9,10 @@ from django.contrib.auth.models import Group, User
|
|||||||
from django.test import TestCase
|
from django.test import TestCase
|
||||||
|
|
||||||
# Alliance Auth
|
# Alliance Auth
|
||||||
from allianceauth.framework.api.user import get_sentinel_user, \
|
from allianceauth.framework.api.user import (
|
||||||
|
get_sentinel_user,
|
||||||
get_main_character_name_from_user
|
get_main_character_name_from_user
|
||||||
|
)
|
||||||
from allianceauth.tests.auth_utils import AuthUtils
|
from allianceauth.tests.auth_utils import AuthUtils
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user