Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Uncommented fixed wsgi tests
  • Loading branch information
terryluan12 committed Jan 3, 2026
commit b0b4816d2b26e171f38fd48f22b7a8a4c225f688
2 changes: 0 additions & 2 deletions Lib/test/test_wsgiref.py
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,6 @@ def flush(self):
b"Hello, world!",
written)

@unittest.expectedFailure # TODO: RUSTPYTHON
def testClientConnectionTerminations(self):
environ = {"SERVER_PROTOCOL": "HTTP/1.0"}
for exception in (
Expand All @@ -819,7 +818,6 @@ def write(self, b):

self.assertFalse(stderr.getvalue())

@unittest.expectedFailure # TODO: RUSTPYTHON
def testDontResetInternalStateOnException(self):
class CustomException(ValueError):
pass
Expand Down