forked from quic-go/quic-go
Move proxy/ to new tools/ folder
This commit is contained in:
13
integrationtests/tools/proxy/proxy_suite_test.go
Normal file
13
integrationtests/tools/proxy/proxy_suite_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package quicproxy
|
||||
|
||||
import (
|
||||
. "github.com/onsi/ginkgo"
|
||||
. "github.com/onsi/gomega"
|
||||
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestQuicGo(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "QUIC Proxy")
|
||||
}
|
||||
Reference in New Issue
Block a user