Newer
Older
pokemon-go-trade / vendor / gopkg.in / yaml.v2 / suite_test.go
Simon Lindgren on 12 Feb 2021 143 bytes first commit
package yaml_test

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

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

type S struct{}

var _ = Suite(&S{})