implement pydantic_factory for tests

This commit is contained in:
Jakub Miazek
2024-10-17 19:30:05 +02:00
parent 0b301b798e
commit b0cfe92268
2 changed files with 34 additions and 80 deletions

View File

@@ -1,5 +1,4 @@
from sqlalchemy.dialects import postgresql
from sqlalchemy.ext.asyncio import AsyncSession
from functools import wraps