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

Function test_push_debug

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

Source from the content-addressed store, hash-verified

920
921 #[test]
922 fn test_push_debug() {
923 let push = Push::new().with_remote("origin");
924 let debug_str = format!("{:?}", push);
925
926 assert!(debug_str.contains("Push"));
927 assert!(debug_str.contains("origin"));
928 }
929
930 // Remote Channel Tests
931

Callers

nothing calls this directly

Calls 1

with_remoteMethod · 0.45

Tested by

no test coverage detected