Skip to content

Commit

Permalink
GH-110109: Move tests for pathlib ABCs to new module. (#112904)
Browse files Browse the repository at this point in the history
  • Loading branch information
barneygale authored Dec 16, 2023
1 parent 1583c40 commit d91e43e
Show file tree
Hide file tree
Showing 4 changed files with 1,927 additions and 1,893 deletions.
5 changes: 5 additions & 0 deletions Lib/test/test_pathlib/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import os
from test.support import load_package_tests

def load_tests(*args):
return load_package_tests(os.path.dirname(__file__), *args)
Loading

0 comments on commit d91e43e

Please sign in to comment.