use-test-report
Lightweight report summary primitives for RustUse testing vocabulary.
Experimental
use-test-report is experimental while use-test remains below 0.3.0.
Example
use TestReport;
let report = TestReport ;
assert_eq!;
assert!;
Scope
- Suite-level summary counts.
- Success-rate and aggregate success helpers.
Non-goals
- Report rendering, JUnit XML, coverage reports, CI publishing, or persistent storage.
License
Licensed under either Apache-2.0 or MIT.