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

Function test_push_with_dry_run

atomic-cli/src/commands/push/command.rs:849–855  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

847
848 #[test]
849 fn test_push_with_dry_run() {
850 let push = Push::new().with_dry_run(true);
851 assert!(push.dry_run);
852
853 let push2 = push.with_dry_run(false);
854 assert!(!push2.dry_run);
855 }
856
857 #[test]
858 fn test_push_with_force() {

Callers

nothing calls this directly

Calls 1

with_dry_runMethod · 0.45

Tested by

no test coverage detected