increase pytest verbosity harder to catch flaky test
This commit is contained in:
parent
2f33d6cb1c
commit
b52e093ae2
2
tox.ini
2
tox.ini
|
@ -9,7 +9,7 @@ deps =
|
||||||
setenv = HOME = {envtmpdir}
|
setenv = HOME = {envtmpdir}
|
||||||
commands =
|
commands =
|
||||||
mitmdump --version
|
mitmdump --version
|
||||||
pytest --timeout 60 -v --cov-report xml \
|
pytest --timeout 60 -vv --cov-report xml \
|
||||||
--cov=mitmproxy --cov=pathod --cov=release \
|
--cov=mitmproxy --cov=pathod --cov=release \
|
||||||
--full-cov=mitmproxy/ --full-cov=pathod/ \
|
--full-cov=mitmproxy/ --full-cov=pathod/ \
|
||||||
{posargs}
|
{posargs}
|
||||||
|
|
Loading…
Reference in New Issue