Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docker/compose
/ TestMain
Function
TestMain
pkg/e2e/main_test.go:24–27 ·
view source on GitHub ↗
(m *testing.M)
Source
from the content-addressed store, hash-verified
22
)
23
24
func
TestMain(m *testing.M) {
25
exitCode := m.Run()
26
os.Exit(exitCode)
27
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected