test: Added coverage tests

This commit is contained in:
Alex Kelly 2021-08-24 10:28:16 -04:00
commit bfea20d4f2
3 changed files with 89 additions and 1 deletions

View file

@ -14,6 +14,8 @@ pytest = "^6.2.4"
flake8 = "^3.9.2"
python-semantic-release = "^7.19.1"
pylint = "^2.9.6"
coverage = "^5.5"
pytest-cov = "^2.12.1"
[build-system]
requires = ["poetry-core>=1.0.0"]