MCPcopy
hub / github.com/puma/puma-dev / LinkAllTestApps

Function LinkAllTestApps

dev/devtest/testutils.go:221–229  ·  view source on GitHub ↗
(t *testing.T, workingDirPath string)

Source from the content-addressed store, hash-verified

219}
220
221func LinkAllTestApps(t *testing.T, workingDirPath string) func() {
222 testAppsToLink := map[string]string{
223 "hipuma": "rack-hi-puma",
224 "static-site": "static-hi-puma",
225 "request-headers-dump": "rack-request-headers-dump",
226 }
227
228 return LinkTestApps(t, workingDirPath, testAppsToLink)
229}

Calls 1

LinkTestAppsFunction · 0.85