Skip to content

Commit

Permalink
DO NOT MERGE: increase log level of pyest
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Schulz <[email protected]>
  • Loading branch information
QSchulz committed Nov 19, 2024
1 parent 9072109 commit 3874f65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@ commands = bandit -s B404,B603,B701 -r recitale
[testenv:pytest]
extras = tests
commands = pytest --cov={envsitepackagesdir}/recitale/ --cov-report=xml -vv

[pytest]
log_cli = True
log_level = DEBUG

0 comments on commit 3874f65

Please sign in to comment.