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

Function test_split_with_switch

atomic-cli/src/commands/split.rs:266–269  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

264
265 #[test]
266 fn test_split_with_switch() {
267 let cmd = Split::new("feature").with_switch(true);
268 assert!(cmd.switch);
269 }
270
271 #[test]
272 fn test_split_builder_chain() {

Callers

nothing calls this directly

Calls 1

with_switchMethod · 0.45

Tested by

no test coverage detected