]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40275: Use new test.support helper submodules in tests (GH-21764)
authorHai Shi <shihai1992@gmail.com>
Fri, 7 Aug 2020 15:18:38 +0000 (23:18 +0800)
committerGitHub <noreply@github.com>
Fri, 7 Aug 2020 15:18:38 +0000 (17:18 +0200)
commit598a951844122678de2596dbc1e0e09e2be65fd2
tree23e7f7765fd015e838382e443f39269a2745fbc4
parent46e19b61d31ba99f049258efa4ff1334856a3643
bpo-40275: Use new test.support helper submodules in tests (GH-21764)
15 files changed:
Lib/ctypes/test/test_loading.py
Lib/sqlite3/test/hooks.py
Lib/test/_test_multiprocessing.py
Lib/test/test___all__.py
Lib/test/test_asyncio/test_proactor_events.py
Lib/test/test_ntpath.py
Lib/test/test_ossaudiodev.py
Lib/test/test_platform.py
Lib/test/test_posixpath.py
Lib/test/test_py_compile.py
Lib/test/test_source_encoding.py
Lib/test/test_startfile.py
Lib/test/test_sundry.py
Lib/test/test_winconsoleio.py
Lib/test/test_zoneinfo/_support.py