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

Function test_push_with_remote

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

Source from the content-addressed store, hash-verified

847
848 #[test]
849 fn test_push_with_remote() {
850 let push = Push::new().with_remote("upstream");
851 assert_eq!(push.remote.as_deref(), Some("upstream"));
852 }
853
854 #[test]
855 fn test_push_with_remote_url() {

Callers

nothing calls this directly

Calls 1

with_remoteMethod · 0.45

Tested by

no test coverage detected