Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_revise_with_dry_run
Function
test_revise_with_dry_run
atomic-cli/src/commands/revise.rs:944–947 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
942
943
#[test]
944
fn test_revise_with_dry_run() {
945
let revise = Revise::new().with_dry_run(true);
946
assert!(revise.dry_run);
947
}
948
949
#[test]
950
fn test_revise_builder_chain() {
Callers
nothing calls this directly
Calls
1
with_dry_run
Method · 0.45
Tested by
no test coverage detected