summaryrefslogtreecommitdiffstats
path: root/Lib/test/libregrtest/findtests.py
diff options
context:
space:
mode:
authorNikita Sobolev <mail@sobolevn.me>2023-09-15 07:52:24 (GMT)
committerGitHub <noreply@github.com>2023-09-15 07:52:24 (GMT)
commit82505dc351b2f7e37aa395218709b432d83292cd (patch)
tree9a1358debc0c54136b24857261cff9fb34ff5364 /Lib/test/libregrtest/findtests.py
parentfa493900fbf19cbfac44164f3d8acb4f598ff3c1 (diff)
downloadcpython-82505dc351b2f7e37aa395218709b432d83292cd.zip
cpython-82505dc351b2f7e37aa395218709b432d83292cd.tar.gz
cpython-82505dc351b2f7e37aa395218709b432d83292cd.tar.bz2
gh-108303: Move `test_future` into its own test_future_stmt subdir (#109368)
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 6f554ad..60f2198 100644
--- a/Lib/test/libregrtest/findtests.py
+++ b/Lib/test/libregrtest/findtests.py
@@ -18,6 +18,7 @@ from .utils import (
SPLITTESTDIRS: set[TestName] = {
"test_asyncio",
"test_concurrent_futures",
+ "test_future_stmt",
"test_multiprocessing_fork",
"test_multiprocessing_forkserver",
"test_multiprocessing_spawn",