File: bqschema_suite_test.go

package info (click to toggle)
golang-github-seandolphin-bqschema 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 120 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
package bqschema

import (
	"testing"

	. "github.com/onsi/ginkgo"
	. "github.com/onsi/gomega"
)

func TestBqschema(t *testing.T) {
	RegisterFailHandler(Fail)
	RunSpecs(t, "Bqschema Suite")
}