misc: verbose tests (#87751)

This commit is contained in:
Lauréline Guérin 2024-03-08 17:57:20 +01:00
parent 1d00c5fce8
commit d709fa9bc7
No known key found for this signature in database
GPG Key ID: 1FAB9B9B4F93D473
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ allowlist_externals =
commands =
./getlasso3.sh
python3 setup.py compile_translations
py.test {env:COVERAGE:} {posargs:tests/}
py.test -v {env:COVERAGE:} {posargs:tests/}
codestyle: pre-commit run --all-files --show-diff-on-failure
[testenv:pylint]