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:
Olivier Wilkinson (reivilibre) 2021-12-03 11:37:21 +00:00
parent f7ec6e7d9e
commit b3fd99b74a
4 changed files with 188 additions and 177 deletions

View file

@ -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):