(t *testing.T)
| 92 | } |
| 93 | |
| 94 | func TestLDBParallelFuncs(t *testing.T) { |
| 95 | db, remove := newTestLDB() |
| 96 | defer remove() |
| 97 | testParallelDBFuncs(db, t) |
| 98 | } |
| 99 | |
| 100 | func TestLDBTableFuncs(t *testing.T) { |
| 101 | db, remove := newTestLDB() |
nothing calls this directly
no test coverage detected