github.com/apernet/quic-go@v0.43.1-0.20240515053213-5e9e635fd9f0/interop/http09/http09_suite_test.go (about) 1 package http09 2 3 import ( 4 "testing" 5 6 . "github.com/onsi/ginkgo/v2" 7 . "github.com/onsi/gomega" 8 ) 9 10 func TestHttp09(t *testing.T) { 11 RegisterFailHandler(Fail) 12 RunSpecs(t, "HTTP/0.9 Suite") 13 }