]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40275: Use new test.support helper submodules in tests (GH-21317)
authorHai Shi <shihai1992@gmail.com>
Mon, 6 Jul 2020 12:29:49 +0000 (20:29 +0800)
committerGitHub <noreply@github.com>
Mon, 6 Jul 2020 12:29:49 +0000 (14:29 +0200)
commitdeb016224cc506503fb05e821a60158c83918ed4
tree21b683e93134e016806477e15df1211567441301
parentb4a9263708cc67c98c4d53b16933f6e5dd07990f
bpo-40275: Use new test.support helper submodules in tests (GH-21317)
18 files changed:
Lib/distutils/tests/support.py
Lib/distutils/tests/test_build_ext.py
Lib/distutils/tests/test_filelist.py
Lib/distutils/tests/test_spawn.py
Lib/test/test_dbm_gnu.py
Lib/test/test_eof.py
Lib/test/test_hashlib.py
Lib/test/test_idle.py
Lib/test/test_imaplib.py
Lib/test/test_marshal.py
Lib/test/test_py_compile.py
Lib/test/test_set.py
Lib/test/test_socket.py
Lib/test/test_sysconfig.py
Lib/test/test_traceback.py
Lib/test/test_unicode.py
Lib/test/test_xml_etree.py
Lib/test/test_zipfile.py