mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-08-03 07:56:04 -04:00
Move tests.utils.setup_test_homeserver
to tests.server
It had no users. We have just taken the identity of a previous function but don't provide the same behaviour, so we need to fix this in the next commit...
This commit is contained in:
parent
f7ec6e7d9e
commit
b3fd99b74a
4 changed files with 188 additions and 177 deletions
|
@ -23,7 +23,8 @@ from synapse.storage.database import DatabasePool
|
|||
from synapse.storage.engines import create_engine
|
||||
|
||||
from tests import unittest
|
||||
from tests.utils import TestHomeServer, default_config
|
||||
from tests.server import TestHomeServer
|
||||
from tests.utils import default_config
|
||||
|
||||
|
||||
class SQLBaseStoreTestCase(unittest.TestCase):
|
||||
|
|
|
@ -19,8 +19,8 @@ from synapse.rest.client import login, room
|
|||
from synapse.types import UserID, create_requester
|
||||
|
||||
from tests import unittest
|
||||
from tests.server import TestHomeServer
|
||||
from tests.test_utils import event_injection
|
||||
from tests.utils import TestHomeServer
|
||||
|
||||
|
||||
class RoomMemberStoreTestCase(unittest.HomeserverTestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue