Skip to content

Commit

Permalink
Use verbose mode to list all executed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Aug 30, 2023
1 parent 7e24e70 commit f11d362
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 @@ -35,5 +35,5 @@ passenv =
commands =
rst-lint README.rst
python setup.py install
pytest {posargs:-n4 -m "not broken" --reruns 5 -rf test -s}
pytest {posargs:-n4 -m "not broken" --reruns 5 -rf test -sv}
omero version

0 comments on commit f11d362

Please sign in to comment.