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:855–858  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

853
854 #[test]
855 fn test_push_with_remote_url() {
856 let push = Push::new().with_remote("https://example.com/repo");
857 assert_eq!(push.remote.as_deref(), Some("https://example.com/repo"));
858 }
859
860 #[test]
861 fn test_push_with_to_view() {

Callers

nothing calls this directly

Calls 1

with_remoteMethod · 0.45

Tested by

no test coverage detected