github.com/onsi/ginkgo@v1.16.6-0.20211118180735-4e1925ba4c95/integration/_fixtures/labels_fixture/onepkg/onepkg_suite_test.go (about) 1 package onepkg 2 3 import ( 4 "testing" 5 6 . "github.com/onsi/ginkgo" 7 . "github.com/onsi/gomega" 8 ) 9 10 func TestOnepkg(t *testing.T) { 11 RegisterFailHandler(Fail) 12 RunSpecs(t, "Onepkg Suite") 13 } 14 15 var set1 = Label("dog", "cat", "cow")