github.com/technosophos/deis@v1.7.1-0.20150915173815-f9005256004b/Godeps/_workspace/src/gopkg.in/yaml.v2/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{})