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-112675: Move path joining tests into test_posixpath and test_ntpath #112676

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

barneygale
Copy link
Contributor

@barneygale barneygale commented Dec 3, 2023

In test_pathlib, the check_drive_root_parts test methods evaluated both joining and parsing/normalisation of paths. This dates from a time when pathlib implemented both functions itself, but nowadays path joining is done with posixpath.join() and ntpath.join().

This PR moves the joining-related test cases into test_posixpath and test_ntpath.

…est_ntpath`

In `test_pathlib`, the `check_drive_root_parts` test methods evaluated
both joining and parsing/normalisation of paths. This dates from a time
when pathlib implemented both functions itself, but nowadays path joining
is done with `posixpath.join()` and `ntpath.join()`.

This commit moves the joining-related test cases into `test_posixpath` and
`test_ntpath`.
@barneygale barneygale added tests Tests in the Lib/test dir skip news topic-pathlib labels Dec 3, 2023
@barneygale barneygale merged commit 28b2b74 into python:main Dec 7, 2023
26 checks passed
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
…est_ntpath` (python#112676)

In `test_pathlib`, the `check_drive_root_parts` test methods evaluated
both joining and parsing/normalisation of paths. This dates from a time
when pathlib implemented both functions itself, but nowadays path joining
is done with `posixpath.join()` and `ntpath.join()`.

This commit moves the joining-related test cases into `test_posixpath` and
`test_ntpath`.
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
…est_ntpath` (python#112676)

In `test_pathlib`, the `check_drive_root_parts` test methods evaluated
both joining and parsing/normalisation of paths. This dates from a time
when pathlib implemented both functions itself, but nowadays path joining
is done with `posixpath.join()` and `ntpath.join()`.

This commit moves the joining-related test cases into `test_posixpath` and
`test_ntpath`.
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.

1 participant