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

Function test_add_with_dry_run

atomic-cli/src/commands/add.rs:606–609  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

604
605 #[test]
606 fn test_add_with_dry_run() {
607 let add = Add::new().with_dry_run(true);
608 assert!(add.dry_run);
609 }
610
611 #[test]
612 fn test_add_with_force() {

Callers

nothing calls this directly

Calls 1

with_dry_runMethod · 0.45

Tested by

no test coverage detected