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

Function TestSuite

datasource/sqlite/sqlite_test.go:148–154  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

146}
147
148func TestSuite(t *testing.T) {
149 defer func() {
150 td.SetContextToMockCsv()
151 }()
152 LoadTestDataOnce(t)
153 testutil.RunSimpleSuite(t)
154}

Callers

nothing calls this directly

Calls 2

RunSimpleSuiteFunction · 0.92
LoadTestDataOnceFunction · 0.70

Tested by

no test coverage detected