increase pytest verbosity to catch flaky test

This commit is contained in:
Maximilian Hils 2020-07-30 09:23:41 +02:00
parent 15270dfaf0
commit ab1e607c70

View File

@ -9,7 +9,7 @@ deps =
setenv = HOME = {envtmpdir}
commands =
mitmdump --version
pytest --timeout 60 --cov-report xml \
pytest --timeout 60 -v --cov-report xml \
--cov=mitmproxy --cov=pathod --cov=release \
--full-cov=mitmproxy/ --full-cov=pathod/ \
{posargs}