Working factories

This commit is contained in:
Eden Kirin
2023-09-20 21:25:05 +02:00
parent 6109630ed1
commit 6ccb660ccc
8 changed files with 109 additions and 27 deletions

View File

@ -19,6 +19,9 @@ pydantic-settings = "^2.0.3"
pytest = "^7.4.2"
watchfiles = "^0.20.0"
pytest-asyncio = "^0.21.1"
async-factory-boy = "^1.0.1"
factory-boy = "^3.3.0"
faker = "^19.6.2"
[build-system]
requires = ["poetry-core"]