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

Function test_remove_with_dry_run

atomic-cli/src/commands/remove.rs:376–379  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

374
375 #[test]
376 fn test_remove_with_dry_run() {
377 let cmd = Remove::new(vec!["file.txt".to_string()]).with_dry_run(true);
378 assert!(cmd.dry_run);
379 }
380
381 #[test]
382 fn test_remove_with_force() {

Callers

nothing calls this directly

Calls 1

with_dry_runMethod · 0.45

Tested by

no test coverage detected