MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / test_change_cmd_with_format

Function test_change_cmd_with_format

atomic-cli/src/commands/change/tests.rs:232–235  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

230
231 #[test]
232 fn test_change_cmd_with_format() {
233 let cmd = ChangeCmd::new().with_format(ChangeFormat::Json);
234 assert_eq!(cmd.format, ChangeFormat::Json);
235 }
236
237 #[test]
238 fn test_change_cmd_with_show_deps() {

Callers

nothing calls this directly

Calls 1

with_formatMethod · 0.45

Tested by

no test coverage detected