increase pytest verbosity harder to catch flaky test

This commit is contained in:
Maximilian Hils 2020-08-06 21:55:37 +02:00 committed by GitHub
parent 2f33d6cb1c
commit b52e093ae2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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