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

Function TestIncludesDependencies

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

Source from the content-addressed store, hash-verified

1362}
1363
1364func TestIncludesDependencies(t *testing.T) {
1365 t.Parallel()
1366
1367 tt := fileContentTest{
1368 Dir: "testdata/includes_deps",
1369 Target: "default",
1370 TrimSpace: true,
1371 Files: map[string]string{
1372 "default.txt": "default",
1373 "called_dep.txt": "called_dep",
1374 "called_task.txt": "called_task",
1375 },
1376 }
1377 t.Run("", func(t *testing.T) {
1378 t.Parallel()
1379 tt.Run(t)
1380 })
1381}
1382
1383func TestIncludesCallingRoot(t *testing.T) {
1384 t.Parallel()

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…