MCPcopy Create free account
hub / github.com/docker/docker-agent / TestExec_OpenAI_gpt5_codex

Function TestExec_OpenAI_gpt5_codex

e2e/exec_test.go:66–72  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

64}
65
66func TestExec_OpenAI_gpt5_codex(t *testing.T) {
67 t.Parallel()
68 out := runCLI(t, "run", "--exec", "testdata/basic.yaml", "--model=openai/gpt-5-codex", "What's 2+2?")
69
70 // Model reasoning summary varies, just check for the core response
71 require.Contains(t, out, "4")
72}
73
74func TestExec_Anthropic(t *testing.T) {
75 t.Parallel()

Callers

nothing calls this directly

Calls 1

runCLIFunction · 0.85

Tested by

no test coverage detected