Fix dbshelve and much of dbtables.

This commit is contained in:
Martin v. Löwis 2007-08-10 08:36:56 +00:00
parent 9b01862d32
commit cccc58d993
4 changed files with 66 additions and 53 deletions

View file

@ -31,22 +31,22 @@ def suite():
unlink(f)
test_modules = [
#'test_associate',
#'test_basics',
#'test_compat',
#'test_dbobj',
'test_associate',
'test_basics',
'test_compat',
'test_dbobj',
'test_dbshelve',
#'test_dbtables',
#'test_env_close',
#'test_get_none',
#'test_join',
#'test_lock',
#'test_misc',
#'test_queue',
#'test_recno',
#'test_thread',
#'test_sequence',
#'test_cursor_pget_bug',
'test_dbtables',
'test_env_close',
'test_get_none',
'test_join',
'test_lock',
'test_misc',
'test_queue',
'test_recno',
'test_thread',
'test_sequence',
'test_cursor_pget_bug',
]
alltests = unittest.TestSuite()