]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-108303: Move all inspect test files to `test_inspect/` (GH-109607) (#110732)
authorNikita Sobolev <mail@sobolevn.me>
Fri, 13 Oct 2023 17:05:03 +0000 (20:05 +0300)
committerGitHub <noreply@github.com>
Fri, 13 Oct 2023 17:05:03 +0000 (19:05 +0200)
commit0102faf0cac107fd4d0fde9902560c7cf0a3be9d
tree5f1f7da8057c8c6f5a99c8ca89ca551a59c6005b
parent49da1176654dc69bfab253b82e297828d9a82648
[3.12] gh-108303: Move all inspect test files to `test_inspect/` (GH-109607) (#110732)

(cherry picked from commit 732532b0af9d1b5c7ae4932526c8d20d86c15507)
Lib/test/libregrtest/findtests.py
Lib/test/test_import/__init__.py
Lib/test/test_inspect/__init__.py [new file with mode: 0644]
Lib/test/test_inspect/inspect_fodder.py [moved from Lib/test/inspect_fodder.py with 100% similarity]
Lib/test/test_inspect/inspect_fodder2.py [moved from Lib/test/inspect_fodder2.py with 100% similarity]
Lib/test/test_inspect/inspect_stock_annotations.py [moved from Lib/test/inspect_stock_annotations.py with 100% similarity]
Lib/test/test_inspect/inspect_stringized_annotations.py [moved from Lib/test/inspect_stringized_annotations.py with 100% similarity]
Lib/test/test_inspect/inspect_stringized_annotations_2.py [moved from Lib/test/inspect_stringized_annotations_2.py with 100% similarity]
Lib/test/test_inspect/test_inspect.py [moved from Lib/test/test_inspect.py with 99% similarity]
Lib/test/test_tokenize.py
Makefile.pre.in