github.com/rakutentech/cli@v6.12.5-0.20151006231303-24468b65536e+incompatible/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{})