MCPcopy Index your code
hub / github.com/go-task/task / TestParams

Function TestParams

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

Source from the content-addressed store, hash-verified

501}
502
503func TestParams(t *testing.T) {
504 t.Parallel()
505 NewExecutorTest(t,
506 WithExecutorOptions(
507 task.WithDir("testdata/params"),
508 task.WithSilent(true),
509 ),
510 WithPostProcessFn(PPSortedLines),
511 )
512}
513
514func TestDeps(t *testing.T) {
515 t.Parallel()

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…