]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-108303: Move `test_future` into its own test_future_stmt subdir (#109368...
authorVictor Stinner <vstinner@python.org>
Thu, 21 Sep 2023 19:45:37 +0000 (21:45 +0200)
committerGitHub <noreply@github.com>
Thu, 21 Sep 2023 19:45:37 +0000 (21:45 +0200)
commit37b261799b2fc49e06a673b2a34ee5958ff07d86
treeefde283782565bd5c5f274cf6f6affccdfd5a612
parent84d8fdb2661220ee6af8f23637363bed38a90ba7
[3.11] gh-108303: Move `test_future` into its own test_future_stmt subdir (#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>
18 files changed:
Lib/test/libregrtest/runtest.py
Lib/test/test_future_stmt/__init__.py [new file with mode: 0644]
Lib/test/test_future_stmt/badsyntax_future10.py [moved from Lib/test/badsyntax_future10.py with 100% similarity]
Lib/test/test_future_stmt/badsyntax_future3.py [moved from Lib/test/badsyntax_future3.py with 100% similarity]
Lib/test/test_future_stmt/badsyntax_future4.py [moved from Lib/test/badsyntax_future4.py with 100% similarity]
Lib/test/test_future_stmt/badsyntax_future5.py [moved from Lib/test/badsyntax_future5.py with 100% similarity]
Lib/test/test_future_stmt/badsyntax_future6.py [moved from Lib/test/badsyntax_future6.py with 100% similarity]
Lib/test/test_future_stmt/badsyntax_future7.py [moved from Lib/test/badsyntax_future7.py with 100% similarity]
Lib/test/test_future_stmt/badsyntax_future8.py [moved from Lib/test/badsyntax_future8.py with 100% similarity]
Lib/test/test_future_stmt/badsyntax_future9.py [moved from Lib/test/badsyntax_future9.py with 100% similarity]
Lib/test/test_future_stmt/future_test1.py [moved from Lib/test/future_test1.py with 100% similarity]
Lib/test/test_future_stmt/future_test2.py [moved from Lib/test/future_test2.py with 100% similarity]
Lib/test/test_future_stmt/test_future.py [moved from Lib/test/test_future.py with 91% similarity]
Lib/test/test_future_stmt/test_future_flags.py [moved from Lib/test/test___future__.py with 100% similarity]
Lib/test/test_future_stmt/test_future_multiple_features.py [moved from Lib/test/test_future5.py with 100% similarity]
Lib/test/test_future_stmt/test_future_multiple_imports.py [moved from Lib/test/test_future4.py with 100% similarity]
Lib/test/test_future_stmt/test_future_single_import.py [moved from Lib/test/test_future3.py with 100% similarity]
Makefile.pre.in