More refactors

This commit is contained in:
lvrossem
2023-04-17 07:51:53 -06:00
parent 0bf764a0f4
commit 38eb9027d6
14 changed files with 142 additions and 89 deletions

View File

@@ -1,9 +1,7 @@
import pytest
from fastapi.testclient import TestClient
from src.main import app, get_db
from tests.base import avatar_index, client, password, username, register_user
from tests.config.database import clear_db, override_get_db
from tests.base import avatar_index, client, password, register_user, username
from tests.config.database import clear_db
@pytest.mark.asyncio