Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_push_with_timeout
Function
test_push_with_timeout
atomic-cli/src/commands/push/command.rs:905–908 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
903
904
#[test]
905
fn test_push_with_timeout() {
906
let push = Push::new().with_timeout(60);
907
assert_eq!(push.timeout, 60);
908
}
909
910
#[test]
911
fn test_push_builder_chain() {
Callers
nothing calls this directly
Calls
1
with_timeout
Method · 0.45
Tested by
no test coverage detected