Skip to content

Commit

Permalink
pythonGH-110109: Move tests for pathlib ABCs to new module. (python#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
barneygale authored and aisk committed Feb 11, 2024
1 parent b4e8ed8 commit c972eaf
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 c972eaf

Please sign in to comment.