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

Function TestPickShellTool_CodexCLI

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

Source from the content-addressed store, hash-verified

375}
376
377func TestPickShellTool_CodexCLI(t *testing.T) {
378 sess := mockSession("codex_cli_rs/0.112", codexCLITools)
379 if got := PickShellTool(sess); got != "shell" {
380 t.Errorf("expected shell, got %q", got)
381 }
382}
383
384func TestPickShellTool_Cline(t *testing.T) {
385 sess := mockSession("cline/3.18", clineTools)

Callers

nothing calls this directly

Calls 2

mockSessionFunction · 0.85
PickShellToolFunction · 0.85

Tested by

no test coverage detected