ROOT: tox-gh-actions won't override envlist because tox is not running in GitHub Actions py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV) py$(PYV): commands[0]> python -m pytest --cov-report=xml --cov-report=term --cov=hpack ============================= test session starts ============================== platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python cachedir: .tox/py$(PYV)/.pytest_cache hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('$(@D)/.hypothesis/examples') rootdir: $(@D) configfile: setup.cfg testpaths: test asyncio: mode=strict collecting ... collected 499 items test/test_encode_decode.py::TestEncodingProperties::test_decode_either_succeeds_or_raises_error PASSED test/test_encode_decode.py::TestEncodingProperties::test_decode_fails_for_invalid_prefixes PASSED test/test_encode_decode.py::TestEncodingProperties::test_encode_decode_round_trips PASSED test/test_encode_decode.py::TestEncodingProperties::test_encode_fails_for_invalid_prefixes PASSED test/test_encode_decode.py::TestEncodingProperties::test_encode_fails_for_negative_integers PASSED test/test_encode_decode.py::TestEncodingProperties::test_encode_positive_integer_always_valid PASSED test/test_encode_decode.py::TestIntegerDecoding::test_decode_empty_string_fails PASSED test/test_encode_decode.py::TestIntegerDecoding::test_decode_insufficient_data_fails PASSED test/test_encode_decode.py::TestIntegerDecoding::test_decoding_10_with_5_bit_prefix PASSED test/test_encode_decode.py::TestIntegerDecoding::test_encoding_1337_with_5_bit_prefix PASSED test/test_encode_decode.py::TestIntegerDecoding::test_encoding_42_with_8_bit_prefix PASSED test/test_encode_decode.py::TestIntegerEncoding::test_encoding_10_with_5_bit_prefix PASSED test/test_encode_decode.py::TestIntegerEncoding::test_encoding_1337_with_5_bit_prefix PASSED test/test_encode_decode.py::TestIntegerEncoding::test_encoding_42_with_8_bit_prefix PASSED test/test_hpack.py::TestDictToIterable::test_ordering PASSED test/test_hpack.py::TestDictToIterable::test_ordering_applies_to_encoding PASSED test/test_hpack.py::TestHPACKDecoder::test_apache_trafficserver PASSED test/test_hpack.py::TestHPACKDecoder::test_can_decode_multiple_header_table_size_changes PASSED test/test_hpack.py::TestHPACKDecoder::test_header_table_size_change_above_maximum PASSED test/test_hpack.py::TestHPACKDecoder::test_header_table_size_getter PASSED test/test_hpack.py::TestHPACKDecoder::test_indexed_header_field PASSED test/test_hpack.py::TestHPACKDecoder::test_indexed_never_indexed_emits_neverindexedheadertuple PASSED test/test_hpack.py::TestHPACKDecoder::test_invalid_indexed_header PASSED test/test_hpack.py::TestHPACKDecoder::test_invalid_indexed_literal PASSED test/test_hpack.py::TestHPACKDecoder::test_literal_header_field_with_indexing PASSED test/test_hpack.py::TestHPACKDecoder::test_literal_header_field_with_indexing_emits_headertuple PASSED test/test_hpack.py::TestHPACKDecoder::test_literal_header_field_without_indexing PASSED test/test_hpack.py::TestHPACKDecoder::test_literal_never_indexed_emits_neverindexedheadertuple PASSED test/test_hpack.py::TestHPACKDecoder::test_max_header_list_size PASSED test/test_hpack.py::TestHPACKDecoder::test_raw_decoding PASSED test/test_hpack.py::TestHPACKDecoder::test_request_examples_with_huffman PASSED test/test_hpack.py::TestHPACKDecoder::test_request_examples_without_huffman PASSED test/test_hpack.py::TestHPACKDecoder::test_resizing_header_table PASSED test/test_hpack.py::TestHPACKDecoder::test_table_size_last_rejected PASSED test/test_hpack.py::TestHPACKDecoder::test_table_size_middle_rejected PASSED test/test_hpack.py::TestHPACKDecoder::test_table_size_not_adjusting PASSED test/test_hpack.py::TestHPACKDecoder::test_truncated_header_name PASSED test/test_hpack.py::TestHPACKDecoder::test_truncated_header_value PASSED test/test_hpack.py::TestHPACKDecoder::test_utf8_errors_raise_hpack_decoding_error PASSED test/test_hpack.py::TestHPACKEncoder::test_evicting_header_table_objects PASSED test/test_hpack.py::TestHPACKEncoder::test_header_table_size_getter PASSED test/test_hpack.py::TestHPACKEncoder::test_headers_generator PASSED test/test_hpack.py::TestHPACKEncoder::test_indexed_header_field PASSED test/test_hpack.py::TestHPACKEncoder::test_indexed_header_field_from_static_table PASSED test/test_hpack.py::TestHPACKEncoder::test_indexed_literal_header_field_with_indexing PASSED test/test_hpack.py::TestHPACKEncoder::test_literal_header_field_with_indexing PASSED test/test_hpack.py::TestHPACKEncoder::test_non_sensitive_headers_with_header_tuples PASSED test/test_hpack.py::TestHPACKEncoder::test_request_examples_with_huffman PASSED test/test_hpack.py::TestHPACKEncoder::test_request_examples_without_huffman PASSED test/test_hpack.py::TestHPACKEncoder::test_resizing_header_table PASSED test/test_hpack.py::TestHPACKEncoder::test_resizing_header_table_sends_context_update PASSED test/test_hpack.py::TestHPACKEncoder::test_resizing_header_table_sends_multiple_updates PASSED test/test_hpack.py::TestHPACKEncoder::test_resizing_header_table_to_same_size_ignored PASSED test/test_hpack.py::TestHPACKEncoder::test_sensitive_headers PASSED test/test_hpack.py::TestHPACKEncoder::test_sensitive_headers_with_header_tuples PASSED test/test_hpack.py::TestHPACKEncoder::test_setting_table_size_to_the_same_does_nothing PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/go-hpack/story_00.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/go-hpack/story_01.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/go-hpack/story_02.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/go-hpack/story_03.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/go-hpack/story_04.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/go-hpack/story_05.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/go-hpack/story_06.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/go-hpack/story_07.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/go-hpack/story_08.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/go-hpack/story_09.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/go-hpack/story_10.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/go-hpack/story_11.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/go-hpack/story_12.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/go-hpack/story_13.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/go-hpack/story_14.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/go-hpack/story_15.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/go-hpack/story_16.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/go-hpack/story_17.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/go-hpack/story_18.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/go-hpack/story_19.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/go-hpack/story_20.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/go-hpack/story_21.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/go-hpack/story_22.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/go-hpack/story_23.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/go-hpack/story_24.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/go-hpack/story_25.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/go-hpack/story_26.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/go-hpack/story_27.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/go-hpack/story_28.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/go-hpack/story_29.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/go-hpack/story_30.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/go-hpack/story_31.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear-huffman/story_00.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear-huffman/story_01.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear-huffman/story_02.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear-huffman/story_03.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear-huffman/story_04.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear-huffman/story_05.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear-huffman/story_06.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear-huffman/story_07.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear-huffman/story_08.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear-huffman/story_09.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear-huffman/story_10.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear-huffman/story_11.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear-huffman/story_12.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear-huffman/story_13.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear-huffman/story_14.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear-huffman/story_15.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear-huffman/story_16.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear-huffman/story_17.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear-huffman/story_18.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear-huffman/story_19.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear-huffman/story_20.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear-huffman/story_21.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear-huffman/story_22.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear-huffman/story_23.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear-huffman/story_24.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear-huffman/story_25.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear-huffman/story_26.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear-huffman/story_27.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear-huffman/story_28.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear-huffman/story_29.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear-huffman/story_30.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear-huffman/story_31.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear/story_00.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear/story_01.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear/story_02.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear/story_03.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear/story_04.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear/story_05.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear/story_06.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear/story_07.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear/story_08.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear/story_09.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear/story_10.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear/story_11.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear/story_12.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear/story_13.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear/story_14.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear/story_15.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear/story_16.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear/story_17.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear/story_18.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear/story_19.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear/story_20.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear/story_21.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear/story_22.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear/story_23.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear/story_24.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear/story_25.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear/story_26.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear/story_27.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear/story_28.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear/story_29.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear/story_30.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-linear/story_31.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive-huffman/story_00.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive-huffman/story_01.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive-huffman/story_02.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive-huffman/story_03.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive-huffman/story_04.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive-huffman/story_05.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive-huffman/story_06.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive-huffman/story_07.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive-huffman/story_08.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive-huffman/story_09.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive-huffman/story_10.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive-huffman/story_11.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive-huffman/story_12.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive-huffman/story_13.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive-huffman/story_14.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive-huffman/story_15.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive-huffman/story_16.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive-huffman/story_17.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive-huffman/story_18.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive-huffman/story_19.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive-huffman/story_20.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive-huffman/story_21.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive-huffman/story_22.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive-huffman/story_23.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive-huffman/story_24.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive-huffman/story_25.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive-huffman/story_26.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive-huffman/story_27.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive-huffman/story_28.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive-huffman/story_29.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive-huffman/story_30.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive-huffman/story_31.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive/story_00.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive/story_01.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive/story_02.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive/story_03.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive/story_04.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive/story_05.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive/story_06.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive/story_07.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive/story_08.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive/story_09.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive/story_10.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive/story_11.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive/story_12.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive/story_13.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive/story_14.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive/story_15.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive/story_16.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive/story_17.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive/story_18.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive/story_19.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive/story_20.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive/story_21.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive/story_22.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive/story_23.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive/story_24.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive/story_25.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive/story_26.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive/story_27.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive/story_28.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive/story_29.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive/story_30.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-naive/story_31.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static-huffman/story_00.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static-huffman/story_01.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static-huffman/story_02.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static-huffman/story_03.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static-huffman/story_04.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static-huffman/story_05.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static-huffman/story_06.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static-huffman/story_07.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static-huffman/story_08.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static-huffman/story_09.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static-huffman/story_10.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static-huffman/story_11.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static-huffman/story_12.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static-huffman/story_13.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static-huffman/story_14.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static-huffman/story_15.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static-huffman/story_16.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static-huffman/story_17.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static-huffman/story_18.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static-huffman/story_19.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static-huffman/story_20.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static-huffman/story_21.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static-huffman/story_22.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static-huffman/story_23.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static-huffman/story_24.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static-huffman/story_25.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static-huffman/story_26.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static-huffman/story_27.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static-huffman/story_28.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static-huffman/story_29.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static-huffman/story_30.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static-huffman/story_31.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static/story_00.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static/story_01.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static/story_02.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static/story_03.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static/story_04.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static/story_05.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static/story_06.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static/story_07.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static/story_08.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static/story_09.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static/story_10.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static/story_11.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static/story_12.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static/story_13.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static/story_14.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static/story_15.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static/story_16.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static/story_17.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static/story_18.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static/story_19.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static/story_20.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static/story_21.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static/story_22.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static/story_23.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static/story_24.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static/story_25.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static/story_26.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static/story_27.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static/story_28.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static/story_29.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static/story_30.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/haskell-http2-static/story_31.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-16384-4096/story_00.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-16384-4096/story_01.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-16384-4096/story_02.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-16384-4096/story_03.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-16384-4096/story_04.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-16384-4096/story_05.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-16384-4096/story_06.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-16384-4096/story_07.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-16384-4096/story_08.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-16384-4096/story_09.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-16384-4096/story_10.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-16384-4096/story_11.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-16384-4096/story_12.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-16384-4096/story_13.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-16384-4096/story_14.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-16384-4096/story_15.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-16384-4096/story_16.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-16384-4096/story_17.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-16384-4096/story_18.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-16384-4096/story_19.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-16384-4096/story_20.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-16384-4096/story_21.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-16384-4096/story_22.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-16384-4096/story_23.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-16384-4096/story_24.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-16384-4096/story_25.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-16384-4096/story_26.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-16384-4096/story_27.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-16384-4096/story_28.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-16384-4096/story_29.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-16384-4096/story_30.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-change-table-size/story_00.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-change-table-size/story_01.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-change-table-size/story_02.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-change-table-size/story_03.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-change-table-size/story_04.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-change-table-size/story_05.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-change-table-size/story_06.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-change-table-size/story_07.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-change-table-size/story_08.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-change-table-size/story_09.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-change-table-size/story_10.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-change-table-size/story_11.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-change-table-size/story_12.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-change-table-size/story_13.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-change-table-size/story_14.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-change-table-size/story_15.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-change-table-size/story_16.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-change-table-size/story_17.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-change-table-size/story_18.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-change-table-size/story_19.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-change-table-size/story_20.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-change-table-size/story_21.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-change-table-size/story_22.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-change-table-size/story_23.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-change-table-size/story_24.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-change-table-size/story_25.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-change-table-size/story_26.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-change-table-size/story_27.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-change-table-size/story_28.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-change-table-size/story_29.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2-change-table-size/story_30.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2/story_00.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2/story_01.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2/story_02.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2/story_03.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2/story_04.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2/story_05.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2/story_06.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2/story_07.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2/story_08.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2/story_09.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2/story_10.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2/story_11.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2/story_12.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2/story_13.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2/story_14.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2/story_15.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2/story_16.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2/story_17.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2/story_18.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2/story_19.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2/story_20.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2/story_21.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2/story_22.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2/story_23.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2/story_24.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2/story_25.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2/story_26.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2/story_27.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2/story_28.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2/story_29.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2/story_30.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/nghttp2/story_31.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/node-http2-hpack/story_00.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/node-http2-hpack/story_01.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/node-http2-hpack/story_02.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/node-http2-hpack/story_03.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/node-http2-hpack/story_04.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/node-http2-hpack/story_05.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/node-http2-hpack/story_06.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/node-http2-hpack/story_07.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/node-http2-hpack/story_08.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/node-http2-hpack/story_09.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/node-http2-hpack/story_10.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/node-http2-hpack/story_11.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/node-http2-hpack/story_12.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/node-http2-hpack/story_13.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/node-http2-hpack/story_14.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/node-http2-hpack/story_15.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/node-http2-hpack/story_16.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/node-http2-hpack/story_17.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/node-http2-hpack/story_18.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/node-http2-hpack/story_19.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/node-http2-hpack/story_20.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/node-http2-hpack/story_21.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/node-http2-hpack/story_22.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/node-http2-hpack/story_23.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/node-http2-hpack/story_24.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/node-http2-hpack/story_25.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/node-http2-hpack/story_26.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/node-http2-hpack/story_27.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/node-http2-hpack/story_28.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/node-http2-hpack/story_29.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/node-http2-hpack/story_30.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_decode_a_story[test/test_fixtures/node-http2-hpack/story_31.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_no_huffman[test/test_fixtures/raw-data/story_00.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_no_huffman[test/test_fixtures/raw-data/story_01.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_no_huffman[test/test_fixtures/raw-data/story_02.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_no_huffman[test/test_fixtures/raw-data/story_03.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_no_huffman[test/test_fixtures/raw-data/story_04.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_no_huffman[test/test_fixtures/raw-data/story_05.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_no_huffman[test/test_fixtures/raw-data/story_06.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_no_huffman[test/test_fixtures/raw-data/story_07.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_no_huffman[test/test_fixtures/raw-data/story_08.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_no_huffman[test/test_fixtures/raw-data/story_09.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_no_huffman[test/test_fixtures/raw-data/story_10.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_no_huffman[test/test_fixtures/raw-data/story_11.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_no_huffman[test/test_fixtures/raw-data/story_12.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_no_huffman[test/test_fixtures/raw-data/story_13.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_no_huffman[test/test_fixtures/raw-data/story_14.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_no_huffman[test/test_fixtures/raw-data/story_15.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_no_huffman[test/test_fixtures/raw-data/story_16.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_no_huffman[test/test_fixtures/raw-data/story_17.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_no_huffman[test/test_fixtures/raw-data/story_18.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_no_huffman[test/test_fixtures/raw-data/story_19.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_no_huffman[test/test_fixtures/raw-data/story_20.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_no_huffman[test/test_fixtures/raw-data/story_21.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_no_huffman[test/test_fixtures/raw-data/story_22.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_no_huffman[test/test_fixtures/raw-data/story_23.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_no_huffman[test/test_fixtures/raw-data/story_24.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_no_huffman[test/test_fixtures/raw-data/story_25.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_no_huffman[test/test_fixtures/raw-data/story_26.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_no_huffman[test/test_fixtures/raw-data/story_27.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_no_huffman[test/test_fixtures/raw-data/story_28.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_no_huffman[test/test_fixtures/raw-data/story_29.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_no_huffman[test/test_fixtures/raw-data/story_30.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_no_huffman[test/test_fixtures/raw-data/story_31.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_with_huffman[test/test_fixtures/raw-data/story_00.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_with_huffman[test/test_fixtures/raw-data/story_01.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_with_huffman[test/test_fixtures/raw-data/story_02.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_with_huffman[test/test_fixtures/raw-data/story_03.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_with_huffman[test/test_fixtures/raw-data/story_04.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_with_huffman[test/test_fixtures/raw-data/story_05.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_with_huffman[test/test_fixtures/raw-data/story_06.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_with_huffman[test/test_fixtures/raw-data/story_07.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_with_huffman[test/test_fixtures/raw-data/story_08.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_with_huffman[test/test_fixtures/raw-data/story_09.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_with_huffman[test/test_fixtures/raw-data/story_10.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_with_huffman[test/test_fixtures/raw-data/story_11.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_with_huffman[test/test_fixtures/raw-data/story_12.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_with_huffman[test/test_fixtures/raw-data/story_13.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_with_huffman[test/test_fixtures/raw-data/story_14.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_with_huffman[test/test_fixtures/raw-data/story_15.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_with_huffman[test/test_fixtures/raw-data/story_16.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_with_huffman[test/test_fixtures/raw-data/story_17.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_with_huffman[test/test_fixtures/raw-data/story_18.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_with_huffman[test/test_fixtures/raw-data/story_19.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_with_huffman[test/test_fixtures/raw-data/story_20.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_with_huffman[test/test_fixtures/raw-data/story_21.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_with_huffman[test/test_fixtures/raw-data/story_22.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_with_huffman[test/test_fixtures/raw-data/story_23.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_with_huffman[test/test_fixtures/raw-data/story_24.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_with_huffman[test/test_fixtures/raw-data/story_25.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_with_huffman[test/test_fixtures/raw-data/story_26.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_with_huffman[test/test_fixtures/raw-data/story_27.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_with_huffman[test/test_fixtures/raw-data/story_28.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_with_huffman[test/test_fixtures/raw-data/story_29.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_with_huffman[test/test_fixtures/raw-data/story_30.json] PASSED test/test_hpack_integration.py::TestHPACKDecoderIntegration::test_can_encode_a_story_with_huffman[test/test_fixtures/raw-data/story_31.json] PASSED test/test_huffman.py::TestHuffman::test_request_huffman_decoder PASSED test/test_huffman.py::TestHuffman::test_request_huffman_encode PASSED test/test_huffman.py::TestHuffmanDecoder::test_huffman_decoder_properly_handles_all_bytestrings PASSED test/test_struct.py::TestHeaderTuple::test_equal_for_different_indexes PASSED test/test_struct.py::TestHeaderTuple::test_equal_to_self[HeaderTuple] PASSED test/test_struct.py::TestHeaderTuple::test_equal_to_self[NeverIndexedHeaderTuple] PASSED test/test_struct.py::TestHeaderTuple::test_equal_to_tuples[HeaderTuple] PASSED test/test_struct.py::TestHeaderTuple::test_equal_to_tuples[NeverIndexedHeaderTuple] PASSED test/test_struct.py::TestHeaderTuple::test_header_tuples_are_indexable PASSED test/test_struct.py::TestHeaderTuple::test_is_tuple PASSED test/test_struct.py::TestHeaderTuple::test_never_indexed_tuples_are_not_indexable PASSED test/test_struct.py::TestHeaderTuple::test_unpacks_properly PASSED test/test_table.py::TestHeaderTable::test_add_to_large PASSED test/test_table.py::TestHeaderTable::test_get_by_index_dynamic_table PASSED test/test_table.py::TestHeaderTable::test_get_by_index_out_of_range PASSED test/test_table.py::TestHeaderTable::test_get_by_index_static_table PASSED test/test_table.py::TestHeaderTable::test_get_by_index_zero_index PASSED test/test_table.py::TestHeaderTable::test_maxsize_prop_getter PASSED test/test_table.py::TestHeaderTable::test_maxsize_prop_setter PASSED test/test_table.py::TestHeaderTable::test_repr PASSED test/test_table.py::TestHeaderTable::test_search_in_dynamic_full PASSED test/test_table.py::TestHeaderTable::test_search_in_dynamic_partial PASSED test/test_table.py::TestHeaderTable::test_search_in_static_full PASSED test/test_table.py::TestHeaderTable::test_search_in_static_partial PASSED test/test_table.py::TestHeaderTable::test_search_no_match PASSED test/test_table.py::TestHeaderTable::test_shrink_maxsize PASSED test/test_table.py::TestHeaderTable::test_shrink_maxsize_is_zero PASSED test/test_table.py::TestHeaderTable::test_size PASSED test/test_table.py::TestPackageFunctions::test_table_entry_size PASSED =============================== warnings summary =============================== test/conftest.py:13 $(@D)/test/conftest.py:13: NonInteractiveExampleWarning: The `.example()` method is good for exploring strategies, but should only be used interactively. We recommend using `@given` for tests - it performs better, saves and replays failures to avoid flakiness, and reports minimal examples. (strategy: text()) text().example() -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html Required test coverage of 100.0% reached. Total coverage: 100.00% ======== 499 passed, 1 warning ======== py$(PYV): OK congratulations :)