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

Function test_default_registry_has_pi

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

Source from the content-addressed store, hash-verified

192
193 #[test]
194 fn test_default_registry_has_pi() {
195 let registry = AgentRegistry::with_defaults();
196 let agent = registry.get("pi");
197 assert!(agent.is_some(), "Default registry should include pi");
198 assert_eq!(agent.unwrap().display_name(), "Pi");
199 }
200
201 #[test]
202 fn test_claude_code_parse_roundtrip() {

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected