MCPcopy
hub / github.com/hashicorp/packer / testFixture

Function testFixture

command/command_test.go:37–41  ·  view source on GitHub ↗
(n ...string)

Source from the content-addressed store, hash-verified

35}
36
37func testFixture(n ...string) string {
38 paths := []string{fixturesDir}
39 paths = append(paths, n...)
40 return filepath.Join(paths...)
41}
42
43func testMeta(t *testing.T) Meta {
44 var out, err bytes.Buffer

Callers 15

Test_commandsFunction · 0.85
TestFixFunction · 0.85
TestFix_invalidTemplateFunction · 0.85
TestFmtFunction · 0.85
TestBuildSleepTimeoutFunction · 0.85
TestBuildParallel_1Function · 0.85
TestBuildParallel_2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…