7 lines
85 B
Go
7 lines
85 B
Go
package models
|
|
|
|
import "testing"
|
|
|
|
func TestMain(m *testing.M) {
|
|
MainTest(m, "..")
|
|
}
|