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

Function TestPickShellTool_Cursor

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

Source from the content-addressed store, hash-verified

389}
390
391func TestPickShellTool_Cursor(t *testing.T) {
392 sess := mockSession("cursor/0.44", cursorTools)
393 if got := PickShellTool(sess); got != "run_command" {
394 t.Errorf("expected run_command, got %q", got)
395 }
396}
397
398func TestPickShellTool_Windsurf(t *testing.T) {
399 sess := mockSession("windsurf/1.2", windsurfTools)

Callers

nothing calls this directly

Calls 2

mockSessionFunction · 0.85
PickShellToolFunction · 0.85

Tested by

no test coverage detected