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:136–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected