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

Function TestParseMarkdownPRD_FileNotFound

internal/prd/markdown_test.go:295–300  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

293}
294
295func TestParseMarkdownPRD_FileNotFound(t *testing.T) {
296 _, err := ParseMarkdownPRD("/nonexistent/prd.md")
297 if err == nil {
298 t.Error("expected error for nonexistent file")
299 }
300}
301
302func TestParseMarkdownPRDFromString_H4StoryHeadings(t *testing.T) {
303 md := `# PRD: Phased Project

Callers

nothing calls this directly

Calls 1

ParseMarkdownPRDFunction · 0.85

Tested by

no test coverage detected