This commit is contained in:
grillazz 2022-03-18 08:32:07 +01:00
parent 0dd1f15011
commit 3c069e01e4

View File

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