cpython/Lib/bsddb/test
Guido van Rossum b053cd8f40 Killed the <> operator. You must now use !=.
Opportunistically also fixed one or two places where '<> None' should be
'is not None' and where 'type(x) <> y' should be 'not isinstance(x, y)'.
2006-08-24 03:53:23 +00:00
..
__init__.py Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at 2002-12-30 20:53:52 +00:00
test_1413192.py fix test import for use in standalone pybsddb project bsddb3 module as well 2006-01-29 23:54:38 +00:00
test_all.py Get rid of dict.has_key(). Boy this has a lot of repercussions! 2006-08-18 22:13:04 +00:00
test_associate.py Get rid of dict.has_key(). Boy this has a lot of repercussions! 2006-08-18 22:13:04 +00:00
test_basics.py Fixed to the point that all unit tests pass again. (However, I get 4 2006-08-21 00:21:47 +00:00
test_compare.py Get rid of dict.has_key(). Boy this has a lot of repercussions! 2006-08-18 22:13:04 +00:00
test_compat.py Killed the <> operator. You must now use !=. 2006-08-24 03:53:23 +00:00
test_cursor_pget_bug.py Merge the rest of the trunk. 2006-06-08 15:35:45 +00:00
test_dbobj.py Remove apply() 2006-03-17 08:00:19 +00:00
test_dbshelve.py Fixed to the point that all unit tests pass again. (However, I get 4 2006-08-21 00:21:47 +00:00
test_dbtables.py Get rid of dict.has_key(). Boy this has a lot of repercussions! 2006-08-18 22:13:04 +00:00
test_env_close.py Get rid of dict.has_key(). Boy this has a lot of repercussions! 2006-08-18 22:13:04 +00:00
test_get_none.py Get rid of dict.has_key(). Boy this has a lot of repercussions! 2006-08-18 22:13:04 +00:00
test_join.py Get rid of dict.has_key(). Boy this has a lot of repercussions! 2006-08-18 22:13:04 +00:00
test_lock.py Get rid of dict.has_key(). Boy this has a lot of repercussions! 2006-08-18 22:13:04 +00:00
test_misc.py Add a unit test for bug fix #1396678. 2006-02-19 01:21:11 +00:00
test_pickle.py Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
test_queue.py Get rid of dict.has_key(). Boy this has a lot of repercussions! 2006-08-18 22:13:04 +00:00
test_recno.py Killed the <> operator. You must now use !=. 2006-08-24 03:53:23 +00:00
test_sequence.py Get rid of dict.has_key(). Boy this has a lot of repercussions! 2006-08-18 22:13:04 +00:00
test_thread.py Killed the <> operator. You must now use !=. 2006-08-24 03:53:23 +00:00