Refactor tests.util.setup_test_homeserver and tests.server.setup_test_homeserver. (#11503)

This commit is contained in:
reivilibre 2021-12-21 16:12:05 +00:00 committed by GitHub
parent b6102230a7
commit e6897e7383
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 195 additions and 185 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):