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

Function TestIncludesCallingRoot

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

Source from the content-addressed store, hash-verified

1381}
1382
1383func TestIncludesCallingRoot(t *testing.T) {
1384 t.Parallel()
1385
1386 tt := fileContentTest{
1387 Dir: "testdata/includes_call_root_task",
1388 Target: "included:call-root",
1389 TrimSpace: true,
1390 Files: map[string]string{
1391 "root_task.txt": "root task",
1392 },
1393 }
1394 t.Run("", func(t *testing.T) {
1395 t.Parallel()
1396 tt.Run(t)
1397 })
1398}
1399
1400func TestIncludesOptional(t *testing.T) {
1401 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…