summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_whichdb.py
Commit message (Collapse)AuthorAgeFilesLines
* Get test working when there are multiple dbs supported.Neal Norwitz2007-08-251-0/+1
|
* follow up to bug 1007 commit.Gregory P. Smith2007-08-241-2/+2
| | | | Use self.assertTrue in test cases rather than the assert statement.
* applies the better dbm and shelve related unittests. bug 1007 from ↵Gregory P. Smith2007-08-241-33/+25
| | | | larryhastings
* Change dumbdbm to use bytes keys.Martin v. Löwis2007-08-071-1/+1
|
* Make gdbm and dumbdbm use byte strings. Updated their tests.Guido van Rossum2007-05-231-1/+1
|
* Treat empty dat/dir pairs as dumbdbm. Fixes #744687.Martin v. Löwis2003-06-141-0/+5
|
* Standardize behavior: no docstrings in test functions.Guido van Rossum2002-08-221-4/+3
|
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-1/+1
| | | | | Weinberg). This changes all uses of deprecated tempfile functions to the recommended ones.
* Whitespace normalization.Tim Peters2002-08-081-2/+1
|
* regression test for the whichdb moduleSkip Montanaro2002-08-021-0/+63