storage: hook up conformance tests for SQL

This commit is contained in:
Eric Chiang
2016-09-17 19:01:15 -06:00
committed by Eric Chiang
parent e2bf8ceb63
commit 63f56b4269
4 changed files with 112 additions and 6 deletions

View File

@@ -7,6 +7,5 @@ import (
)
func TestStorage(t *testing.T) {
s := New()
conformance.RunTestSuite(t, s)
conformance.RunTestSuite(t, New)
}