commit | b6b85ddc952e5a40335030d4cd3551efb9a4bb3c | [log] [tgz] |
---|---|---|
author | Roger E. Masse <rmasse@newcnri.cnri.reston.va.us> | Mon Dec 09 23:13:07 1996 +0000 |
committer | Roger E. Masse <rmasse@newcnri.cnri.reston.va.us> | Mon Dec 09 23:13:07 1996 +0000 |
tree | 346336c8b582da9c24807912ec47a504bc2af2a4 | |
parent | 5632ce033f3a3ab46d360ac8fbf262769fe90d81 [diff] [blame] |
Test script/output for cryptmodule.c added to testall.py and testall.out
diff --git a/Lib/test/testall.py b/Lib/test/testall.py index 9d680b1..176be56 100644 --- a/Lib/test/testall.py +++ b/Lib/test/testall.py
@@ -12,6 +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', ]: print t unload(t)