Skip to content

Commit 956a0fa

Browse files
committed
pythongh-108388: Convert test_concurrent_futures to package
* Split test_concurrent_futures.py into multiple files in a new Lib/test/test_concurrent_futures/ package. * Add remote_globals to create_executor_tests()
1 parent aa9a359 commit 956a0fa

12 files changed

+1831
-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)