Skip to content

Commit

Permalink
Make pytest more verbose for easier debugging (#5778)
Browse files Browse the repository at this point in the history
When the pytest fails, its easier to debug if pytest is run in verbose mode.
Enable it.

Signed-off-by: Ani Sinha <[email protected]>
  • Loading branch information
ani-sinha authored Oct 3, 2024
1 parent f9082bf commit 11298f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 11298f4

Please sign in to comment.