Skip to main content

classify

Function classify 

Source
pub fn classify(
    ran_to_completion: bool,
    exited_success: bool,
) -> AssertionLintOutcome
Expand description

Classify a completed (or timed-out) command run.

AssertionLintOutcome::NotLinted is assigned by the runner when the overall budget is spent, not by this function.