]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[2.7] bpo-36019: Use pythontest.net in urllib network tests (GH-11941) (GH-12177)
authorStéphane Wirtel <stephane@wirtel.be>
Tue, 5 Mar 2019 14:18:58 +0000 (15:18 +0100)
committerVictor Stinner <vstinner@redhat.com>
Tue, 5 Mar 2019 14:18:58 +0000 (15:18 +0100)
commit84772e0ab49ee09acb44e30551aa5cfc1eafe5dc
tree7f060c2d7e87d0cc2ec4048375f3f746d8102177
parentd9bf7f4198871132714cfe7d702baaa02206e9f1
[2.7] bpo-36019: Use pythontest.net in urllib network tests (GH-11941) (GH-12177)

Use test_support.TEST_HTTP_URL (pythontest.net) instead of http://www.example.com/.
Doc/library/test.rst
Lib/test/support/__init__.py
Lib/test/test_urllib2net.py
Lib/test/test_urllibnet.py
Misc/NEWS.d/next/Tests/2019-03-05-13-27-36.bpo-36019.ebUjCm.rst [new file with mode: 0644]