Skip to content

Commit 2d27015

Browse files
authored
Merge pull request #34 from axtant/fix-tests
fix: align expected vector catalog with corpus entries
2 parents 8e6cd68 + 396248b commit 2d27015

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_conformance_corpus.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
EXPECTED_VECTOR_CATALOG = {
1414
'7541': {'name': 'hpack-dynamic-state', 'protocol': 'http2-hpack', 'fixture': 'tests/test_http2_hpack.py'},
1515
'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'},
1618
'8441': {'name': 'http2-websocket-extended-connect', 'protocol': 'http2-websocket', 'fixture': 'tests/test_http2_websocket_rfc8441.py'},
1719
'8446': {'name': 'tls13-package-subsystem', 'protocol': 'tls13', 'fixture': 'tests/test_tls13_engine_upgrade.py'},
1820
'8446-deep': {'name': 'tls13-quic-handshake-rejection-deep', 'protocol': 'tls13', 'fixture': 'tests/test_governed_rfc_deep_coverage.py'},

0 commit comments

Comments
 (0)