MCPcopy Create free account
hub / github.com/Facets-cloud/flow / TestBuildBootstrapPromptForKindWithEmptyKind

Function TestBuildBootstrapPromptForKindWithEmptyKind

internal/app/do_test.go:662–669  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

660 }
661 db := openFlowDB(t)
662 task, _ := flowdb.GetTask(db, "auth")
663 if task.Status != "in-progress" {
664 t.Errorf("status=%q, want in-progress", task.Status)
665 }
666}
667
668// TestCmdDoSpawnsClaudeNotFlowde pins the post-flowde contract: `flow do`
669// shells out to `claude` directly (no wrapper) for both the fresh
670// bootstrap and the resume paths. Skill freshness is now an explicit
671// `flow skill update` step, not an implicit per-launch refresh.
672func TestCmdDoSpawnsClaudeNotFlowde(t *testing.T) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected