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).
pub fn parse(output: &str) -> Vec<TestResult>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).