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

Function test_try_generate_no_claude

atomic-agent/src/transcript/tests.rs:794–798  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

792
793#[test]
794fn test_try_generate_no_claude() {
795 // Claude CLI is unlikely to be at this path
796 let gen = ClaudeCliGenerator::new().with_claude_path("/nonexistent/claude");
797 assert!(!gen.is_available());
798}
799
800// SUMMARIZATION_PROMPT
801

Callers

nothing calls this directly

Calls 1

with_claude_pathMethod · 0.80

Tested by

no test coverage detected