Skip to content

Commit

Permalink
pytest --cov=tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirs-git committed Apr 27, 2023
1 parent 4e15994 commit 5c42a6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ ciscoconfparse = "==1.7.18"
[dev-packages]
dictdiffer = "0.9.0"
mypy = "==0.982"
pydocstyle = "==6.3.0"
pylint = "==2.13.9"
pytest = "==7.2.0"
pytest-cov = "==4.0.0"
restructuredtext-lint = "==1.4.0"
twine = "==4.0.2"
types-requests = "==2.28.11.2"
pydocstyle = "==6.3.0"
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ dev = [
"pydocstyle == 6.3.0",
"pylint == 2.13.9",
"pytest == 7.2.0",
"pytest-cov == 4.0.0",
"restructuredtext-lint == 1.4.0",
"twine == 4.0.1",
"types-requests == 2.28.11.2",
Expand Down
Binary file modified requirements.txt
Binary file not shown.

0 comments on commit 5c42a6c

Please sign in to comment.