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

Function TestCodexProvider_LogFileName

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

Source from the content-addressed store, hash-verified

26}
27
28func TestCodexProvider_LogFileName(t *testing.T) {
29 p := NewCodexProvider("")
30 if p.LogFileName() != "codex.log" {
31 t.Errorf("LogFileName() = %q, want codex.log", p.LogFileName())
32 }
33}
34
35func TestCodexProvider_LoopCommand(t *testing.T) {
36 ctx := context.Background()

Callers

nothing calls this directly

Calls 2

LogFileNameMethod · 0.95
NewCodexProviderFunction · 0.85

Tested by

no test coverage detected