blob: d6174ec23c2ae9f3144ac0fc72ce65c19d10cfa9 [file]
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, "skia", migrationSteps)
}