]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108303: Move all `pydoc` related test files to new `test.test_pydoc` package ...
authorNikita Sobolev <mail@sobolevn.me>
Tue, 13 Feb 2024 10:40:40 +0000 (13:40 +0300)
committerGitHub <noreply@github.com>
Tue, 13 Feb 2024 10:40:40 +0000 (11:40 +0100)
commitccc76c3e88647e416184bb1f5210b4e8946ae358
treef687dca067dd689f44b9231d5d0b4a678070ca45
parentca3604a3e33d833ef698b44a4b82c5bc8c771fcb
gh-108303: Move all `pydoc` related test files to new `test.test_pydoc` package (#114506)
Lib/pydoc.py
Lib/test/libregrtest/findtests.py
Lib/test/test_pydoc/__init__.py [new file with mode: 0644]
Lib/test/test_pydoc/pydoc_mod.py [moved from Lib/test/pydoc_mod.py with 100% similarity]
Lib/test/test_pydoc/pydocfodder.py [moved from Lib/test/pydocfodder.py with 100% similarity]
Lib/test/test_pydoc/test_pydoc.py [moved from Lib/test/test_pydoc.py with 98% similarity]
Makefile.pre.in