diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2024-02-13 10:40:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-13 10:40:40 (GMT) |
commit | ccc76c3e88647e416184bb1f5210b4e8946ae358 (patch) | |
tree | f687dca067dd689f44b9231d5d0b4a678070ca45 /Lib/test/libregrtest/findtests.py | |
parent | ca3604a3e33d833ef698b44a4b82c5bc8c771fcb (diff) | |
download | cpython-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.py | 1 |
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", |