github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/pkg/storage/dict/dict_suite_test.go (about)

     1  package dict_test
     2  
     3  import (
     4  	"testing"
     5  
     6  	. "github.com/onsi/ginkgo/v2"
     7  	. "github.com/onsi/gomega"
     8  	testing2 "github.com/pyroscope-io/pyroscope/pkg/testing"
     9  )
    10  
    11  func TestTdict(t *testing.T) {
    12  	testing2.SetupLogging()
    13  
    14  	RegisterFailHandler(Fail)
    15  	RunSpecs(t, "Tdict Suite")
    16  }