MCPcopy 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
193func 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

setupFunction · 0.70
teardownFunction · 0.70

Tested by

no test coverage detected