github.com/thediveo/gons@v0.9.9/reexec/testing/package_test.go (about) 1 package testing 2 3 import ( 4 gotesting "testing" 5 6 . "github.com/onsi/ginkgo/v2" 7 . "github.com/onsi/gomega" 8 ) 9 10 func TestMain(m *gotesting.M) { 11 TestMainWithCoverage(m) 12 } 13 14 func TestPackage(t *gotesting.T) { 15 RegisterFailHandler(Fail) 16 RunSpecs(t, "gons/reexec/testing package") 17 }