]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40275: Use new test.support helper submodules in tests (GH-21743)
authorHai Shi <shihai1992@gmail.com>
Thu, 6 Aug 2020 11:51:29 +0000 (19:51 +0800)
committerGitHub <noreply@github.com>
Thu, 6 Aug 2020 11:51:29 +0000 (13:51 +0200)
commit79bb2c93f2d81702fdf1f93720369e18a76b7d1a
tree6ab9d0c6ef07954cc871dd6eb06f3a80329d33e6
parent52f98424a55e14f05dfa7483cc0faf634a61c9ff
bpo-40275: Use new test.support helper submodules in tests (GH-21743)
20 files changed:
Lib/test/test_dbm_gnu.py
Lib/test/test_faulthandler.py
Lib/test/test_grp.py
Lib/test/test_http_cookiejar.py
Lib/test/test_httpservers.py
Lib/test/test_import/__init__.py
Lib/test/test_ntpath.py
Lib/test/test_site.py
Lib/test/test_socketserver.py
Lib/test/test_statistics.py
Lib/test/test_tabnanny.py
Lib/test/test_tcl.py
Lib/test/test_tools/test_md5sum.py
Lib/test/test_turtle.py
Lib/test/test_urllib2net.py
Lib/test/test_urllibnet.py
Lib/test/test_webbrowser.py
Lib/test/test_winsound.py
Lib/tkinter/test/test_tkinter/test_images.py
Lib/tkinter/test/test_tkinter/test_loadtk.py