github.com/onsi/ginkgo@v1.16.6-0.20211118180735-4e1925ba4c95/internal/testingtproxy/testingtproxy_suite_test.go (about) 1 package testingtproxy_test 2 3 import ( 4 "testing" 5 6 . "github.com/onsi/ginkgo" 7 . "github.com/onsi/gomega" 8 ) 9 10 func TestTestingtproxy(t *testing.T) { 11 RegisterFailHandler(Fail) 12 RunSpecs(t, "Testingtproxy Suite") 13 }