From b52e093ae24b3a3477626800187002bd5af953df Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Thu, 6 Aug 2020 21:55:37 +0200 Subject: [PATCH] increase pytest verbosity harder to catch flaky test --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8112fdd95..a4c7b37cf 100644 --- a/tox.ini +++ b/tox.ini @@ -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}