mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 02:10:59 +00:00
increase pytest verbosity to catch flaky test
This commit is contained in:
parent
15270dfaf0
commit
ab1e607c70
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 --cov-report xml \
|
pytest --timeout 60 -v --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
Block a user