This commit is contained in:
Jakub Miazek
2022-09-12 13:24:15 +02:00
parent 102771aee5
commit 9b1938c450
35 changed files with 50 additions and 50 deletions

View File

@@ -2,9 +2,9 @@ import pytest
import pytest_asyncio
from httpx import AsyncClient
from the_app.database import engine
from the_app.main import app
from the_app.models.base import Base
from app.database import engine
from app.main import app
from app.models.base import Base
@pytest.fixture(