cpython/Lib/test/test_pathlib
Barney Gale 6ca0e6754e
GH-113528: Remove a couple of expensive pathlib ABC tests (#113534)
Run expensive tests for walking and globbing from `test_pathlib` but not
`test_pathlib_abc`. The ABCs are not as tightly optimised as the classes
in top-level `pathlib`, and so these tests are taking rather a long time on
some buildbots. Coverage of the main `pathlib` classes should suffice.
2023-12-28 22:44:29 +00:00
..
__init__.py
test_pathlib.py GH-113528: Remove a couple of expensive pathlib ABC tests (#113534) 2023-12-28 22:44:29 +00:00
test_pathlib_abc.py GH-113528: Remove a couple of expensive pathlib ABC tests (#113534) 2023-12-28 22:44:29 +00:00