We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e6cd68 + 396248b commit 2d27015Copy full SHA for 2d27015
1 file changed
tests/test_conformance_corpus.py
@@ -13,6 +13,8 @@
13
EXPECTED_VECTOR_CATALOG = {
14
'7541': {'name': 'hpack-dynamic-state', 'protocol': 'http2-hpack', 'fixture': 'tests/test_http2_hpack.py'},
15
'7692': {'name': 'websocket-permessage-deflate', 'protocol': 'websocket-compression', 'fixture': 'tests/test_websocket_rfc7692.py'},
16
+ '7936': {'name': 'websocket-subprotocol-registry-semantics', 'protocol': 'websocket-subprotocol', 'fixture': 'tests/test_websocket_rfc7936.py'},
17
+ '8307': {'name': 'websocket-well-known-uri', 'protocol': 'websocket-uri', 'fixture': 'tests/test_websocket_rfc8307.py'},
18
'8441': {'name': 'http2-websocket-extended-connect', 'protocol': 'http2-websocket', 'fixture': 'tests/test_http2_websocket_rfc8441.py'},
19
'8446': {'name': 'tls13-package-subsystem', 'protocol': 'tls13', 'fixture': 'tests/test_tls13_engine_upgrade.py'},
20
'8446-deep': {'name': 'tls13-quic-handshake-rejection-deep', 'protocol': 'tls13', 'fixture': 'tests/test_governed_rfc_deep_coverage.py'},
0 commit comments