]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40275: Use new test.support helper submodules in tests (GH-21451)
authorHai Shi <shihai1992@gmail.com>
Mon, 3 Aug 2020 16:47:42 +0000 (00:47 +0800)
committerGitHub <noreply@github.com>
Mon, 3 Aug 2020 16:47:42 +0000 (18:47 +0200)
commitbb0424b122e3d222a558bd4177ce37befd3e0347
treef5962e6276319558e48b702b6fa5a48f5c03ff6b
parenta7f5d93bb6906d0f999248b47295d3a59b130f4d
bpo-40275: Use new test.support helper submodules in tests (GH-21451)
20 files changed:
Lib/test/test_bdb.py
Lib/test/test_code_module.py
Lib/test/test_embed.py
Lib/test/test_gzip.py
Lib/test/test_largefile.py
Lib/test/test_lltrace.py
Lib/test/test_ordered_dict.py
Lib/test/test_pathlib.py
Lib/test/test_pipes.py
Lib/test/test_posix.py
Lib/test/test_pydoc.py
Lib/test/test_resource.py
Lib/test/test_runpy.py
Lib/test/test_sax.py
Lib/test/test_sys.py
Lib/test/test_syslog.py
Lib/test/test_ttk_textonly.py
Lib/test/test_unicode_file_functions.py
Lib/test/test_urllib2.py
Lib/test/test_venv.py