File: suite_test.go

package info (click to toggle)
golang-github-jesseduffield-yaml 2.2.2%2Bgit20190702.b900b7e-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 436 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{})