mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 09:13:23 +00:00
Add pytest-cov to check coverage of tox installed library
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -6,6 +6,7 @@ build/
|
|||||||
dist/
|
dist/
|
||||||
*.egg/
|
*.egg/
|
||||||
.coverage
|
.coverage
|
||||||
|
htmlcov/
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
pytestdebug.log
|
pytestdebug.log
|
||||||
|
|
||||||
|
|||||||
3
tox.ini
3
tox.ini
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user