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

Function TestBuildBootstrapPromptForRegularTask

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

Source from the content-addressed store, hash-verified

650}
651
652func TestCmdDoFuzzyExactWins(t *testing.T) {
653 setupFlowRoot(t)
654 seedTask(t, "auth")
655 seedTask(t, "auth fix")
656
657 stubITerm(t)
658 if rc := cmdDo([]string{"auth"}); rc != 0 {
659 t.Fatalf("rc=%d", rc)
660 }
661 db := openFlowDB(t)
662 task, _ := flowdb.GetTask(db, "auth")
663 if task.Status != "in-progress" {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected