Library/models/main_test.go

8 lines
85 B
Go
Raw Normal View History

2018-01-16 10:41:11 +00:00
package models
import "testing"
func TestMain(m *testing.M) {
MainTest(m, "..")
2018-01-16 10:55:12 +00:00
}