Library/models/main_test.go

7 lines
84 B
Go

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