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

Function TestRunListWithNoPRDs

internal/cmd/status_test.go:87–98  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

85}
86
87func TestRunListWithNoPRDs(t *testing.T) {
88 tmpDir := t.TempDir()
89
90 opts := ListOptions{
91 BaseDir: tmpDir,
92 }
93
94 err := RunList(opts)
95 if err != nil {
96 t.Errorf("RunList() returned error: %v", err)
97 }
98}
99
100func TestRunListWithPRDs(t *testing.T) {
101 tmpDir := t.TempDir()

Callers

nothing calls this directly

Calls 1

RunListFunction · 0.85

Tested by

no test coverage detected