]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118761: Add test_lazy_import for more modules (#133057)
authorDaniel Hollas <daniel.hollas@bristol.ac.uk>
Mon, 5 May 2025 22:46:05 +0000 (23:46 +0100)
committerGitHub <noreply@github.com>
Mon, 5 May 2025 22:46:05 +0000 (22:46 +0000)
commitcae660d6dc0d7ba3f66970ef2f2faf1b93869e91
treeb6eac99337845902bf11faa148c37fea83a3075c
parentb1aa515bd6b645202eda4ca07e85d92e19b1534d
gh-118761: Add test_lazy_import for more modules (#133057)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
20 files changed:
Lib/test/test_ast/test_ast.py
Lib/test/test_base64.py
Lib/test/test_cmd.py
Lib/test/test_csv.py
Lib/test/test_email/test_utils.py
Lib/test/test_enum.py
Lib/test/test_functools.py
Lib/test/test_gettext.py
Lib/test/test_locale.py
Lib/test/test_mimetypes.py
Lib/test/test_optparse.py
Lib/test/test_pathlib/test_pathlib.py
Lib/test/test_pickle.py
Lib/test/test_pprint.py
Lib/test/test_pstats.py
Lib/test/test_shlex.py
Lib/test/test_socket.py
Lib/test/test_string/test_string.py
Lib/test/test_threading.py
Lib/test/test_zipfile/test_core.py