MCPcopy Create free account
hub / github.com/araddon/qlbridge / TestMain

Function TestMain

datasource/sqlite/sqlite_test.go:133–138  ·  view source on GitHub ↗
(m *testing.M)

Source from the content-addressed store, hash-verified

131 })
132}
133func TestMain(m *testing.M) {
134 testutil.Setup() // will call flag.Parse()
135
136 // Now run the actual Tests
137 os.Exit(m.Run())
138}
139
140func planContext(query string) *plan.Context {
141 ctx := plan.NewContext(query)

Callers

nothing calls this directly

Calls 2

SetupFunction · 0.92
RunMethod · 0.65

Tested by

no test coverage detected