MCPcopy Create free account
hub / github.com/go-task/task / TestIncludeSilent

Function TestIncludeSilent

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

Source from the content-addressed store, hash-verified

1159}
1160
1161func TestIncludeSilent(t *testing.T) {
1162 t.Parallel()
1163
1164 NewExecutorTest(t,
1165 WithName("include-taskfile-silent"),
1166 WithExecutorOptions(
1167 task.WithDir("testdata/includes_silent"),
1168 ),
1169 WithTask("default"),
1170 )
1171}
1172
1173func TestFailfast(t *testing.T) {
1174 t.Parallel()

Callers

nothing calls this directly

Calls 4

NewExecutorTestFunction · 0.85
WithNameFunction · 0.85
WithExecutorOptionsFunction · 0.85
WithTaskFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…