]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-112855: Slightly improve tests for `pathlib.PurePath` pickling (#113243)
authorBarney Gale <barney.gale@gmail.com>
Fri, 22 Dec 2023 17:49:09 +0000 (17:49 +0000)
committerGitHub <noreply@github.com>
Fri, 22 Dec 2023 17:49:09 +0000 (17:49 +0000)
commitff5e131df5f374f72579b970856dc5646e8b836c
tree0f8497d15de8f9e3df09ca043ad586ff0bcf1365
parent4a3d2419bb5b7cd862e3d909f53a2ef0a09cdcee
GH-112855: Slightly improve tests for `pathlib.PurePath` pickling (#113243)

Add a few more simple test cases, like non-anchored paths. Remove misplaced
and indirect test that pickling doesn't change the `stat()` value.
Lib/test/test_pathlib/test_pathlib.py
Lib/test/test_pathlib/test_pathlib_abc.py