diff options
| author | Gregory P. Smith <greg@mad-scientist.com> | 2005-06-03 07:03:07 (GMT) |
|---|---|---|
| committer | Gregory P. Smith <greg@mad-scientist.com> | 2005-06-03 07:03:07 (GMT) |
| commit | e4ed2de26095cf83752c7f103b35b94982ec0654 (patch) | |
| tree | f86357bbb175d673ad59eef6487708c7c39713a0 /Lib/bsddb/test/test_all.py | |
| parent | a43ece965421b9078a77416b452573c4917d0b9a (diff) | |
| download | cpython-e4ed2de26095cf83752c7f103b35b94982ec0654.zip cpython-e4ed2de26095cf83752c7f103b35b94982ec0654.tar.gz cpython-e4ed2de26095cf83752c7f103b35b94982ec0654.tar.bz2 | |
pybsddb 4.3.1, adds support for DB.set_bt_compare database btree comparison
functions written in python.
contributed by <frederic.gobry@epfl.ch>
Diffstat (limited to 'Lib/bsddb/test/test_all.py')
| -rw-r--r-- | Lib/bsddb/test/test_all.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/bsddb/test/test_all.py b/Lib/bsddb/test/test_all.py index 7b1bf3d..701bdfe 100644 --- a/Lib/bsddb/test/test_all.py +++ b/Lib/bsddb/test/test_all.py @@ -50,6 +50,7 @@ def suite(): 'test_associate', 'test_basics', 'test_compat', + 'test_compare', 'test_dbobj', 'test_dbshelve', 'test_dbtables', |
