Skip to content

Commit eec4826

Browse files
committed
tests: always log errors (even for passing tests)
Signed-off-by: Adrian Catangiu <[email protected]>
1 parent f8f0d59 commit eec4826

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/pytest.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ cache_dir = ../build/pytest_cache
1515
; Set logger format and level
1616
log_level = INFO
1717
log_format = %(asctime)s %(name)s: %(levelname)s %(message)s
18-
; Uncomment the line below to get the live logger output
19-
;log_cli = true
18+
19+
log_cli_level = ERROR
20+
log_cli = true

0 commit comments

Comments
 (0)