17 lines
207 B
Go
Raw Normal View History

2023-11-03 23:38:23 +01:00
package handler_test
import (
"testing"
db_ "git.ekzyis.com/ekzyis/delphi.market/db"
"git.ekzyis.com/ekzyis/delphi.market/test"
)
var (
db *db_.DB
)
func TestMain(m *testing.M) {
test.Main(m, db)
}