summaryrefslogtreecommitdiffstats
path: root/Lib/test/libregrtest/findtests.py
diff options
context:
space:
mode:
authorNikita Sobolev <mail@sobolevn.me>2024-02-13 10:40:40 (GMT)
committerGitHub <noreply@github.com>2024-02-13 10:40:40 (GMT)
commitccc76c3e88647e416184bb1f5210b4e8946ae358 (patch)
treef687dca067dd689f44b9231d5d0b4a678070ca45 /Lib/test/libregrtest/findtests.py
parentca3604a3e33d833ef698b44a4b82c5bc8c771fcb (diff)
downloadcpython-ccc76c3e88647e416184bb1f5210b4e8946ae358.zip
cpython-ccc76c3e88647e416184bb1f5210b4e8946ae358.tar.gz
cpython-ccc76c3e88647e416184bb1f5210b4e8946ae358.tar.bz2
gh-108303: Move all `pydoc` related test files to new `test.test_pydoc` package (#114506)
Diffstat (limited to 'Lib/test/libregrtest/findtests.py')
-rw-r--r--Lib/test/libregrtest/findtests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/libregrtest/findtests.py b/Lib/test/libregrtest/findtests.py
index ee890b5..4ac95e2 100644
--- a/Lib/test/libregrtest/findtests.py
+++ b/Lib/test/libregrtest/findtests.py
@@ -23,6 +23,7 @@ SPLITTESTDIRS: set[TestName] = {
"test_future_stmt",
"test_gdb",
"test_inspect",
+ "test_pydoc",
"test_multiprocessing_fork",
"test_multiprocessing_forkserver",
"test_multiprocessing_spawn",