cpython/Lib/test/test_pathlib
Barney Gale 2205510e7b
GH-113528: Slightly improve pathlib.Path.glob() tests for symlink loop handling (#113763)
Slightly improve `pathlib.Path.glob()` tests for symlink loop handling

When filtering results, ignore paths with more than one `linkD/` segment,
rather than all paths below the first `linkD/` segment. This allows us
to test that other paths under `linkD/` are correctly returned.
2024-01-06 17:03:39 +00:00
..
__init__.py
test_pathlib.py GH-113568: Stop raising deprecation warnings from pathlib ABCs (#113757) 2024-01-05 22:56:04 +00:00
test_pathlib_abc.py GH-113528: Slightly improve pathlib.Path.glob() tests for symlink loop handling (#113763) 2024-01-06 17:03:39 +00:00