]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46648: Rewrite test_urllib2.test_issue16464() with a local HTTP server (GH-31186)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 7 Feb 2022 13:14:06 +0000 (05:14 -0800)
committerGitHub <noreply@github.com>
Mon, 7 Feb 2022 13:14:06 +0000 (05:14 -0800)
commit0d74efc54fa811def386d2cde00986204ba18569
treef65ab03033bb06a1b4fecf5a364fc0c82099603a
parent0892a0e3ec925ac959bc959b985293b4b96ef863
bpo-46648: Rewrite test_urllib2.test_issue16464() with a local HTTP server (GH-31186)

Re-enable test_issue16464() of test_urllib2, move it to urllib2_localnet
and use the local HTTP server rather than an external HTTP server.
(cherry picked from commit 8e98175a03fe03d62822d96007a74e5273013764)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/test/test_urllib2.py
Lib/test/test_urllib2_localnet.py