]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-108303: Move `test_future` into its own test_future_stmt subdir (#109368...
authorVictor Stinner <vstinner@python.org>
Mon, 2 Oct 2023 15:12:54 +0000 (17:12 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2023 15:12:54 +0000 (17:12 +0200)
commit5baa8af8daa65a819b41974391efbe5f9a572fa6
tree6231e5dcc12ace17a7895f50bb86ad6086fdf7a2
parented4ffd74042f5ac34a92514fdef8b61669e309ea
[3.12] gh-108303: Move `test_future` into its own test_future_stmt subdir (#109368) (#109679)

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