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

Function TestPickReadTool_OpenClaw

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

Source from the content-addressed store, hash-verified

473}
474
475func TestPickReadTool_OpenClaw(t *testing.T) {
476 sess := mockSession("openclaw/1.0", openClawTools)
477 if got := PickReadTool(sess); got != "read" {
478 t.Errorf("expected read, got %q", got)
479 }
480}
481
482func TestPickReadTool_OpenClaw_OpenAI(t *testing.T) {
483 sess := mockSession("openclaw/1.0", openClawToolsOpenAI)

Callers

nothing calls this directly

Calls 2

mockSessionFunction · 0.85
PickReadToolFunction · 0.85

Tested by

no test coverage detected