summaryrefslogtreecommitdiffstats
path: root/Lib/test/libregrtest
diff options
context:
space:
mode:
authorNikita Sobolev <mail@sobolevn.me>2024-01-19 15:12:48 (GMT)
committerGitHub <noreply@github.com>2024-01-19 15:12:48 (GMT)
commita4ad7a0ac5dad9e4e1b2dc17cdbc02dc763e625f (patch)
treed99220cbf723c7eaf27df0f65ed7ef8ecbdbef90 /Lib/test/libregrtest
parentac4c6efc70f519bb0738331f2f791014c6ea447c (diff)
downloadcpython-a4ad7a0ac5dad9e4e1b2dc17cdbc02dc763e625f.zip
cpython-a4ad7a0ac5dad9e4e1b2dc17cdbc02dc763e625f.tar.gz
cpython-a4ad7a0ac5dad9e4e1b2dc17cdbc02dc763e625f.tar.bz2
[3.11] gh-108303: Move all doctest related files and tests to `Lib/test/test_doctest/` (GH-112109) (#114313)
gh-108303: Move all doctest related files and tests to `Lib/test/test_doctest/` (GH-112109)
Diffstat (limited to 'Lib/test/libregrtest')
-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 7834377..ee890b5 100644
--- a/Lib/test/libregrtest/findtests.py
+++ b/Lib/test/libregrtest/findtests.py
@@ -19,6 +19,7 @@ from .utils import (
SPLITTESTDIRS: set[TestName] = {
"test_asyncio",
"test_concurrent_futures",
+ "test_doctests",
"test_future_stmt",
"test_gdb",
"test_inspect",