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

Function TestIncludesUnshadowedDefault

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

Source from the content-addressed store, hash-verified

1733}
1734
1735func TestIncludesUnshadowedDefault(t *testing.T) {
1736 t.Parallel()
1737
1738 tt := fileContentTest{
1739 Dir: "testdata/includes_unshadowed_default",
1740 Target: "included",
1741 TrimSpace: true,
1742 Files: map[string]string{
1743 "file.txt": "included",
1744 },
1745 }
1746 t.Run("", func(t *testing.T) {
1747 t.Parallel()
1748 tt.Run(t)
1749 })
1750}
1751
1752func TestSupportedFileNames(t *testing.T) {
1753 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…