(t *testing.T)
| 501 | } |
| 502 | |
| 503 | func 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 | |
| 514 | func TestDeps(t *testing.T) { |
| 515 | t.Parallel() |
nothing calls this directly
no test coverage detected
searching dependent graphs…