Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_init_with_view
Function
test_init_with_view
atomic-cli/src/commands/init.rs:693–696 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
691
692
#[test]
693
fn test_init_with_view() {
694
let init = Init::new().with_view(
"main"
);
695
assert_eq!(init.view,
"main"
);
696
}
697
698
#[test]
699
fn test_init_with_kind() {
Callers
nothing calls this directly
Calls
1
with_view
Method · 0.45
Tested by
no test coverage detected