bpo-36918: Fix "Exception ignored in" in test_urllib by vstinner · Pull Request #13996 · python/cpython

@vstinner

Mock the HTTPConnection.close() method in a few unit tests to avoid
logging "Exception ignored in: ..." messages.

@vstinner vstinner deleted the test_urllib_mock_close branch

June 12, 2019 02:07

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jun 12, 2019
Mock the HTTPConnection.close() method in a few unit tests to avoid
logging "Exception ignored in: ..." messages.
(cherry picked from commit eb976e4)

Co-authored-by: Victor Stinner <vstinner@redhat.com>

miss-islington added a commit that referenced this pull request

Jun 12, 2019
Mock the HTTPConnection.close() method in a few unit tests to avoid
logging "Exception ignored in: ..." messages.
(cherry picked from commit eb976e4)

Co-authored-by: Victor Stinner <vstinner@redhat.com>

lisroach pushed a commit to lisroach/cpython that referenced this pull request

Sep 10, 2019
Mock the HTTPConnection.close() method in a few unit tests to avoid
logging "Exception ignored in: ..." messages.

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020
Mock the HTTPConnection.close() method in a few unit tests to avoid
logging "Exception ignored in: ..." messages.