Loading conformance-test/pytest.ini 0 → 100644 +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 = .* Loading
conformance-test/pytest.ini 0 → 100644 +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 = .*