1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

Add pytest-cov to check coverage of tox installed library

This commit is contained in:
Josh Peak
2019-07-25 11:26:49 +10:00
parent 9fb8a7b0ba
commit 857488ee3a
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@@ -6,6 +6,7 @@ build/
dist/
*.egg/
.coverage
htmlcov/
*.egg-info/
pytestdebug.log

View File

@@ -11,12 +11,13 @@ deps = flake8
[testenv]
commands =
./runtests.sh {posargs}
./runtests.sh --cov={envsitepackagesdir}/vcr --cov-branch {posargs}
deps =
Flask
mock
pytest
pytest-httpbin
pytest-cov
PyYAML
ipaddress
requests: requests>=2.22.0