Move rest of integration tests into the gquic folder

This commit is contained in:
Lucas Clemente
2017-08-03 20:56:10 +02:00
parent 0b1d7c46f5
commit 84db78db83
12 changed files with 45 additions and 45 deletions

View File

@@ -4,6 +4,8 @@ import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
_ "github.com/lucas-clemente/quic-go/integrationtests/tools/testlog"
"testing"
)