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-65238: Add test cases for trailing slash handling in pathlib #113248

Closed

Conversation

barneygale
Copy link
Contributor

@barneygale barneygale commented Dec 18, 2023

Ensure that trailing slashes are ignored whenever pathlib splits a basename from a dirname. This commit adds test cases for parent, parents, name, stem, suffix, suffixes, with_name(), with_stem(), with_suffix(), relative_to(), is_relative_to(), expanduser().

Any solution for GH-65238 should keep these tests passing.

Ensure that trailing slashes are ignored whenever pathlib splits a basename
from a dirname. This commit adds test cases for `parent`, `parents`,
`name`, `stem`, `suffix`, `suffixes`, `with_name()`, `with_stem()`,
`with_suffix()`, `relative_to()`, `is_relative_to()`, `expanduser()` and
`absolute()`.

Any solution for pythonGH-65238 should keep these tests passing.
@barneygale barneygale marked this pull request as ready for review December 18, 2023 09:49
@barneygale barneygale closed this Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant