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

Function TestClaudeProvider_LogFileName

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

LogFileNameMethod · 0.95
NewClaudeProviderFunction · 0.85

Tested by

no test coverage detected