package database import "testing" func TestConnect(t *testing.T) { t.SkipNow() //connect() InitTables() }