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

Function TestEmptyTaskfile

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

Source from the content-addressed store, hash-verified

227}
228
229func TestEmptyTaskfile(t *testing.T) {
230 t.Parallel()
231 NewExecutorTest(t,
232 WithExecutorOptions(
233 task.WithDir("testdata/empty_taskfile"),
234 ),
235 WithSetupError(),
236 WithFixtureTemplating(),
237 )
238}
239
240func TestEnv(t *testing.T) {
241 t.Setenv("QUX", "from_os")

Callers

nothing calls this directly

Calls 4

NewExecutorTestFunction · 0.85
WithExecutorOptionsFunction · 0.85
WithSetupErrorFunction · 0.85
WithFixtureTemplatingFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…