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

Function TestIncludesOptional

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

Source from the content-addressed store, hash-verified

1398}
1399
1400func TestIncludesOptional(t *testing.T) {
1401 t.Parallel()
1402
1403 tt := fileContentTest{
1404 Dir: "testdata/includes_optional",
1405 Target: "default",
1406 TrimSpace: true,
1407 Files: map[string]string{
1408 "called_dep.txt": "called_dep",
1409 },
1410 }
1411 t.Run("", func(t *testing.T) {
1412 t.Parallel()
1413 tt.Run(t)
1414 })
1415}
1416
1417func TestIncludesOptionalImplicitFalse(t *testing.T) {
1418 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…