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

Function test_move_with_dry_run

atomic-cli/src/commands/mv.rs:302–305  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

300
301 #[test]
302 fn test_move_with_dry_run() {
303 let cmd = Move::new("old.rs", "new.rs").with_dry_run(true);
304 assert!(cmd.dry_run);
305 }
306
307 #[test]
308 fn test_move_with_force() {

Callers

nothing calls this directly

Calls 1

with_dry_runMethod · 0.45

Tested by

no test coverage detected