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

setupFunction · 0.70
teardownFunction · 0.70

Tested by

no test coverage detected