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

Function TestIncludesEmptyMain

task_test.go:1262–1277  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

1260}
1261
1262func TestIncludesEmptyMain(t *testing.T) {
1263 t.Parallel()
1264
1265 tt := fileContentTest{
1266 Dir: "testdata/includes_empty",
1267 Target: "included:default",
1268 TrimSpace: true,
1269 Files: map[string]string{
1270 "file.txt": "default",
1271 },
1272 }
1273 t.Run("", func(t *testing.T) {
1274 t.Parallel()
1275 tt.Run(t)
1276 })
1277}
1278
1279func TestIncludesHttp(t *testing.T) {
1280 enableExperimentForTest(t, &experiments.RemoteTaskfiles, 1)

Callers

nothing calls this directly

Calls 1

RunMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…