]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40275: Use new test.support helper submodules in tests (GH-20849)
authorHai Shi <shihai1992@gmail.com>
Thu, 25 Jun 2020 10:38:51 +0000 (18:38 +0800)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2020 10:38:51 +0000 (12:38 +0200)
commitf7ba40b505989495c3585ed782070bdae56330ad
treeb1b913a2100ba07c817e2c5d92b1b1537ab0f300
parent5f190d2cc60cd82a604cbffb58b6ca8f40350a7a
bpo-40275: Use new test.support helper submodules in tests (GH-20849)
17 files changed:
Lib/test/libregrtest/main.py
Lib/test/libregrtest/runtest.py
Lib/test/libregrtest/save_env.py
Lib/test/support/script_helper.py
Lib/test/test__xxsubinterpreters.py
Lib/test/test_array.py
Lib/test/test_cmd_line.py
Lib/test/test_dbm_dumb.py
Lib/test/test_decimal.py
Lib/test/test_global.py
Lib/test/test_imp.py
Lib/test/test_ioctl.py
Lib/test/test_platform.py
Lib/test/test_pwd.py
Lib/test/test_tix.py
Lib/test/test_uu.py
Lib/test/test_winreg.py