]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40275: Use new test.support helper submodules in tests (GH-21315)
authorHai Shi <shihai1992@gmail.com>
Mon, 6 Jul 2020 09:15:08 +0000 (17:15 +0800)
committerGitHub <noreply@github.com>
Mon, 6 Jul 2020 09:15:08 +0000 (11:15 +0200)
commita089d21df1ea502b995d8e8a3bcc937cce030802
tree0ca48d704e4b63bd7090483a24879a09e1f911eb
parent883bc638335a57a6e6a6344c2fc132c4f9a0ec42
bpo-40275: Use new test.support helper submodules in tests (GH-21315)
20 files changed:
Lib/ctypes/test/__init__.py
Lib/ctypes/test/test_find.py
Lib/test/test_bytes.py
Lib/test/test_cgitb.py
Lib/test/test_ctypes.py
Lib/test/test_dbm.py
Lib/test/test_fcntl.py
Lib/test/test_file.py
Lib/test/test_fstring.py
Lib/test/test_httpservers.py
Lib/test/test_linecache.py
Lib/test/test_msilib.py
Lib/test/test_picklebuffer.py
Lib/test/test_profile.py
Lib/test/test_pty.py
Lib/test/test_reprlib.py
Lib/test/test_shelve.py
Lib/test/test_tk.py
Lib/test/test_wsgiref.py
Lib/test/test_zlib.py