vikunja/models/main_test.go

8 lines
85 B
Go
Raw Normal View History

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