File: qpack_suite_test.go

package info (click to toggle)
golang-github-marten-seemann-qpack 0.4.0-1~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 384 kB
  • sloc: makefile: 3
file content (13 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
package qpack_test

import (
	"testing"

	. "github.com/onsi/ginkgo"
	. "github.com/onsi/gomega"
)

func TestQpack(t *testing.T) {
	RegisterFailHandler(Fail)
	RunSpecs(t, "QPACK Suite")
}