github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/pkg/admin/admin_test.go (about)

     1  //go:build !windows
     2  // +build !windows
     3  
     4  package admin_test
     5  
     6  import (
     7  	. "github.com/onsi/ginkgo/v2"
     8  	. "github.com/onsi/gomega"
     9  
    10  	"testing"
    11  )
    12  
    13  func Test(t *testing.T) {
    14  	RegisterFailHandler(Fail)
    15  	RunSpecs(t, "admin suite")
    16  }