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

Function test_remove_with_recursive

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

Source from the content-addressed store, hash-verified

367
368 #[test]
369 fn test_remove_with_recursive() {
370 let cmd = Remove::new(vec!["dir/".to_string()]).with_recursive(false);
371 assert!(!cmd.recursive);
372 assert!(cmd.no_recursive);
373 }
374
375 #[test]
376 fn test_remove_with_dry_run() {

Callers

nothing calls this directly

Calls 1

with_recursiveMethod · 0.45

Tested by

no test coverage detected