fn merge_outcomes(base: &mut TestOutcome, other: TestOutcome)Expand description
Merges other into base by extending suite results.
For suites that appear in both, test results are combined (function-level pass routing ensures each function appears in exactly one pass, so there are no key conflicts in practice).