github.com/rochacon/deis@v1.0.2-0.20150903015341-6839b592a1ff/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{})