Codebase list golang-yaml.v2 / debian/0.0+git20160928.0.a5b47d3-1 suite_test.go
debian/0.0+git20160928.0.a5b47d3-1

Tree @debian/0.0+git20160928.0.a5b47d3-1 (Download .tar.gz)

suite_test.go @debian/0.0+git20160928.0.a5b47d3-1raw · history · blame

package yaml_test

import (
	. "gopkg.in/check.v1"
	"testing"
)

func Test(t *testing.T) { TestingT(t) }

type S struct{}

var _ = Suite(&S{})