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

Source from the content-addressed store, hash-verified

980
981 #[test]
982 fn test_push_with_dry_run() {
983 let push = Push::new().with_dry_run(true);
984 assert!(push.dry_run);
985
986 let push = Push::new().with_dry_run(false);
987 assert!(!push.dry_run);
988 }
989
990 #[test]
991 fn test_push_with_force() {

Callers

nothing calls this directly

Calls 1

with_dry_runMethod · 0.45

Tested by

no test coverage detected