1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +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/ dist/
*.egg/ *.egg/
.coverage .coverage
htmlcov/
*.egg-info/ *.egg-info/
pytestdebug.log pytestdebug.log

View File

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