summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_userdict.py
Commit message (Collapse)AuthorAgeFilesLines
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-20/+21
| | | | | | | and replaces them with a new API verify(). As a result the regression suite will also perform its tests in optimization mode. Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.
* Test suite for UserDictGuido van Rossum1999-03-261-0/+101