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

Function TestPickWriteTool_CodexCLI

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

Source from the content-addressed store, hash-verified

431}
432
433func TestPickWriteTool_CodexCLI(t *testing.T) {
434 sess := mockSession("codex/0.1", codexCLITools)
435 if got := PickWriteTool(sess); got != "write_file" {
436 t.Errorf("expected write_file, got %q", got)
437 }
438}
439
440func TestPickWriteTool_Cline(t *testing.T) {
441 sess := mockSession("cline/3.18", clineTools)

Callers

nothing calls this directly

Calls 2

mockSessionFunction · 0.85
PickWriteToolFunction · 0.85

Tested by

no test coverage detected