Skip to content

Commit aa6f787

Browse files
authored
gh-108388: Convert test_concurrent_futures to package (#108401)
Convert test_concurrent_futures to a package of sub-tests.
1 parent bbbe1fa commit aa6f787

14 files changed

+1847
-1677
lines changed

Lib/test/libregrtest/runtest.py

+1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ def __str__(self) -> str:
132132

133133
SPLITTESTDIRS = {
134134
"test_asyncio",
135+
"test_concurrent_futures",
135136
"test_multiprocessing_fork",
136137
"test_multiprocessing_forkserver",
137138
"test_multiprocessing_spawn",

0 commit comments

Comments
 (0)