MCPcopy Create free account
hub / github.com/authorizerdev/authorizer / TestMain

Function TestMain

internal/integration_tests/main_test.go:10–13  ·  view source on GitHub ↗
(m *testing.M)

Source from the content-addressed store, hash-verified

8)
9
10func TestMain(m *testing.M) {
11 metrics.Init()
12 os.Exit(m.Run())
13}

Callers

nothing calls this directly

Calls 2

InitFunction · 0.92
RunMethod · 0.45

Tested by

no test coverage detected