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

Function test_remove_builder_chain

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

Source from the content-addressed store, hash-verified

386
387 #[test]
388 fn test_remove_builder_chain() {
389 let cmd = Remove::new(vec!["file.txt".to_string()])
390 .with_keep(true)
391 .with_dry_run(true)
392 .with_force(true);
393
394 assert!(cmd.keep);
395 assert!(cmd.dry_run);
396 assert!(cmd.force);
397 }
398
399 // Options Conversion Tests
400

Callers

nothing calls this directly

Calls 3

with_forceMethod · 0.45
with_dry_runMethod · 0.45
with_keepMethod · 0.45

Tested by

no test coverage detected