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

Function test_record_skip

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

Source from the content-addressed store, hash-verified

489
490 #[test]
491 fn test_record_skip() {
492 let mut outcome = OutputOutcome::new();
493 outcome.record_skip("unchanged.txt");
494
495 assert_eq!(outcome.files_skipped(), 1);
496 assert!(!outcome.is_empty());
497 }
498
499 #[test]
500 fn test_record_multiple_skips() {

Callers

nothing calls this directly

Calls 1

record_skipMethod · 0.45

Tested by

no test coverage detected