Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit ec6be37

Browse files
committed
Remove invalid tests.
1 parent d0bf017 commit ec6be37

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

test/test_hyper.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -753,19 +753,6 @@ def test_resizing_header_table(self):
753753
e.header_table_size = 40
754754
assert len(e.header_table) == 0
755755

756-
def test_removing_header_partially_in_table(self):
757-
e = Encoder()
758-
e.encode([('no', 'value')])
759-
760-
with pytest.raises(HPACKEncodingError):
761-
e.remove((b'no', b'val'))
762-
763-
def test_removing_header_not_in_table_at_all(self):
764-
e = Encoder()
765-
766-
with pytest.raises(HPACKEncodingError):
767-
e.remove((b'not', b'present'))
768-
769756
def test_resizing_header_table_sends_context_update(self):
770757
e = Encoder()
771758

0 commit comments

Comments
 (0)