]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40275: Use new test.support helper submodules in tests (GH-21219)
authorHai Shi <shihai1992@gmail.com>
Tue, 30 Jun 2020 13:46:06 +0000 (21:46 +0800)
committerGitHub <noreply@github.com>
Tue, 30 Jun 2020 13:46:06 +0000 (15:46 +0200)
commit3ddc634cd5469550c0c2dc5a6051a70739995699
tree5c4bba3b3ff821397ef129298a49f4b3f34c58a4
parent3fa4799c3f9d9de7cac30e5db3627e9e125b9ce5
bpo-40275: Use new test.support helper submodules in tests (GH-21219)
16 files changed:
Lib/test/audiotests.py
Lib/test/libregrtest/cmdline.py
Lib/test/libregrtest/main.py
Lib/test/libregrtest/runtest_mp.py
Lib/test/test_aifc.py
Lib/test/test_bz2.py
Lib/test/test_functools.py
Lib/test/test_future.py
Lib/test/test_logging.py
Lib/test/test_poll.py
Lib/test/test_regrtest.py
Lib/test/test_smtpd.py
Lib/test/test_time.py
Lib/test/test_unicode_file.py
Lib/test/test_urllib.py
Lib/test/test_zipimport_support.py