From 11298f41dac9a26b2d0841845710a279bb75fe46 Mon Sep 17 00:00:00 2001 From: Ani Sinha Date: Thu, 3 Oct 2024 19:26:43 +0530 Subject: [PATCH] Make pytest more verbose for easier debugging (#5778) When the pytest fails, its easier to debug if pytest is run in verbose mode. Enable it. Signed-off-by: Ani Sinha --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 25827adf9e8..52d2a1b6b5f 100644 --- a/tox.ini +++ b/tox.ini @@ -132,7 +132,7 @@ commands = {envpython} -m json.tool --indent 2 {[files]network_v2} {[files]network_v2} [testenv:py3] -commands = {envpython} -m pytest -m "not hypothesis_slow" --cov=cloudinit --cov-branch {posargs:tests/unittests} +commands = {envpython} -m pytest -vv -m "not hypothesis_slow" --cov=cloudinit --cov-branch {posargs:tests/unittests} [testenv:py3-fast] deps =