File: suite_test.go

package info (click to toggle)
golang-yaml.v2 2.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 512 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
package yaml_test

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

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

type S struct{}

var _ = Suite(&S{})