summaryrefslogtreecommitdiff
path: root/Lib/test/test_dbm.py
Commit message (Expand)AuthorAgeFilesLines
* Backported r51621 from p3yk:Thomas Wouters2007-02-251-2/+2
* Skip test_dbm if we can't write to the fileNeal Norwitz2002-11-021-31/+43
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Check that f.keys() == [] right after creation -- this prevents bugsGuido van Rossum2001-03-221-1/+2
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* Fix up the cleanup of the temporary DB so it works for BSD DB'sFred Drake2000-09-181-4/+12
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-2/+2
* Many scripts, but small changes. Update the way the scripts obtain theRoger E. Masse1996-12-201-1/+6
* Added a test script for dbmmodule.c and added it to testall.py andRoger E. Masse1996-12-101-0/+29