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

Function test_push_debug

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

Source from the content-addressed store, hash-verified

1033
1034 #[test]
1035 fn test_push_debug() {
1036 let push = Push::new().with_remote("origin");
1037 let debug_str = format!("{:?}", push);
1038
1039 assert!(debug_str.contains("Push"));
1040 assert!(debug_str.contains("origin"));
1041 }
1042
1043 // View Resolution Tests
1044

Callers

nothing calls this directly

Calls 1

with_remoteMethod · 0.45

Tested by

no test coverage detected