github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/pkg/convert/pprof/pprof_suite_test.go (about) 1 package pprof_test 2 3 import ( 4 . "github.com/onsi/ginkgo/v2" 5 . "github.com/onsi/gomega" 6 "testing" 7 ) 8 9 func TestConvert(t *testing.T) { 10 RegisterFailHandler(Fail) 11 RunSpecs(t, "pprof Suite") 12 }