...

Source file src/github.com/go-redis/redis/internal/proto/proto_test.go

Documentation: github.com/go-redis/redis/internal/proto

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

View as plain text