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

Function test_init_with_kind

atomic-cli/src/commands/init.rs:692–695  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

690
691 #[test]
692 fn test_init_with_kind() {
693 let init = Init::new().with_kind("rust");
694 assert_eq!(init.kind, Some("rust".to_string()));
695 }
696
697 #[test]
698 fn test_init_builder_chain() {

Callers

nothing calls this directly

Calls 1

with_kindMethod · 0.80

Tested by

no test coverage detected