]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-89812: Clean up pathlib tests. (#104829)
authorBarney Gale <barney.gale@gmail.com>
Wed, 14 Jun 2023 04:06:58 +0000 (05:06 +0100)
committerGitHub <noreply@github.com>
Wed, 14 Jun 2023 04:06:58 +0000 (06:06 +0200)
commitdab5a3ebe8063e7ad39c9ba04421d8fe11927d43
tree3efba687cd81faed1962bcad169e4ca27db48561
parentb95de96268b334f9ec0aa70bd038f3603bf19421
GH-89812: Clean up pathlib tests. (#104829)

Clean up pathlib tests.

Merge `PurePathTest` into `_BasePurePathTest`, and `PathTest` into
`_BasePathTest`.
Lib/test/test_pathlib.py