Commit 47cf599c authored by Jan Kiene's avatar Jan Kiene
Browse files

add pytest.ini with report-related options for standalone conf test

parent a8136b83
Loading
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
# pytest.ini
[pytest]
# TODO remove ignore after tests are harmonized
addopts = -ra --tb=short --basetemp=./tmp -n auto -v
# Write captured system-out log messages to JUnit report.
junit_logging = system-out
# Do not capture log information for passing tests to JUnit report.
junit_log_passing_tests = False
junit_duration_report = call
junit_family = xunit1
log_file_level = DEBUG
log_format = %(asctime)s %(levelname)s %(message)s
log_date_format = %Y-%m-%d %H:%M:%S
# for pytest-html report: do not log environment variables from the runners
environment_table_redact_list = .*