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

Function test_push_with_remote_url

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

Source from the content-addressed store, hash-verified

948
949 #[test]
950 fn test_push_with_remote_url() {
951 let push = Push::new().with_remote("https://api.example.com/repo");
952 assert_eq!(
953 push.remote,
954 Some("https://api.example.com/repo".to_string())
955 );
956 }
957
958 #[test]
959 fn test_push_with_to_view() {

Callers

nothing calls this directly

Calls 1

with_remoteMethod · 0.45

Tested by

no test coverage detected