mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
format code
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import pytest
|
||||
from httpx import AsyncClient
|
||||
from starlette import status
|
||||
import jwt
|
||||
import pytest
|
||||
from dirty_equals import IsPositiveFloat, IsStr, IsUUID
|
||||
from httpx import AsyncClient
|
||||
from inline_snapshot import snapshot
|
||||
from dirty_equals import IsStr, IsUUID, IsPositiveFloat
|
||||
from starlette import status
|
||||
|
||||
pytestmark = pytest.mark.anyio
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
from anyio import Path
|
||||
|
||||
import pytest
|
||||
from anyio import Path
|
||||
from fastapi import status
|
||||
from httpx import AsyncClient
|
||||
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
import pytest
|
||||
from dirty_equals import IsUUID
|
||||
from fastapi import status
|
||||
from httpx import AsyncClient
|
||||
from inline_snapshot import snapshot
|
||||
from dirty_equals import IsUUID
|
||||
|
||||
from polyfactory.factories.pydantic_factory import ModelFactory
|
||||
|
||||
from app.schemas.stuff import StuffSchema
|
||||
|
||||
@@ -29,7 +29,6 @@ async def start_db():
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
async def client(start_db) -> AsyncClient:
|
||||
|
||||
transport = ASGITransport(
|
||||
app=app,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user