(t *testing.T)
| 218 | } |
| 219 | |
| 220 | func TestEmptyTask(t *testing.T) { |
| 221 | t.Parallel() |
| 222 | NewExecutorTest(t, |
| 223 | WithExecutorOptions( |
| 224 | task.WithDir("testdata/empty_task"), |
| 225 | ), |
| 226 | ) |
| 227 | } |
| 228 | |
| 229 | func TestEmptyTaskfile(t *testing.T) { |
| 230 | t.Parallel() |
nothing calls this directly
no test coverage detected
searching dependent graphs…