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

Function test_default_registry_has_cline

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

Source from the content-addressed store, hash-verified

152
153 #[test]
154 fn test_default_registry_has_cline() {
155 let registry = AgentRegistry::with_defaults();
156 let agent = registry.get("cline");
157 assert!(agent.is_some(), "Default registry should include cline");
158 assert_eq!(agent.unwrap().display_name(), "Cline");
159 }
160
161 #[test]
162 fn test_default_registry_has_copilot() {

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected