Skip to main content

render_summary_line

Function render_summary_line 

Source
pub fn render_summary_line(summary: &TestSummary) -> String
Expand description

Format a one-line summary for display: running N tests / test result: ok. P passed; F failed. Centralized here so the CLI does not invent its own format.