package common import ( "testing" checker "gopkg.in/check.v1" ) func Test(t *testing.T) { checker.TestingT(t) }