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

Function TestListDescInterpolation

formatter_test.go:211–222  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

209}
210
211func 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
224func TestJsonListFormat(t *testing.T) {
225 t.Parallel()

Callers

nothing calls this directly

Calls 3

NewFormatterTestFunction · 0.85
WithExecutorOptionsFunction · 0.85
WithListOptionsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…