Include tests in coverage https://nedbatchelder.com/blog/202008/you_should_include_your_tests_in_coverage.html
This commit is contained in:
parent
041eeeba80
commit
574476e44c
2
tox.ini
2
tox.ini
|
@ -8,7 +8,7 @@ setenv =
|
||||||
PYLAST_PASSWORD_HASH={env:PYLAST_PASSWORD_HASH:}
|
PYLAST_PASSWORD_HASH={env:PYLAST_PASSWORD_HASH:}
|
||||||
PYLAST_API_KEY={env:PYLAST_API_KEY:}
|
PYLAST_API_KEY={env:PYLAST_API_KEY:}
|
||||||
PYLAST_API_SECRET={env:PYLAST_API_SECRET:}
|
PYLAST_API_SECRET={env:PYLAST_API_SECRET:}
|
||||||
commands = pytest -v -s -W all --cov pylast --cov-report term-missing --random-order {posargs}
|
commands = pytest -v -s -W all --cov pylast --cov tests --cov-report term-missing --random-order {posargs}
|
||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
deps = ipdb
|
deps = ipdb
|
||||||
|
|
Loading…
Reference in a new issue