Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_revise_with_no_edit
Function
test_revise_with_no_edit
atomic-cli/src/commands/revise.rs:938–941 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
936
937
#[test]
938
fn test_revise_with_no_edit() {
939
let revise = Revise::new().with_no_edit(true);
940
assert!(revise.no_edit);
941
}
942
943
#[test]
944
fn test_revise_with_dry_run() {
Callers
nothing calls this directly
Calls
1
with_no_edit
Method · 0.80
Tested by
no test coverage detected