diff options
Diffstat (limited to 'Lib/test/test_bsddb3.py')
-rw-r--r-- | Lib/test/test_bsddb3.py | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/Lib/test/test_bsddb3.py b/Lib/test/test_bsddb3.py index 7c3d133..39d8cc70 100644 --- a/Lib/test/test_bsddb3.py +++ b/Lib/test/test_bsddb3.py @@ -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() |