summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_mimetools.py
Commit message (Collapse)AuthorAgeFilesLines
* use assert[Not]In where appropriateEzio Melotti2010-01-231-1/+1
|
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-1/+1
|
* deprecated mimetoolsBenjamin Peterson2008-06-121-1/+4
|
* Remove usage of sets module (patch #1500609).Georg Brandl2006-07-171-2/+2
|
* Whitespace normalization.Tim Peters2003-06-151-1/+0
|
* Port test_mimetools.py to PyUnit and add various tests.Walter Dörwald2003-05-221-18/+51
| | | | From SF patch #736962.
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
| | | | | | | | | | | imports e.g. test_support must do so using an absolute package name such as "import test.test_support" or "from test import test_support". This also updates the README in Lib/test, and gets rid of the duplicate data dirctory in Lib/test/data (replaced by Lib/email/test/data). Now Tim and Jack can have at it. :)
* Use string.ascii_letters instead of string.letters (SF bug #226706).Fred Drake2001-07-201-1/+1
|
* Add mimetools testcase.Martin v. Löwis2000-09-301-0/+18