(t *testing.T, path string, raw bool)
| 68 | func TestSQLiteNewSQLiteRawWriter(t *testing.T) { makeWriter(t, true, ":memory:", false) } |
| 69 | |
| 70 | func doOneRound(t *testing.T, path string, raw bool) { |
| 71 | doOneRoundTruncate(t, path, false, raw) |
| 72 | } |
| 73 | |
| 74 | func doOneRoundTruncate(t *testing.T, path string, truncate, raw bool) { |
| 75 | t.Helper() |
no test coverage detected