MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / test_iter_skipped

Function test_iter_skipped

atomic-core/src/output/repo/outcome.rs:509–516  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

507
508 #[test]
509 fn test_iter_skipped() {
510 let mut outcome = OutputOutcome::new();
511 outcome.record_skip("a.txt");
512 outcome.record_skip("b.txt");
513
514 let skipped: Vec<_> = outcome.iter_skipped().collect();
515 assert_eq!(skipped.len(), 2);
516 }
517
518 // ------------------------------------------------------------------------
519 // Redundant Edges Tests

Callers

nothing calls this directly

Calls 2

iter_skippedMethod · 0.80
record_skipMethod · 0.45

Tested by

no test coverage detected