MCPcopy
hub / github.com/go-task/task / TestDeps

Function TestDeps

executor_test.go:514–523  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

512}
513
514func TestDeps(t *testing.T) {
515 t.Parallel()
516 NewExecutorTest(t,
517 WithExecutorOptions(
518 task.WithDir("testdata/deps"),
519 task.WithSilent(true),
520 ),
521 WithPostProcessFn(PPSortedLines),
522 )
523}
524
525// TODO: mock fs
526func TestStatus(t *testing.T) {

Callers

nothing calls this directly

Calls 3

NewExecutorTestFunction · 0.85
WithExecutorOptionsFunction · 0.85
WithPostProcessFnFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…