Library/models/main_test.go

8 lines
85 B
Go

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