api/pkg/models/main_test.go
2018-10-31 12:42:38 +00:00

8 lines
85 B
Go

package models
import "testing"
func TestMain(m *testing.M) {
MainTest(m, "..")
}