github.com/mfpierre/corectl@v0.5.6/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{})