github.com/onsi/ginkgo@v1.16.6-0.20211118180735-4e1925ba4c95/ginkgo/internal/cli_internal_suite_test.go (about)

     1  package internal_test
     2  
     3  import (
     4  	. "github.com/onsi/ginkgo"
     5  	. "github.com/onsi/gomega"
     6  
     7  	"testing"
     8  )
     9  
    10  func TestCLIInternalSuite(t *testing.T) {
    11  	RegisterFailHandler(Fail)
    12  	RunSpecs(t, "CLI Internal Suite")
    13  }
    14  
    15  var _ = It(`These unit tests do not cover all the functionality in ginkgo/intenral.
    16  The run, compile, and profiles functions are all integration tests in ginkgo/integration.`, func() {})