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

Function TestIncludesShadowedDefault

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

Source from the content-addressed store, hash-verified

1716}
1717
1718func TestIncludesShadowedDefault(t *testing.T) {
1719 t.Parallel()
1720
1721 tt := fileContentTest{
1722 Dir: "testdata/includes_shadowed_default",
1723 Target: "included",
1724 TrimSpace: true,
1725 Files: map[string]string{
1726 "file.txt": "shadowed",
1727 },
1728 }
1729 t.Run("", func(t *testing.T) {
1730 t.Parallel()
1731 tt.Run(t)
1732 })
1733}
1734
1735func TestIncludesUnshadowedDefault(t *testing.T) {
1736 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…