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

Function TestEmptyTask

executor_test.go:220–227  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

218}
219
220func TestEmptyTask(t *testing.T) {
221 t.Parallel()
222 NewExecutorTest(t,
223 WithExecutorOptions(
224 task.WithDir("testdata/empty_task"),
225 ),
226 )
227}
228
229func TestEmptyTaskfile(t *testing.T) {
230 t.Parallel()

Callers

nothing calls this directly

Calls 2

NewExecutorTestFunction · 0.85
WithExecutorOptionsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…