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

Function TestTaskDotenvWithVarName

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

Source from the content-addressed store, hash-verified

2139}
2140
2141func TestTaskDotenvWithVarName(t *testing.T) {
2142 t.Parallel()
2143
2144 tt := fileContentTest{
2145 Dir: "testdata/dotenv_task/default",
2146 Target: "dotenv-with-var-name",
2147 TrimSpace: true,
2148 Files: map[string]string{
2149 "dotenv-with-var-name.txt": "foo",
2150 },
2151 }
2152 t.Run("", func(t *testing.T) {
2153 t.Parallel()
2154 tt.Run(t)
2155 })
2156}
2157
2158func TestExitImmediately(t *testing.T) {
2159 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…