diff options
author | Victor Stinner <vstinner@python.org> | 2023-08-22 20:06:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-22 20:06:07 (GMT) |
commit | ca47a2183a35d4b71cc062c926b7f96112fdf5ce (patch) | |
tree | 4223533c2aae45e59f94380479a0c5cb40ed93dc /Makefile.pre.in | |
parent | fad80598dc0c5a6c1b9bc9802e80a0f9686628fe (diff) | |
download | cpython-ca47a2183a35d4b71cc062c926b7f96112fdf5ce.zip cpython-ca47a2183a35d4b71cc062c926b7f96112fdf5ce.tar.gz cpython-ca47a2183a35d4b71cc062c926b7f96112fdf5ce.tar.bz2 |
[3.12] gh-106016: Add Lib/test/test_module/ directory (#108293) (#108306)
gh-106016: Add Lib/test/test_module/ directory (#108293)
* Move Python scripts related to test_module to this new directory:
good_getattr.py and bad_getattrX.py scripts.
* Move Lib/test/test_module.py to Lib/test/test_module/__init__.py.
(cherry picked from commit adfc118fdab66882599e01a84c22bd897055f3f1)
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 a74f4fd..d9d56bb 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -2192,6 +2192,7 @@ TESTSUBDIRS= idlelib/idle_test \ test/test_lib2to3/data \ test/test_lib2to3/data/fixers \ test/test_lib2to3/data/fixers/myfixes \ + test/test_module \ test/test_peg_generator \ test/test_sqlite3 \ test/test_tkinter \ |