diff options
author | Roger E. Masse <rmasse@newcnri.cnri.reston.va.us> | 1996-12-10 00:06:24 (GMT) |
---|---|---|
committer | Roger E. Masse <rmasse@newcnri.cnri.reston.va.us> | 1996-12-10 00:06:24 (GMT) |
commit | 16f9fd2bcf5d0595c378addfec13ddfcea448b94 (patch) | |
tree | efb9aa470ef73d94b809bdce2e178fdd39daf36f /Lib/test/testall.py | |
parent | 3ac30af86738107f74b351fcc2414ff743b8de5f (diff) | |
download | cpython-16f9fd2bcf5d0595c378addfec13ddfcea448b94.zip cpython-16f9fd2bcf5d0595c378addfec13ddfcea448b94.tar.gz cpython-16f9fd2bcf5d0595c378addfec13ddfcea448b94.tar.bz2 |
Added a test script for dbmmodule.c and added it to testall.py and
updated testall.out
Diffstat (limited to 'Lib/test/testall.py')
-rw-r--r-- | Lib/test/testall.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/testall.py b/Lib/test/testall.py index 176be56..4bf0a66 100644 --- a/Lib/test/testall.py +++ b/Lib/test/testall.py @@ -12,7 +12,7 @@ import test_grammar for t in ['test_opcodes', 'test_operations', 'test_builtin', 'test_exceptions', 'test_types', 'test_math', 'test_time', 'test_array', 'test_strop', 'test_md5', 'test_cmath', - 'test_crypt', + 'test_crypt', 'test_dbm', ]: print t unload(t) |