blob: 512ecc9bee99c6c1c2059e1b3d53cabed620947e [file] [log] [blame]
package db
import (
"testing"
"skia.googlesource.com/buildbot.git/go/database/testutil"
)
func TestSQLiteVersioning(t *testing.T) {
testutil.SQLiteVersioningTests(t, migrationSteps)
}
func TestMySQLVersioning(t *testing.T) {
testutil.MySQLVersioningTests(t, "correctness", migrationSteps)
}