cpython/Lib/bsddb/test
Christian Heimes 23daade028 Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r61049 | christian.heimes | 2008-02-24 13:26:16 +0100 (Sun, 24 Feb 2008) | 1 line

  Use PY_FORMAT_SIZE_T instead of z for string formatting. Thanks Neal.
........
  r61051 | mark.dickinson | 2008-02-24 19:12:36 +0100 (Sun, 24 Feb 2008) | 2 lines

  Remove duplicate 'import re' in decimal.py
........
  r61052 | neal.norwitz | 2008-02-24 19:47:03 +0100 (Sun, 24 Feb 2008) | 11 lines

  Create a db_home directory with a unique name so multiple users can
  run the test simultaneously.  The simplest thing I found that worked
  on both Windows and Unix was to use the PID.  It's unique so should be
  sufficient.  This should prevent many of the spurious failures of
  the automated tests since they run as different users.

  Also cleanup the directory consistenly in the tearDown methods.

  It would be nice if someone ensured that the directories are always
  created with a consistent name.
........
  r61057 | christian.heimes | 2008-02-24 23:48:05 +0100 (Sun, 24 Feb 2008) | 2 lines

  Added dependency rules for Objects/stringlib/*.h
  stringobject, unicodeobject and the two formatters are rebuild whenever a header files changes
........
2008-02-25 12:39: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 Merge 58539: squelch the warning that this test is intended to raise. 2007-10-19 07:34:48 +00:00
test_all.py some test suite cleanup, use tempfile.mkdtemp() in setUp and 2007-08-28 08:05:56 +00:00
test_associate.py Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge from 2008-02-25 12:39:23 +00:00
test_basics.py Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge from 2008-02-25 12:39:23 +00:00
test_compare.py Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge from 2008-02-25 12:39:23 +00:00
test_compat.py some test suite cleanup, use tempfile.mkdtemp() in setUp and 2007-08-28 08:05:56 +00:00
test_cursor_pget_bug.py Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge from 2008-02-25 12:39:23 +00:00
test_dbobj.py Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge from 2008-02-25 12:39:23 +00:00
test_dbshelve.py Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge from 2008-02-25 12:39:23 +00:00
test_dbtables.py Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge from 2008-02-25 12:39:23 +00:00
test_env_close.py Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge from 2008-02-25 12:39:23 +00:00
test_get_none.py some test suite cleanup, use tempfile.mkdtemp() in setUp and 2007-08-28 08:05:56 +00:00
test_join.py Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge from 2008-02-25 12:39:23 +00:00
test_lock.py Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge from 2008-02-25 12:39:23 +00:00
test_misc.py Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge from 2008-02-25 12:39:23 +00:00
test_pickle.py Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge from 2008-02-25 12:39:23 +00:00
test_queue.py Get test_bsddb3 passing 2007-08-29 05:52:49 +00:00
test_recno.py Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge from 2008-02-25 12:39:23 +00:00
test_sequence.py Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge from 2008-02-25 12:39:23 +00:00
test_thread.py Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge from 2008-02-25 12:39:23 +00:00