]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40275: Use new test.support helper submodules in tests (GH-21169)
authorHai Shi <shihai1992@gmail.com>
Tue, 30 Jun 2020 13:46:31 +0000 (21:46 +0800)
committerGitHub <noreply@github.com>
Tue, 30 Jun 2020 13:46:31 +0000 (15:46 +0200)
commit0c4f0f3b29d84063700217dcf90ad6860ed71c70
tree22c7c745a13327858287f8ea010794ba51af7be9
parent3ddc634cd5469550c0c2dc5a6051a70739995699
bpo-40275: Use new test.support helper submodules in tests (GH-21169)
14 files changed:
Lib/test/_test_multiprocessing.py
Lib/test/test_base64.py
Lib/test/test_bool.py
Lib/test/test_dict_version.py
Lib/test/test_grammar.py
Lib/test/test_iter.py
Lib/test/test_lzma.py
Lib/test/test_mailcap.py
Lib/test/test_memoryview.py
Lib/test/test_os.py
Lib/test/test_shutil.py
Lib/test/test_subprocess.py
Lib/test/test_support.py
Lib/test/test_tempfile.py