MCPcopy
hub / github.com/go-task/task / TestJsonListFormat

Function TestJsonListFormat

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

Source from the content-addressed store, hash-verified

222}
223
224func TestJsonListFormat(t *testing.T) {
225 t.Parallel()
226
227 NewFormatterTest(t,
228 WithExecutorOptions(
229 task.WithDir("testdata/json_list_format"),
230 ),
231 WithListOptions(task.ListOptions{
232 FormatTaskListAsJSON: true,
233 }),
234 WithFixtureTemplating(),
235 )
236}

Callers

nothing calls this directly

Calls 4

NewFormatterTestFunction · 0.85
WithExecutorOptionsFunction · 0.85
WithListOptionsFunction · 0.85
WithFixtureTemplatingFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…