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

Source from the content-addressed store, hash-verified

785 /// Test with_remote builder method.
786 #[test]
787 fn test_pull_with_remote() {
788 let pull = Pull::new().with_remote("upstream");
789 assert_eq!(pull.remote, "upstream");
790 }
791
792 /// Test with_remote with URL.
793 #[test]

Callers

nothing calls this directly

Calls 1

with_remoteMethod · 0.45

Tested by

no test coverage detected