(t *testing.T)
| 512 | } |
| 513 | |
| 514 | func 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 |
| 526 | func TestStatus(t *testing.T) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…