add test coverage

This commit is contained in:
Yax 2021-08-10 20:40:22 +02:00
parent 033718a13c
commit a01ae608f6
3 changed files with 89 additions and 3 deletions

View file

@ -23,6 +23,7 @@ mypy = "^0.790"
flake8-black = "^0.2.1"
black = "^20.8b1"
pytest = "^6.2.4"
pytest-cov = "^2.12.1"
[build-system]
requires = ["poetry>=0.12"]