Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
func
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
Init
Function · 0.92
Init
Function · 0.70
before_each
Function · 0.70
Tested by
no test coverage detected