summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_concurrent_futures/test_future.py
Commit message (Collapse)AuthorAgeFilesLines
* [3.12] gh-108388: Convert test_concurrent_futures to package (#108401) (#108443)Victor Stinner2023-08-261-0/+291
gh-108388: Convert test_concurrent_futures to package (#108401) Convert test_concurrent_futures to a package of sub-tests. (cherry picked from commit aa6f787faa4bc45006da4dc2f942fb9b82c98836)