Skip to content

Commit

Permalink
pythongh-108388: Convert test_concurrent_futures to package
Browse files Browse the repository at this point in the history
Convert test_concurrent_futures to a package of 7 sub-tests.

Add remote_globals to create_executor_tests()
  • Loading branch information
vstinner committed Aug 24, 2023
1 parent aa9a359 commit 56d01d0
Show file tree
Hide file tree
Showing 12 changed files with 1,831 additions and 1,677 deletions.
1 change: 1 addition & 0 deletions Lib/test/libregrtest/runtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def __str__(self) -> str:

SPLITTESTDIRS = {
"test_asyncio",
"test_concurrent_futures",
"test_multiprocessing_fork",
"test_multiprocessing_forkserver",
"test_multiprocessing_spawn",
Expand Down
Loading

0 comments on commit 56d01d0

Please sign in to comment.