SIGN IN SIGN UP

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`.
B
Barney Gale committed
28b2b7407c25d448ff5d8836efabbe7c02316568
Parent: 2c3906b
Committed by GitHub <noreply@github.com> on 12/7/2023, 9:45:40 PM