Add pytest

This commit is contained in:
2022-05-02 23:34:36 +02:00
parent caa9094be9
commit fb8043e129
2 changed files with 187 additions and 52 deletions

View File

@ -29,6 +29,9 @@ APScheduler = "^3.9.1"
dateparser = "^1.1.1"
SQLAlchemy = "^1.4.32"
[tool.poetry.dev-dependencies]
pytest = "^7.1.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"