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

Function TestMainPumaDev_Linux

cmd/puma-dev/main_linux_test.go:10–23  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

8)
9
10func TestMainPumaDev_Linux(t *testing.T) {
11 appLinkDir := homedir.MustExpand("~/.puma-dev-test_linux-puma-dev")
12
13 defer LinkAllTestApps(t, appLinkDir)()
14
15 configureAndBootPumaDevServer(t, map[string]string{
16 "dir": appLinkDir,
17 "http-port": "65080",
18 "https-port": "65443",
19 "no-serve-public-paths": "/packs:/config",
20 })
21
22 runPlatformAgnosticTestScenarios(t)
23}

Callers

nothing calls this directly

Calls 4

MustExpandFunction · 0.92
LinkAllTestAppsFunction · 0.85

Tested by

no test coverage detected