summaryrefslogtreecommitdiff
path: root/Lib/test/test_dbm.py
Commit message (Expand)AuthorAgeFilesLines
* remove the svn:executable property from files that don't have shebang linesBenjamin Peterson2010-03-051-0/+0
* use assert[Not]In where appropriateEzio Melotti2010-01-231-2/+2
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-2/+2
* Change more tests to use import_module for the modules thatR. David Murray2009-03-301-1/+1
* more intensive test on dbm.Hirokazu Yamamoto2008-10-071-8/+10
* Convert test_dummy_threading and test_dbm to unittest.Brett Cannon2008-03-181-51/+31
* Add test_main() functions to various tests where it was simple to do. Done soBrett Cannon2008-03-031-7/+13
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* 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