Skip to content

Commit

Permalink
tox: Run pytest verbosely by default
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Sep 12, 2023
1 parent 6fbacc7 commit 0eb04e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/esbonio/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ commands_pre =
coverage erase
commands =
python ../../scripts/check-sphinx-version.py
pytest tests/sphinx-agent {posargs}
pytest tests/sphinx-agent {posargs:-vv}
commands_post =
coverage combine
coverage report
Expand Down

0 comments on commit 0eb04e7

Please sign in to comment.