mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
format
This commit is contained in:
parent
0dd1f15011
commit
3c069e01e4
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user