MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / TestPickWriteTool_ClaudeCode

Function TestPickWriteTool_ClaudeCode

internal/sessions/transfer_test.go:426–431  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

424}
425
426func TestPickWriteTool_ClaudeCode(t *testing.T) {
427 sess := mockSession("claude-code/1.0", claudeCodeTools)
428 if got := PickWriteTool(sess); got != "Write" {
429 t.Errorf("expected Write, got %q", got)
430 }
431}
432
433func TestPickWriteTool_CodexCLI(t *testing.T) {
434 sess := mockSession("codex/0.1", codexCLITools)

Callers

nothing calls this directly

Calls 2

mockSessionFunction · 0.85
PickWriteToolFunction · 0.85

Tested by

no test coverage detected