Preview: suite_test.go
Size: 143 B
/opt/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/suite_test.go
package yaml_test
import (
. "gopkg.in/check.v1"
"testing"
)
func Test(t *testing.T) { TestingT(t) }
type S struct{}
var _ = Suite(&S{})
Directory Contents
Dirs: 0 × Files: 24