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

Function test_change_cmd_with_view

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

Source from the content-addressed store, hash-verified

224
225 #[test]
226 fn test_change_cmd_with_view() {
227 let cmd = ChangeCmd::new().with_view("feature");
228 assert_eq!(cmd.view, Some("feature".to_string()));
229 }
230
231 #[test]
232 fn test_change_cmd_with_format() {

Callers

nothing calls this directly

Calls 1

with_viewMethod · 0.45

Tested by

no test coverage detected