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

Function TestIncludeWithVarsInInclude

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

Source from the content-addressed store, hash-verified

2437}
2438
2439func TestIncludeWithVarsInInclude(t *testing.T) {
2440 t.Parallel()
2441
2442 const dir = "testdata/include_with_vars_inside_include"
2443 var buff bytes.Buffer
2444 e := task.Executor{
2445 Dir: dir,
2446 Stdout: &buff,
2447 Stderr: &buff,
2448 }
2449 require.NoError(t, e.Setup())
2450}
2451
2452func TestIncludedVarsMultiLevel(t *testing.T) {
2453 t.Parallel()

Callers

nothing calls this directly

Calls 1

SetupMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…