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

Function test_push_debug

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

Source from the content-addressed store, hash-verified

940
941 #[test]
942 fn test_push_debug() {
943 let push = Push::new().with_remote("origin");
944 let debug_str = format!("{:?}", push);
945
946 assert!(debug_str.contains("Push"));
947 assert!(debug_str.contains("origin"));
948 }
949
950 // Remote Channel Tests
951

Callers

nothing calls this directly

Calls 1

with_remoteMethod · 0.45

Tested by

no test coverage detected