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

Function test_push_with_timeout

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

Source from the content-addressed store, hash-verified

874
875 #[test]
876 fn test_push_with_timeout() {
877 let push = Push::new().with_timeout(60);
878 assert_eq!(push.timeout, 60);
879 }
880
881 #[test]
882 fn test_push_builder_chain() {

Callers

nothing calls this directly

Calls 1

with_timeoutMethod · 0.45

Tested by

no test coverage detected