Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_split_with_switch
Function
test_split_with_switch
atomic-cli/src/commands/split.rs:263–266 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
261
262
#[test]
263
fn test_split_with_switch() {
264
let cmd = Split::new(
"feature"
).with_switch(true);
265
assert!(cmd.switch);
266
}
267
268
#[test]
269
fn test_split_builder_chain() {
Callers
nothing calls this directly
Calls
1
with_switch
Method · 0.45
Tested by
no test coverage detected