Include logs from failing tests in JUnit output

This commit is contained in:
Petr Špaček 2023-03-17 13:20:59 +01:00 committed by Tom Krizek
parent d0619c7a18
commit 8952618262
No known key found for this signature in database
GPG key ID: 01623B9B652A20A7

View file

@ -16,3 +16,5 @@ log_date_format = %Y-%m-%d %H:%M:%S
log_cli = 1
log_level = INFO
python_files = tests_*.py
junit_logging = log
junit_log_passing_tests = 0