Skip to content
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

GH-89812: Test that pathlib.Path.is_junction() returns false #106062

Merged

Conversation

barneygale
Copy link
Contributor

@barneygale barneygale commented Jun 24, 2023

Slightly expand the test coverage of is_junction(). The existing test only checks that os.path.isjunction() is called under-the-hood.

Slightly expand the test coverage of `is_junction()`. The existing test
only checks that `os.path.isjunction()` is called under-the-hood.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir topic-pathlib
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants