(t *testing.T)
| 209 | } |
| 210 | |
| 211 | func TestListDescInterpolation(t *testing.T) { |
| 212 | t.Parallel() |
| 213 | |
| 214 | NewFormatterTest(t, |
| 215 | WithExecutorOptions( |
| 216 | task.WithDir("testdata/list_desc_interpolation"), |
| 217 | ), |
| 218 | WithListOptions(task.ListOptions{ |
| 219 | ListOnlyTasksWithDescriptions: true, |
| 220 | }), |
| 221 | ) |
| 222 | } |
| 223 | |
| 224 | func TestJsonListFormat(t *testing.T) { |
| 225 | t.Parallel() |
nothing calls this directly
no test coverage detected
searching dependent graphs…