cpython/Lib/bsddb/test
Neal Norwitz 6057b2e645 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.
2008-02-24 18:47:03 +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 squelch the warning that this test is supposed to trigger. 2007-10-19 07:31:20 +00:00
test_all.py * fix DBCursor.pget() bug with keyword argument names when no data= is 2006-06-05 18:48:21 +00:00
test_associate.py Create a db_home directory with a unique name so multiple users can 2008-02-24 18:47:03 +00:00
test_basics.py Create a db_home directory with a unique name so multiple users can 2008-02-24 18:47:03 +00:00
test_compare.py Create a db_home directory with a unique name so multiple users can 2008-02-24 18:47:03 +00:00
test_compat.py Patch #2167 from calvin: Remove unused imports 2008-02-23 17:40:11 +00:00
test_cursor_pget_bug.py Create a db_home directory with a unique name so multiple users can 2008-02-24 18:47:03 +00:00
test_dbobj.py Create a db_home directory with a unique name so multiple users can 2008-02-24 18:47:03 +00:00
test_dbshelve.py Create a db_home directory with a unique name so multiple users can 2008-02-24 18:47:03 +00:00
test_dbtables.py Create a db_home directory with a unique name so multiple users can 2008-02-24 18:47:03 +00:00
test_env_close.py Create a db_home directory with a unique name so multiple users can 2008-02-24 18:47:03 +00:00
test_get_none.py Patch #2167 from calvin: Remove unused imports 2008-02-23 17:40:11 +00:00
test_join.py Create a db_home directory with a unique name so multiple users can 2008-02-24 18:47:03 +00:00
test_lock.py Create a db_home directory with a unique name so multiple users can 2008-02-24 18:47:03 +00:00
test_misc.py Create a db_home directory with a unique name so multiple users can 2008-02-24 18:47:03 +00:00
test_pickle.py Create a db_home directory with a unique name so multiple users can 2008-02-24 18:47:03 +00:00
test_queue.py Patch #2167 from calvin: Remove unused imports 2008-02-23 17:40:11 +00:00
test_recno.py Create a db_home directory with a unique name so multiple users can 2008-02-24 18:47:03 +00:00
test_sequence.py Create a db_home directory with a unique name so multiple users can 2008-02-24 18:47:03 +00:00
test_thread.py Create a db_home directory with a unique name so multiple users can 2008-02-24 18:47:03 +00:00