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