Skip to main content

parse

Function parse 

Source
pub fn parse(output: &str) -> Vec<TestResult>
Expand description

Parse test-runner output lines into results, attaching failure locations found in libtest failure blocks. Results are sorted by name (which groups them by module prefix).