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

Function test_default_registry_has_kiro

atomic-agent/src/lib.rs:187–192  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

185
186 #[test]
187 fn test_default_registry_has_kiro() {
188 let registry = AgentRegistry::with_defaults();
189 let agent = registry.get("kiro");
190 assert!(agent.is_some(), "Default registry should include kiro");
191 assert_eq!(agent.unwrap().display_name(), "Kiro");
192 }
193
194 #[test]
195 fn test_default_registry_has_pi() {

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected