Refactor + fault-tolerance
This commit is contained in:
parent
0da5f4e3e3
commit
3ab97b171a
11 changed files with 64 additions and 18 deletions
tests
|
@ -4,9 +4,9 @@ from unittest.case import _Outcome
|
|||
|
||||
import asyncio
|
||||
|
||||
from lbry_comment_server.database import obtain_connection
|
||||
from src.database import obtain_connection
|
||||
from schema.db_helpers import setup_database, teardown_database
|
||||
from lbry_comment_server.settings import config
|
||||
from src.settings import config
|
||||
|
||||
|
||||
class AsyncioTestCase(unittest.TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue