]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Cover OS-specific behaviour in `PurePath` and `Path` tests (#114632)
authorBarney Gale <barney.gale@gmail.com>
Sat, 27 Jan 2024 01:30:25 +0000 (01:30 +0000)
committerGitHub <noreply@github.com>
Sat, 27 Jan 2024 01:30:25 +0000 (01:30 +0000)
commitfe5905e21ac90a2fb5ebd62779f56bcd87b5f7a0
treefdf72488bbd1a1304948b136c4fb3c4938654055
parent7a9727e10c14a82e8e20f5b85e368a6f937db203
Cover OS-specific behaviour in `PurePath` and `Path` tests (#114632)

Test Posix- and Windows-specific behaviour from `PurePathTest` and `PathTest`.
Lib/test/test_pathlib/test_pathlib.py