diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2023-10-13 17:05:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-13 17:05:03 (GMT) |
commit | 0102faf0cac107fd4d0fde9902560c7cf0a3be9d (patch) | |
tree | 5f1f7da8057c8c6f5a99c8ca89ca551a59c6005b /Makefile.pre.in | |
parent | 49da1176654dc69bfab253b82e297828d9a82648 (diff) | |
download | cpython-0102faf0cac107fd4d0fde9902560c7cf0a3be9d.zip cpython-0102faf0cac107fd4d0fde9902560c7cf0a3be9d.tar.gz cpython-0102faf0cac107fd4d0fde9902560c7cf0a3be9d.tar.bz2 |
[3.12] gh-108303: Move all inspect test files to `test_inspect/` (GH-109607) (#110732)
(cherry picked from commit 732532b0af9d1b5c7ae4932526c8d20d86c15507)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index aa2ac01..0cb9db7 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -2141,6 +2141,7 @@ TESTSUBDIRS= idlelib/idle_test \ test/test_email/data \ test/test_future_stmt \ test/test_gdb \ + test/test_inspect \ test/test_import \ test/test_import/data \ test/test_import/data/circular_imports \ |