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

Function TestSQLiteNewSQLiteRawWriter

output/sqlite_test.go:68–68  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

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) {
71 doOneRoundTruncate(t, path, false, raw)

Callers

nothing calls this directly

Calls 1

makeWriterFunction · 0.85

Tested by

no test coverage detected