diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2023-09-15 07:52:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-15 07:52:24 (GMT) |
commit | 82505dc351b2f7e37aa395218709b432d83292cd (patch) | |
tree | 9a1358debc0c54136b24857261cff9fb34ff5364 /Lib/test/libregrtest/findtests.py | |
parent | fa493900fbf19cbfac44164f3d8acb4f598ff3c1 (diff) | |
download | cpython-82505dc351b2f7e37aa395218709b432d83292cd.zip cpython-82505dc351b2f7e37aa395218709b432d83292cd.tar.gz cpython-82505dc351b2f7e37aa395218709b432d83292cd.tar.bz2 |
gh-108303: Move `test_future` into its own test_future_stmt subdir (#109368)
Diffstat (limited to 'Lib/test/libregrtest/findtests.py')
-rw-r--r-- | Lib/test/libregrtest/findtests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/libregrtest/findtests.py b/Lib/test/libregrtest/findtests.py index 6f554ad..60f2198 100644 --- a/Lib/test/libregrtest/findtests.py +++ b/Lib/test/libregrtest/findtests.py @@ -18,6 +18,7 @@ from .utils import ( SPLITTESTDIRS: set[TestName] = { "test_asyncio", "test_concurrent_futures", + "test_future_stmt", "test_multiprocessing_fork", "test_multiprocessing_forkserver", "test_multiprocessing_spawn", |