Skip to content

Commit

Permalink
add pytest cov
Browse files Browse the repository at this point in the history
  • Loading branch information
emptymalei committed Dec 15, 2022
1 parent 0a8fa50 commit 0cbcff0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions requirements.extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
# package[version_required]: tag1, tag2, ...
# Reference: https://hanxiao.io/2019/11/07/A-Better-Practice-for-Managing-extras-require-Dependencies-in-Python/

pytest: tests
mkdocstrings[python]>=0.15.0: docs
mkdocs-material>=0.4.4: docs
mkdocs-autorefs>=0.1.1: docs
mkdocs-click>=0.4.0
mkdocs-click>=0.4.0
mkdocs-material>=0.4.4: docs
mkdocstrings[python]>=0.15.0: docs
pytest>=7.2.0: tests
pytest-cov>-4.0.0: tests

0 comments on commit 0cbcff0

Please sign in to comment.