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

Function TestLoadPRD_FileNotFound

internal/prd/prd_test.go:50–55  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

48}
49
50func TestLoadPRD_FileNotFound(t *testing.T) {
51 _, err := LoadPRD("/nonexistent/path/prd.md")
52 if err == nil {
53 t.Error("expected error for nonexistent file, got nil")
54 }
55}
56
57func TestPRD_AllComplete_EmptyPRD(t *testing.T) {
58 p := &PRD{

Callers

nothing calls this directly

Calls 1

LoadPRDFunction · 0.85

Tested by

no test coverage detected