mirror of
https://github.com/python/cpython.git
synced 2025-12-09 18:48:05 +00:00
Added a test script for dbmmodule.c and added it to testall.py and
updated testall.out
This commit is contained in:
parent
3ac30af867
commit
16f9fd2bcf
3 changed files with 31 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue