]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-108303: Move all inspect test files to `test_inspect/` (GH-109607) (#111543)
authorNikita Sobolev <mail@sobolevn.me>
Tue, 31 Oct 2023 14:00:39 +0000 (17:00 +0300)
committerGitHub <noreply@github.com>
Tue, 31 Oct 2023 14:00:39 +0000 (14:00 +0000)
commitbc9f47097ef5c44c87cb91a441c19ee532907684
tree227dcdfcfc05e65d68289041b7366500df0312a2
parent08e4e11b758517ad614d71ff2377dd4057ffdcb1
[3.11] gh-108303: Move all inspect test files to `test_inspect/` (GH-109607) (#111543)
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