cpython/Lib/test/test_pathlib
Barney Gale 7a9727e10c
pathlib tests: annotate tests needing symlinks with decorator (#114625)
Add `@needs_symlinks` decorator for tests that require symlink support in
the path class.

Also add `@needs_windows` and `@needs_posix` decorators for tests that
require a specific a specific path flavour. These aren't much used yet, but
will be later.
2024-01-26 22:29:28 +00:00
..
__init__.py
test_pathlib.py pathlib tests: annotate tests needing symlinks with decorator (#114625) 2024-01-26 22:29:28 +00:00
test_pathlib_abc.py pathlib tests: annotate tests needing symlinks with decorator (#114625) 2024-01-26 22:29:28 +00:00