Skip to content

pathlib tests: annotate tests needing symlinks with decorator #114625

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 26, 2024

Conversation

barneygale
Copy link
Contributor

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.

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.
@barneygale barneygale enabled auto-merge (squash) January 26, 2024 22:05
@barneygale barneygale merged commit 7a9727e into python:main Jan 26, 2024
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
…#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.
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
…#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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant