summaryrefslogtreecommitdiff
path: root/Lib/test/test_gdbm.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-33901: Fix test_gdbm for gdbm 1.15 (GH-7798) (GH-7818)Victor Stinner2018-06-201-3/+8
* don't rely on dict order hereBenjamin Peterson2012-02-201-1/+1
* remove the svn:executable property from files that don't have shebang linesBenjamin Peterson2010-03-051-0/+0
* Remove unused imports in test modules.Georg Brandl2010-02-071-2/+1
* use assert[Not]In where appropriateEzio Melotti2010-01-231-1/+1
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-4/+4
* Change more tests to use import_module for the modules thatR. David Murray2009-03-301-2/+3
* Remove a bad test.Brett Cannon2008-03-141-1/+0
* Move test_gdbm to use unittest.Brett Cannon2008-03-131-42/+79
* Backported r51621 from p3yk:Thomas Wouters2007-02-251-2/+2
* 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
* gdbm.open() no longer accepts garbage in the flags string. Fix the tests.Neil Schemenauer2000-12-181-2/+7
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-2/+2
* Added test case for accessing gsbm database by key after it's closed;Fred Drake2000-02-071-1/+7
* Many scripts, but small changes. Update the way the scripts obtain theRoger E. Masse1996-12-201-3/+2
* Test script for the GNU dbm module (gdbm)Roger E. Masse1996-12-171-0/+35