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