forked from quic-go/quic-go
use a self-signed certificate for integration tests
This commit is contained in:
13
internal/testdata/testdata_suite_test.go
vendored
Normal file
13
internal/testdata/testdata_suite_test.go
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
package testdata
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
. "github.com/onsi/ginkgo"
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
func TestTestdata(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "Testdata Suite")
|
||||
}
|
||||
Reference in New Issue
Block a user