github.com/ssube/gitlab-ci-multi-runner@v1.2.1-0.20160607142738-b8d1285632e6/Godeps/_workspace/src/gopkg.in/yaml.v1/suite_test.go (about) 1 package yaml_test 2 3 import ( 4 . "gopkg.in/check.v1" 5 "testing" 6 ) 7 8 func Test(t *testing.T) { TestingT(t) } 9 10 type S struct{} 11 12 var _ = Suite(&S{})