More refactoring
This commit is contained in:
parent
6512ec78cd
commit
4e977072a9
3 changed files with 7 additions and 7 deletions
tests
|
@ -6,8 +6,8 @@ from unittest.case import _Outcome
|
|||
import asyncio
|
||||
|
||||
from schema.db_helpers import setup_database, teardown_database
|
||||
from src.database import obtain_connection
|
||||
from src.settings import config
|
||||
from server.database import obtain_connection
|
||||
from settings import config
|
||||
|
||||
|
||||
class AsyncioTestCase(unittest.TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue