MCPcopy Create free account
hub / github.com/AdRoll/baker / TestSQLiteNewSQLiteWriter

Function TestSQLiteNewSQLiteWriter

output/sqlite_test.go:67–67  ·  view source on GitHub ↗

Just check that creating an sqlite writer does not crash.

(t *testing.T)

Source from the content-addressed store, hash-verified

65
66// Just check that creating an sqlite writer does not crash.
67func TestSQLiteNewSQLiteWriter(t *testing.T) { makeWriter(t, false, ":memory:", false) }
68func TestSQLiteNewSQLiteRawWriter(t *testing.T) { makeWriter(t, true, ":memory:", false) }
69
70func doOneRound(t *testing.T, path string, raw bool) {

Callers

nothing calls this directly

Calls 1

makeWriterFunction · 0.85

Tested by

no test coverage detected