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

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