MCPcopy Create free account
hub / github.com/CovenantSQL/CovenantSQL / TestMain

Function TestMain

cmd/cql/main_test.go:27–32  ·  view source on GitHub ↗
(m *testing.M)

Source from the content-addressed store, hash-verified

25)
26
27func TestMain(m *testing.M) {
28 internal.AtExit(func() {
29 m.Run()
30 })
31 main()
32}

Callers

nothing calls this directly

Calls 2

AtExitFunction · 0.92
mainFunction · 0.70

Tested by

no test coverage detected