tox: enable verbose output for pytest
This will list the test names and the reason for any skipped tests, which can be useful for troubleshooting and tracing.
This commit is contained in:
parent
b432f43022
commit
9b3a157a91
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -34,7 +34,7 @@ passenv =
|
|||
TEST_CATEGORY
|
||||
|
||||
commands =
|
||||
bash -c 'python -m pytest --pyargs --rootdir=. {env:TEST_CATEGORY} {env:TEST_WORKERS}'
|
||||
bash -c 'python -m pytest -v --pyargs --rootdir=. {env:TEST_CATEGORY} {env:TEST_WORKERS}'
|
||||
|
||||
allowlist_externals =
|
||||
bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue