Skip to main content

progress_event

Function progress_event 

Source
pub fn progress_event(line: &str) -> Option<ProgressEvent>
Expand description

Classifies one line of libtest output as a ProgressEvent, or None if it is neither a test-count announcement nor a per-test outcome line.