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:887–890 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
885
886
#[test]
887
fn test_push_with_force() {
888
let push = Push::new().with_force(true);
889
assert!(push.force);
890
}
891
892
#[test]
893
fn test_push_with_all() {
Callers
nothing calls this directly
Calls
1
with_force
Method · 0.45
Tested by
no test coverage detected