summaryrefslogtreecommitdiffstats
path: root/Lib/test/future_test1.py
Commit message (Collapse)AuthorAgeFilesLines
* [3.11] gh-108303: Move `test_future` into its own test_future_stmt subdir ↵Victor Stinner2023-09-211-11/+0
| | | | | | | | | (#109368) (#109680) gh-108303: Move `test_future` into its own test_future_stmt subdir (#109368) (cherry picked from commit 82505dc351b2f7e37aa395218709b432d83292cd) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
* #11093: make NOTTESTS empty by renaming confusingly named files in test dir.R David Murray2011-03-241-0/+11
Patch by Sandro Tosi.