mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 15:34:48 -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue