diff options
author | Barney Gale <barney.gale@gmail.com> | 2023-12-07 21:45:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-07 21:45:40 (GMT) |
commit | 28b2b7407c25d448ff5d8836efabbe7c02316568 (patch) | |
tree | f7b6eaced0dbdafbeb04470b07fe35492d73d3eb /Python/Python-ast.c | |
parent | 2c3906bc4b7ee62bf9d122a6fdd98b6ae330643f (diff) | |
download | cpython-28b2b7407c25d448ff5d8836efabbe7c02316568.zip cpython-28b2b7407c25d448ff5d8836efabbe7c02316568.tar.gz cpython-28b2b7407c25d448ff5d8836efabbe7c02316568.tar.bz2 |
GH-112675: Move path joining tests into `test_posixpath` and `test_ntpath` (#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`.
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions