mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
gh-108303: Move all pydoc related test files to new test.test_pydoc package (#114506)
This commit is contained in:
parent
ca3604a3e3
commit
ccc76c3e88
7 changed files with 34 additions and 27 deletions
6
Lib/test/test_pydoc/__init__.py
Normal file
6
Lib/test/test_pydoc/__init__.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import os
|
||||
from test import support
|
||||
|
||||
|
||||
def load_tests(*args):
|
||||
return support.load_package_tests(os.path.dirname(__file__), *args)
|
||||
Loading…
Add table
Add a link
Reference in a new issue