]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-110109: Simplify pathlib test setup (#110308)
authorBarney Gale <barney.gale@gmail.com>
Tue, 10 Oct 2023 23:03:42 +0000 (00:03 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Oct 2023 23:03:42 +0000 (00:03 +0100)
commitda0a68afc9d1487fad20c50f5133cda731d17a17
tree11eb75ef0386e2da8ad2bdc1d7837d977321a0c9
parent0d805b998ded854840f029b7f0c9a02eb3efa251
GH-110109: Simplify pathlib test setup (#110308)

Use the class under test to create files, directories and symlinks.
Lib/test/test_pathlib.py