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

Function test_default_registry_has_claude_code

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

Source from the content-addressed store, hash-verified

133
134 #[test]
135 fn test_default_registry_has_claude_code() {
136 let registry = AgentRegistry::with_defaults();
137 let agent = registry.get("claude-code");
138 assert!(
139 agent.is_some(),
140 "Default registry should include claude-code"
141 );
142 assert_eq!(agent.unwrap().display_name(), "Claude Code");
143 }
144
145 #[test]
146 fn test_default_registry_has_cursor() {

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected