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

Function TestManagerStartNonExistent

internal/loop/manager_test.go:216–223  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

214}
215
216func TestManagerStartNonExistent(t *testing.T) {
217 m := NewManager(10, testProvider)
218
219 err := m.Start("non-existent")
220 if err == nil {
221 t.Error("expected error when starting non-existent PRD")
222 }
223}
224
225func TestManagerStartRequiresProvider(t *testing.T) {
226 tmpDir := t.TempDir()

Callers

nothing calls this directly

Calls 2

StartMethod · 0.95
NewManagerFunction · 0.85

Tested by

no test coverage detected