summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/test/test_sequence.py
Commit message (Collapse)AuthorAgeFilesLines
* bsddb module updated to version 4.7.0Jesus Cea2008-05-221-1/+1
|
* bsddb: Beware with sequence wrappingJesus Cea2008-05-191-9/+5
|
* Testsuite for bsddb module, version 4.6.4Jesus Cea2008-05-131-9/+55
|
* Modify import of test_support so that the code can also be used with aGregory P. Smith2008-03-021-1/+5
| | | | | stand alone distribution of bsddb that includes its own small copy of test_support for the needed functionality on older pythons.
* Create a db_home directory with a unique name so multiple users canNeal Norwitz2008-02-241-5/+3
| | | | | | | | | | | | 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.
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-3/+0
|
* Consistently use tempfile.tempdir for the db_home directory.Neal Norwitz2008-01-261-1/+1
|
* forgot to add this file in previous commitGregory P. Smith2006-06-051-0/+112