forked from quic-go/quic-go
run integration tests with the quic_server with all supported versions
This commit is contained in:
@@ -2,6 +2,7 @@ package gquic_test
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
mrand "math/rand"
|
||||
"path/filepath"
|
||||
"runtime"
|
||||
|
||||
@@ -24,6 +25,10 @@ func TestIntegration(t *testing.T) {
|
||||
RunSpecs(t, "GQuic Tests Suite")
|
||||
}
|
||||
|
||||
var _ = BeforeSuite(func() {
|
||||
mrand.Seed(GinkgoRandomSeed())
|
||||
})
|
||||
|
||||
var _ = JustBeforeEach(func() {
|
||||
testserver.StartQuicServer(nil)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user