MCPcopy Create free account
hub / github.com/MiniCodeMonkey/chief / TestCodexProvider_Name

Function TestCodexProvider_Name

internal/agent/codex_test.go:10–15  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

8)
9
10func TestCodexProvider_Name(t *testing.T) {
11 p := NewCodexProvider("")
12 if p.Name() != "Codex" {
13 t.Errorf("Name() = %q, want Codex", p.Name())
14 }
15}
16
17func TestCodexProvider_CLIPath(t *testing.T) {
18 p := NewCodexProvider("")

Callers

nothing calls this directly

Calls 2

NameMethod · 0.95
NewCodexProviderFunction · 0.85

Tested by

no test coverage detected