MCPcopy Create free account
hub / github.com/go-task/task / TestSingleCmdDep

Function TestSingleCmdDep

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

Source from the content-addressed store, hash-verified

2800}
2801
2802func TestSingleCmdDep(t *testing.T) {
2803 t.Parallel()
2804
2805 tt := fileContentTest{
2806 Dir: "testdata/single_cmd_dep",
2807 Target: "foo",
2808 Files: map[string]string{
2809 "foo.txt": "foo\n",
2810 "bar.txt": "bar\n",
2811 },
2812 }
2813 t.Run("", func(t *testing.T) {
2814 t.Parallel()
2815 tt.Run(t)
2816 })
2817}
2818
2819func TestSilence(t *testing.T) {
2820 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…