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:233–236  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

with_formatMethod · 0.45

Tested by

no test coverage detected