MCPcopy 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:934–937  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

932
933 #[test]
934 fn test_revise_with_no_edit() {
935 let revise = Revise::new().with_no_edit(true);
936 assert!(revise.no_edit);
937 }
938
939 #[test]
940 fn test_revise_with_dry_run() {

Callers

nothing calls this directly

Calls 1

with_no_editMethod · 0.80

Tested by

no test coverage detected