Skip to content

Commit

Permalink
add pytest-cov to reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
leondz committed Sep 28, 2024
1 parent 01b9f80 commit bd1ed45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ tests = [
"pytest>=8.0",
"requests-mock==1.12.1",
"respx>=0.21.1",
"pytest-cov>=5.0.0"
]
lint = [
"black==24.4.2",
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ wn==0.9.5
pytest>=8.0
requests-mock==1.12.1
respx>=0.21.1
pytest-cov>=5.0.0
# lint
black==24.4.2
pylint>=3.1.0
Expand Down

0 comments on commit bd1ed45

Please sign in to comment.