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