summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_dumbdbm.py
Commit message (Collapse)AuthorAgeFilesLines
* This test left a new set of 3 junk files behind each time it was run.Tim Peters2002-01-301-11/+18
|
* Whitespace normalization.Tim Peters2001-11-131-2/+2
|
* Committing the second part of patch #480902, an improved test suiteBarry Warsaw2001-11-131-31/+66
| | | | | for dumbdbm.py, by Skip Montanaro. The first half of Skip's patch has been postponed until Py2.3 since it adds new features.
* Use a saner test filename, to work on Windows.Guido van Rossum2001-01-191-3/+1
|
* A dumb test for the dumdbm module.Guido van Rossum2001-01-181-0/+39