Skip to main content

Module test_report

Module test_report 

Source
Expand description

Machine-readable test reports for harn test.

User and conformance suites both feed the same writer so the JUnit XML and --json-out payloads have a single source of truth. CI systems get a uniform schema; performance audits get per-file and per-test timing without scraping ANSI-coloured terminal output.

The writers fail loudly: a missing or unwritable destination returns an error so the CLI can exit non-zero rather than silently succeed (issue #2146).

Structs§

TestCaseReport
TestReport
TestReportSummary

Enums§

TestOutcome

Constants§

USER_TEST_REPORT_SCHEMA_VERSION

Functions§

write_json
write_junit