Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CovenantSQL/CovenantSQL
/ TestMain
Function
TestMain
blockproducer/xxx_test.go:83–89 ·
view source on GitHub ↗
(m *testing.M)
Source
from the content-addressed store, hash-verified
81
}
82
83
func
TestMain(m *testing.M) {
84
os.Exit(
func
() int {
85
setup()
86
defer
teardown()
87
return
m.Run()
88
}())
89
}
Callers
nothing calls this directly
Calls
2
setup
Function · 0.70
teardown
Function · 0.70
Tested by
no test coverage detected