github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/pkg/remotewrite/remotewrite_test.go (about) 1 package remotewrite_test 2 3 import ( 4 . "github.com/onsi/ginkgo/v2" 5 . "github.com/onsi/gomega" 6 7 "testing" 8 ) 9 10 func Test(t *testing.T) { 11 RegisterFailHandler(Fail) 12 RunSpecs(t, "remote write suite") 13 }