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

Function test_default_registry_has_copilot

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

Source from the content-addressed store, hash-verified

161
162 #[test]
163 fn test_default_registry_has_copilot() {
164 let registry = AgentRegistry::with_defaults();
165 let agent = registry.get("copilot");
166 assert!(agent.is_some(), "Default registry should include copilot");
167 assert_eq!(agent.unwrap().display_name(), "GitHub Copilot");
168 }
169
170 #[test]
171 fn test_default_registry_has_codex() {

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected