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:296–299  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

294
295 #[test]
296 fn test_move_with_dry_run() {
297 let cmd = Move::new("old.rs", "new.rs").with_dry_run(true);
298 assert!(cmd.dry_run);
299 }
300
301 #[test]
302 fn test_move_with_force() {

Callers

nothing calls this directly

Calls 1

with_dry_runMethod · 0.45

Tested by

no test coverage detected