MCPcopy Create free account
hub / github.com/coder/coder / TestMain

Function TestMain

helm/coder/tests/chart_test.go:315–318  ·  view source on GitHub ↗
(m *testing.M)

Source from the content-addressed store, hash-verified

313}
314
315func TestMain(m *testing.M) {
316 flag.Parse()
317 os.Exit(m.Run())
318}

Callers

nothing calls this directly

Calls 3

ExitMethod · 0.80
ParseMethod · 0.65
RunMethod · 0.65

Tested by

no test coverage detected