commit | f0547d0d3e1bb85126159b8bb0311b99263df991 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Mon Jun 05 17:38:04 2006 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Mon Jun 05 17:38:04 2006 +0000 |
tree | b760e71c1c6dea248fd4be817e9f7a6ead9439a6 | |
parent | 0459e4d2b9b22569176053dad71efc23954de3f2 [diff] [blame] |
* add support for DBSequence objects [patch #1466734]
diff --git a/Lib/test/test_bsddb3.py b/Lib/test/test_bsddb3.py index 2d1bff7..dcc7c43 100644 --- a/Lib/test/test_bsddb3.py +++ b/Lib/test/test_bsddb3.py
@@ -44,6 +44,7 @@ 'test_queue', 'test_recno', 'test_thread', + 'test_sequence', ] alltests = unittest.TestSuite()