commit | 16f9fd2bcf5d0595c378addfec13ddfcea448b94 | [log] [tgz] |
---|---|---|
author | Roger E. Masse <rmasse@newcnri.cnri.reston.va.us> | Tue Dec 10 00:06:24 1996 +0000 |
committer | Roger E. Masse <rmasse@newcnri.cnri.reston.va.us> | Tue Dec 10 00:06:24 1996 +0000 |
tree | efb9aa470ef73d94b809bdce2e178fdd39daf36f | |
parent | 3ac30af86738107f74b351fcc2414ff743b8de5f [diff] [blame] |
Added a test script for dbmmodule.c and added it to testall.py and updated testall.out
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 @@ 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)