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

Function test_record_with_dry_run

atomic-cli/src/commands/record/tests.rs:162–165  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

160
161 #[test]
162 fn test_record_with_dry_run() {
163 let record = Record::new().with_dry_run(true);
164 assert!(record.dry_run);
165 }
166
167 #[test]
168 fn test_record_with_skip_binary() {

Callers

nothing calls this directly

Calls 1

with_dry_runMethod · 0.45

Tested by

no test coverage detected