summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-08-22 14:53:49 (GMT)
committerGitHub <noreply@github.com>2023-08-22 14:53:49 (GMT)
commitadfc118fdab66882599e01a84c22bd897055f3f1 (patch)
treef9802048fd55fb2864456ae5173b614229248816 /Makefile.pre.in
parente8ef0bdd8c613a722bf7965bf1da912882141a52 (diff)
downloadcpython-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.in1
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 \