diff options
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/test_bsddb3.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_bsddb3.py b/Lib/test/test_bsddb3.py index 2d1bff76a7..dcc7c43500 100644 --- a/Lib/test/test_bsddb3.py +++ b/Lib/test/test_bsddb3.py @@ -44,6 +44,7 @@ def suite(): 'test_queue', 'test_recno', 'test_thread', + 'test_sequence', ] alltests = unittest.TestSuite() |