Skip to content

Commit

Permalink
Install pytest-cov for unit test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
br3ndonland committed Sep 13, 2020
1 parent 108bcda commit b805360
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 1 deletion.
68 changes: 67 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ isort = "^5.5"
mypy = "0.782"
pre-commit = "^2.7"
pytest = "^6"
pytest-cov = "^2.10"
pytest-mock = "^3.3"

[tool.poetry.extras]
Expand Down

0 comments on commit b805360

Please sign in to comment.