summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_userdict.py
Commit message (Expand)AuthorAgeFilesLines
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Add regression test for SF bug #476616 -- make sure copy of a derived classFred Drake2001-11-051-0/+4
* Fix the test so it uses IterableUserDict for the "for x in dict" test.Guido van Rossum2001-08-071-2/+2
* Give UserDict new __contains__ and __iter__ methods.Tim Peters2001-04-211-1/+15
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-20/+21
* Test suite for UserDictGuido van Rossum1999-03-261-0/+101