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

Function TestOpenCodeProvider_Name

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

NameMethod · 0.95
NewOpenCodeProviderFunction · 0.85

Tested by

no test coverage detected