diff options
author | Victor Stinner <vstinner@python.org> | 2023-08-22 14:53:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-22 14:53:49 (GMT) |
commit | adfc118fdab66882599e01a84c22bd897055f3f1 (patch) | |
tree | f9802048fd55fb2864456ae5173b614229248816 /Makefile.pre.in | |
parent | e8ef0bdd8c613a722bf7965bf1da912882141a52 (diff) | |
download | cpython-adfc118fdab66882599e01a84c22bd897055f3f1.zip cpython-adfc118fdab66882599e01a84c22bd897055f3f1.tar.gz cpython-adfc118fdab66882599e01a84c22bd897055f3f1.tar.bz2 |
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.
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 9be5c3b..beccab4 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -2212,6 +2212,7 @@ TESTSUBDIRS= idlelib/idle_test \ test/test_importlib/resources/zipdata02 \ test/test_importlib/source \ test/test_json \ + test/test_module \ test/test_peg_generator \ test/test_sqlite3 \ test/test_tkinter \ |