]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH-119065...
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 16 May 2024 08:04:37 +0000 (11:04 +0300)
committerGitHub <noreply@github.com>
Thu, 16 May 2024 08:04:37 +0000 (08:04 +0000)
commit33a9f0ce65ea0ffc1a3f2740d88d34748730ba92
tree0d0b3b5b3f0e6d506f5d7214bc41bcb9f94d9af1
parented395f5c0e4005d86b5aae31656fd81b97a828ae
[3.12] gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH-119065) (GH-119088)

(cherry picked from commit 0152dc4ff5534fa2948b95262e70ff6b202b9b99)
19 files changed:
Lib/test/_test_multiprocessing.py
Lib/test/test_asyncio/test_unix_events.py
Lib/test/test_compileall.py
Lib/test/test_configparser.py
Lib/test/test_ctypes/test_loading.py
Lib/test/test_fileinput.py
Lib/test/test_http_cookiejar.py
Lib/test/test_logging.py
Lib/test/test_mimetypes.py
Lib/test/test_pkgutil.py
Lib/test/test_runpy.py
Lib/test/test_shutil.py
Lib/test/test_subprocess.py
Lib/test/test_tarfile.py
Lib/test/test_tempfile.py
Lib/test/test_venv.py
Lib/test/test_winsound.py
Lib/test/test_zipapp.py
Lib/test/test_zipfile/_path/test_path.py