Skip to content

Commit

Permalink
pythongh-108388: Convert test_concurrent_futures to package (python#1…
Browse files Browse the repository at this point in the history
…08401)

Convert test_concurrent_futures to a package of sub-tests.
  • Loading branch information
vstinner committed Aug 24, 2023
1 parent bbbe1fa commit aa6f787
Show file tree
Hide file tree
Showing 14 changed files with 1,847 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 aa6f787

Please sign in to comment.