Basic testing infrastructure

This commit is contained in:
Eden Kirin
2023-09-20 09:56:52 +02:00
parent f57c4d4491
commit 6109630ed1
12 changed files with 451 additions and 22 deletions

View File

@ -18,6 +18,7 @@ pydantic-settings = "^2.0.3"
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.2"
watchfiles = "^0.20.0"
pytest-asyncio = "^0.21.1"
[build-system]
requires = ["poetry-core"]