]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 29 Apr 2020 07:36:20 +0000 (10:36 +0300)
committerGitHub <noreply@github.com>
Wed, 29 Apr 2020 07:36:20 +0000 (10:36 +0300)
commitbfb1cf44658934cbcd9707fb717d6770c78fbeb3
treea9dcce79d42f76509491b3d8b165f6737143cbc5
parentbb4a585d903e7fe0a46ded8c2ee3f47435ad6a66
bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711)
15 files changed:
Doc/library/test.rst
Lib/test/support/__init__.py
Lib/test/support/socket_helper.py
Lib/test/test_httplib.py
Lib/test/test_imaplib.py
Lib/test/test_nntplib.py
Lib/test/test_robotparser.py
Lib/test/test_site.py
Lib/test/test_smtpnet.py
Lib/test/test_socket.py
Lib/test/test_ssl.py
Lib/test/test_timeout.py
Lib/test/test_urllib2.py
Lib/test/test_urllib2net.py
Lib/test/test_urllibnet.py