Add Pytest

This commit is contained in:
2022-04-20 14:58:25 +02:00
parent 5122a87259
commit d981077f9c
2 changed files with 142 additions and 2 deletions

View File

@ -17,7 +17,10 @@ discord-webhook = "^0.15.0"
python-multipart = "^0.0.5"
python-dotenv = "^0.20.0"
Jinja2 = "^3.1.1"
uvicorn = {extras = ["standard"], version = "^0.17.6"}
uvicorn = { extras = ["standard"], version = "^0.17.6" }
[tool.poetry.dev-dependencies]
pytest = "^7.1.1"
[build-system]
requires = ["poetry-core>=1.0.0"]