]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Cover OS-specific behaviour in `PurePathBase` and `PathBase` tests. (#114633)
authorBarney Gale <barney.gale@gmail.com>
Sat, 27 Jan 2024 02:16:17 +0000 (02:16 +0000)
committerGitHub <noreply@github.com>
Sat, 27 Jan 2024 02:16:17 +0000 (02:16 +0000)
commit2d08af34b873d5e6b4df5082dfc30a37ef59c346
tree718c5dadc3990f91a29c5ae1525fe72fe59170e8
parentfe5905e21ac90a2fb5ebd62779f56bcd87b5f7a0
Cover OS-specific behaviour in `PurePathBase` and `PathBase` tests. (#114633)

Wherever possible, move tests for OS-specific behaviour from `PurePathTest`
and `PathTest` to `DummyPurePathTest` and `DummyPathTest`.
Lib/test/test_pathlib/test_pathlib.py
Lib/test/test_pathlib/test_pathlib_abc.py