cpython/Lib/test/test_pathlib
Miss Islington (bot) 14d23fddd9
[3.15] Re-raise unexpected exceptions instead of swallowing them in various tests (GH-152019) (#152102)
(cherry picked from commit 6c3da17d1f)

Co-authored-by: An Long <aisk@users.noreply.github.com>
Co-authored-by: Stan Ulbrych <stan@python.org>
2026-06-24 16:53:16 +00:00
..
support GH-128520: pathlib ABCs: improve protocol for 'openable' objects (#134101) 2025-09-12 22:25:18 +01:00
__init__.py
test_copy.py
test_join.py gh-139001: Fix thread-safety issue in pathlib.Path (gh-139066) 2025-10-10 17:20:18 -04:00
test_join_posix.py
test_join_windows.py
test_pathlib.py [3.15] Re-raise unexpected exceptions instead of swallowing them in various tests (GH-152019) (#152102) 2026-06-24 16:53:16 +00:00
test_read.py GH-128520: pathlib ABCs: improve protocol for 'openable' objects (#134101) 2025-09-12 22:25:18 +01:00
test_write.py gh-143866: Verify return value of pathlib.write_{bytes,text} methods in tests (#143870) 2026-01-19 14:24:20 +03:00