Skip to content

Commit

Permalink
Merge pull request #337 from Whist-Team/fix/test_package_name
Browse files Browse the repository at this point in the history
  • Loading branch information
Segelzwerg authored Sep 1, 2022
2 parents 4fb43d5 + 1c52159 commit 73f717d
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from whist_core.error.table_error import TableNotReadyError, PlayerNotJoinedError

from tests.whist_server.api.game.base_created_case import BaseCreateGameTestCase
from tests.whist_server.api.room.base_created_case import BaseCreateGameTestCase
from whist_server.database.error import PlayerNotCreatorError
from whist_server.services.error import RoomNotFoundError
from whist_server.services.error import UserNotReadyError
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from unittest.mock import MagicMock

from tests.whist_server.api.game.base_created_case import BaseCreateGameTestCase
from tests.whist_server.api.room.base_created_case import BaseCreateGameTestCase
from whist_server.database.room import RoomInfo
from whist_server.services.error import RoomNotFoundError

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import pytest
from starlette.testclient import TestClient

from tests.whist_server.api.game.base_created_case import BaseCreateGameTestCase
from tests.whist_server.api.room.base_created_case import BaseCreateGameTestCase
from whist_server import app
from whist_server.database import db
from whist_server.database.warning import PlayerAlreadyJoinedWarning
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from whist_core.game.errors import NotPlayersTurnError
from whist_core.game.warnings import TrickNotDoneWarning

from tests.whist_server.api.game.base_created_case import BaseCreateGameTestCase
from tests.whist_server.api.room.base_created_case import BaseCreateGameTestCase


class TrickTestCase(BaseCreateGameTestCase):
Expand Down

0 comments on commit 73f717d

Please sign in to comment.