0001-tests-create-directory-for-API-tests-57663.patch
| tests/test_api.py → tests/api/test_misc.py | ||
|---|---|---|
|
from authentic2.utils.misc import good_next_url
|
||
|
from django_rbac.models import SEARCH_OP
|
||
|
from django_rbac.utils import get_ou_model, get_role_model
|
||
|
from .utils import assert_event, basic_authorization_header, get_link_from_mail, login
|
||
|
from tests.utils import assert_event, basic_authorization_header, get_link_from_mail, login
|
||
|
pytestmark = pytest.mark.django_db
|
||