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

Function TestCursorProvider_LogFileName

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

LogFileNameMethod · 0.95
NewCursorProviderFunction · 0.85

Tested by

no test coverage detected