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

Function test_push_debug

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

Source from the content-addressed store, hash-verified

1044
1045 #[test]
1046 fn test_push_debug() {
1047 let push = Push::new().with_remote("origin");
1048 let debug_str = format!("{:?}", push);
1049
1050 assert!(debug_str.contains("Push"));
1051 assert!(debug_str.contains("origin"));
1052 }
1053
1054 // View Resolution Tests
1055

Callers

nothing calls this directly

Calls 1

with_remoteMethod · 0.45

Tested by

no test coverage detected