Skip to content
Snippets Groups Projects
Commit 41c7aafa authored by jan.bednarik's avatar jan.bednarik
Browse files

Move tests outside python packages.

parent 12d7d81d
No related branches found
No related tags found
No related merge requests found
File moved
File moved
......@@ -3,7 +3,7 @@ import time
import jwt
import pytest
from ..auth import (
from openlobby.core.auth import (
get_login_attempt_expiration_time,
get_session_expiration_time,
create_access_token,
......
import pytest
from ..api.paginator import (
from openlobby.core.api.paginator import (
PER_PAGE,
encode_cursor,
decode_cursor,
......
import pytest
from ..api.sanitizers import strip_all_tags, extract_text
from openlobby.core.api.sanitizers import strip_all_tags, extract_text
@pytest.mark.parametrize('input, text', [
......
import pytest
from graphql_relay import to_global_id
from ..models import OpenIdClient, User
from openlobby.core.models import OpenIdClient, User
@pytest.mark.django_db
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment