Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_push_with_force
Function
test_push_with_force
atomic-cli/src/commands/push/command.rs:858–861 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
856
857
#[test]
858
fn test_push_with_force() {
859
let push = Push::new().with_force(true);
860
assert!(push.force);
861
}
862
863
#[test]
864
fn test_push_with_all() {
Callers
nothing calls this directly
Calls
1
with_force
Method · 0.45
Tested by
no test coverage detected