Skip to main content

breakdown

Function breakdown 

Source
fn breakdown(
    rows: &[TestRow],
    key: impl Fn(&TestRow) -> &str,
    label: &str,
) -> String
Expand description

Group rows by a key and emit [{"<label>":..,"passed":..,...}].