summaryrefslogtreecommitdiffstats
path: root/Lib/test/testall.py
diff options
context:
space:
mode:
authorRoger E. Masse <rmasse@newcnri.cnri.reston.va.us>1996-12-17 19:54:27 (GMT)
committerRoger E. Masse <rmasse@newcnri.cnri.reston.va.us>1996-12-17 19:54:27 (GMT)
commit62a017c0920e4569659fcf2f92e3f9bdd905fb17 (patch)
tree33035486730ec507ad0d2d4c3d3efeef9f6fb046 /Lib/test/testall.py
parent4ca4b075167745bb2c1743e6ef7de9f78f793490 (diff)
downloadcpython-62a017c0920e4569659fcf2f92e3f9bdd905fb17.zip
cpython-62a017c0920e4569659fcf2f92e3f9bdd905fb17.tar.gz
cpython-62a017c0920e4569659fcf2f92e3f9bdd905fb17.tar.bz2
Test script for the GNU dbm module (gdbm)
Diffstat (limited to 'Lib/test/testall.py')
-rw-r--r--Lib/test/testall.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/testall.py b/Lib/test/testall.py
index fa7c5ea7..62b16a4 100644
--- a/Lib/test/testall.py
+++ b/Lib/test/testall.py
@@ -27,6 +27,7 @@ tests = ['test_grammar',
'test_thread',
'test_xdr',
'test_fcntl',
+ 'test_gdbm',
]
if __name__ == '__main__':