github.com/marinho/drone@v0.2.1-0.20140504195434-d3ba962e89a7/Godeps/_workspace/src/launchpad.net/goyaml/suite_test.go (about)

     1  package goyaml_test
     2  
     3  import (
     4  	. "launchpad.net/gocheck"
     5  	"testing"
     6  )
     7  
     8  func Test(t *testing.T) { TestingT(t) }
     9  
    10  type S struct{}
    11  
    12  var _ = Suite(&S{})