github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/pkg/util/caps/caps_suite_test.go (about)

     1  package caps_test
     2  
     3  import (
     4  	"testing"
     5  
     6  	. "github.com/onsi/ginkgo/v2"
     7  	. "github.com/onsi/gomega"
     8  )
     9  
    10  func TestCaps(t *testing.T) {
    11  	RegisterFailHandler(Fail)
    12  	RunSpecs(t, "Caps Suite")
    13  }