]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-113528: Split up pathlib tests for invalid basenames. (#113776)
authorBarney Gale <barney.gale@gmail.com>
Sat, 6 Jan 2024 17:03:07 +0000 (17:03 +0000)
committerGitHub <noreply@github.com>
Sat, 6 Jan 2024 17:03:07 +0000 (17:03 +0000)
commitf1526356b1be31071222683c9f09fa271d0203ce
tree099d40526e50b7481a230095cd456532b4b88372
parentd429a5a8e76e3013b35d60c78fcb891556ad9a7c
GH-113528: Split up pathlib tests for invalid basenames. (#113776)

Split test cases for invalid names into dedicated test methods. This will
make it easier to refactor tests for invalid name handling in ABCs later.

No change of coverage, just a change of test suite organisation.
Lib/test/test_pathlib/test_pathlib_abc.py