Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CovenantSQL/CovenantSQL
/ TestMain
Function
TestMain
naconn/conn_test.go:193–199 ·
view source on GitHub ↗
(m *testing.M)
Source
from the content-addressed store, hash-verified
191
}
192
193
func
TestMain(m *testing.M) {
194
os.Exit(
func
() int {
195
setup()
196
defer
teardown()
197
return
m.Run()
198
}())
199
}
Callers
nothing calls this directly
Calls
2
setup
Function · 0.70
teardown
Function · 0.70
Tested by
no test coverage detected