MCPcopy Create free account
hub / github.com/driangle/taskmd / TestReportCommand_MarkdownNoGraph

Function TestReportCommand_MarkdownNoGraph

apps/cli/internal/cli/report_test.go:314–323  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

312}
313
314func TestReportCommand_MarkdownNoGraph(t *testing.T) {
315 tmpDir := createReportTestFiles(t)
316 resetReportFlags()
317
318 output := captureReportOutput(t, tmpDir)
319
320 if strings.Contains(output, "## Dependency Graph") {
321 t.Error("Expected no graph section without --include-graph")
322 }
323}
324
325// --- Group-by variations ---
326

Callers

nothing calls this directly

Calls 4

createReportTestFilesFunction · 0.85
resetReportFlagsFunction · 0.85
captureReportOutputFunction · 0.85
ErrorMethod · 0.80

Tested by

no test coverage detected