File: suite_test.go

package info (click to toggle)
golang-k8s-sigs-yaml 1.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 1,232 kB
  • sloc: makefile: 3
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{})