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

Function test_pull_with_remote

atomic-cli/src/commands/pull/command.rs:878–881  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

876 /// Test with_remote builder method.
877 #[test]
878 fn test_pull_with_remote() {
879 let pull = Pull::new().with_remote("upstream");
880 assert_eq!(pull.remote.as_deref(), Some("upstream"));
881 }
882
883 /// Test with_remote with URL.
884 #[test]

Callers

nothing calls this directly

Calls 1

with_remoteMethod · 0.45

Tested by

no test coverage detected