Function nextest_runner::reporter::heuristic_extract_description

source ยท
pub fn heuristic_extract_description<'a>(
    exec_result: ExecutionResult,
    stdout: &'a [u8],
    stderr: &'a [u8],
) -> Option<DescriptionKind<'a>>
Expand description

Attempts to heuristically extract a description of the test failure from the output of the test.