Expand description
Test reporting and output generation.
This module provides utilities for test result reporting including JUnit XML generation and console output formatting.
Re-exports§
pub use junit::FailureXml;pub use junit::MasterJunitReport;pub use junit::TestStatus;pub use junit::TestcaseXml;pub use junit::TestsuiteXml;pub use junit::load_test_durations;pub use junit::parse_all_testsuites_xml;
Modules§
- junit
- JUnit XML merging utilities.
Functions§
- print_
summary - Prints a summary of test results to the console.