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

Function test_result_record_skipped

atomic-core/src/output/repo/tree.rs:1257–1264  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1255
1256 #[test]
1257 fn test_result_record_skipped() {
1258 let mut result = TreeCollectResult::new();
1259
1260 result.record_skipped();
1261 result.record_skipped();
1262
1263 assert_eq!(result.skipped_count, 2);
1264 }
1265
1266 #[test]
1267 fn test_result_record_error() {

Callers

nothing calls this directly

Calls 1

record_skippedMethod · 0.45

Tested by

no test coverage detected