File: suite_test.go

package info (click to toggle)
golang-yaml.v2 0.0%2Bgit20160928.0.a5b47d3-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch, stretch-backports
  • size: 392 kB
  • sloc: makefile: 12
file content (12 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (9)
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{})