MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / TestMain

Function TestMain

rpc/xxx_test.go:251–257  ·  view source on GitHub ↗
(m *testing.M)

Source from the content-addressed store, hash-verified

249}
250
251func TestMain(m *testing.M) {
252 os.Exit(func() int {
253 setup()
254 defer teardown()
255 return m.Run()
256 }())
257}

Callers

nothing calls this directly

Calls 2

setupFunction · 0.70
teardownFunction · 0.70

Tested by

no test coverage detected