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

Function test_push_debug

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

Source from the content-addressed store, hash-verified

935
936 #[test]
937 fn test_push_debug() {
938 let push = Push::new().with_remote("origin");
939 let debug_str = format!("{:?}", push);
940
941 assert!(debug_str.contains("Push"));
942 assert!(debug_str.contains("origin"));
943 }
944
945 // Remote Channel Tests
946

Callers

nothing calls this directly

Calls 1

with_remoteMethod · 0.45

Tested by

no test coverage detected