()
| 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() { |
nothing calls this directly
no test coverage detected