gh-108303: Move `test_future` into its own test_future_stmt subdir (#… · python/cpython@82505dc

GitHub

Original file line numberDiff line numberDiff line change@@ -18,6 +18,7 @@

1818SPLITTESTDIRS: set[TestName] = {

1919"test_asyncio",

2020"test_concurrent_futures",

21+"test_future_stmt",

2122"test_multiprocessing_fork",

2223"test_multiprocessing_forkserver",

2324"test_multiprocessing_spawn",

Original file line numberDiff line numberDiff line change@@ -0,0 +1,6 @@

1+importos

2+fromtestimportsupport

3+4+5+defload_tests(*args):

6+returnsupport.load_package_tests(os.path.dirname(__file__), *args)

File renamed without changes.

File renamed without changes.

File renamed without changes.

File renamed without changes.

File renamed without changes.

File renamed without changes.

File renamed without changes.

File renamed without changes.