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

Function TestGetEditPrompt

embed/embed_test.go:100–108  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

98}
99
100func TestGetEditPrompt(t *testing.T) {
101 prompt := GetEditPrompt("/test/path/prds/main")
102 if prompt == "" {
103 t.Error("Expected GetEditPrompt() to return non-empty prompt")
104 }
105 if !strings.Contains(prompt, "/test/path/prds/main") {
106 t.Error("Expected prompt to contain the PRD directory path")
107 }
108}

Callers

nothing calls this directly

Calls 1

GetEditPromptFunction · 0.85

Tested by

no test coverage detected