MCPcopy Create free account
hub / github.com/NextDotID/proof_server / TestMain

Function TestMain

model/main_test.go:16–22  ·  view source on GitHub ↗
(m *testing.M)

Source from the content-addressed store, hash-verified

14}
15
16func TestMain(m *testing.M) {
17 config.Init("../config/config.test.json")
18 Init()
19 before_each(nil)
20
21 os.Exit(m.Run())
22}

Callers

nothing calls this directly

Calls 3

InitFunction · 0.92
InitFunction · 0.70
before_eachFunction · 0.70

Tested by

no test coverage detected