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:971–977  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

969
970 #[test]
971 fn test_push_with_dry_run() {
972 let push = Push::new().with_dry_run(true);
973 assert!(push.dry_run);
974
975 let push = Push::new().with_dry_run(false);
976 assert!(!push.dry_run);
977 }
978
979 #[test]
980 fn test_push_with_force() {

Callers

nothing calls this directly

Calls 1

with_dry_runMethod · 0.45

Tested by

no test coverage detected