Skip to content

Commit d377273

Browse files
committed
pythongh-108388: Convert test_concurrent_futures to package (python#108401)
Convert test_concurrent_futures to a package of sub-tests. (cherry picked from commit aa6f787)
1 parent 09487a2 commit d377273

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
}
136137

137138
# Storage of uncollectable objects

0 commit comments

Comments
 (0)