MCPcopy Index your code
hub / github.com/docker/docker-agent / TestLabel

Function TestLabel

pkg/codingharness/provider_test.go:31–35  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

29}
30
31func TestLabel(t *testing.T) {
32 t.Parallel()
33 require.Equal(t, "codex", Label(&latest.HarnessConfig{Type: TypeCodex}))
34 require.Equal(t, "codex/gpt-5", Label(&latest.HarnessConfig{Type: TypeCodex, Model: "gpt-5"}))
35}

Callers

nothing calls this directly

Calls 1

LabelFunction · 0.85

Tested by

no test coverage detected