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

Function TestProgressPath

internal/prd/progress_test.go:259–265  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

257}
258
259func TestProgressPath(t *testing.T) {
260 got := ProgressPath("/foo/bar/.chief/prds/my-prd/prd.json")
261 want := "/foo/bar/.chief/prds/my-prd/progress.md"
262 if got != want {
263 t.Errorf("ProgressPath() = %q, want %q", got, want)
264 }
265}

Callers

nothing calls this directly

Calls 1

ProgressPathFunction · 0.85

Tested by

no test coverage detected