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

Function TestManagerIsAnyRunning

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

Source from the content-addressed store, hash-verified

178}
179
180func TestManagerIsAnyRunning(t *testing.T) {
181 m := NewManager(10, testProvider)
182
183 if m.IsAnyRunning() {
184 t.Error("expected no running loops")
185 }
186}
187
188func TestManagerPauseNonRunning(t *testing.T) {
189 tmpDir := t.TempDir()

Callers

nothing calls this directly

Calls 2

IsAnyRunningMethod · 0.95
NewManagerFunction · 0.85

Tested by

no test coverage detected