summaryrefslogtreecommitdiff
path: root/Lib/test/test_mailcap.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge: #14977: Make mailcap respect the order of the lines in the mailcap file.R David Murray2016-09-091-2/+1
|\
| * #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-1/+1
| | | | | | | | | | | | | | And most of the tools. Patch by Emanual Barry, reviewed by me, Serhiy Storchaka, and Martin Panter.
| * Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-1/+0
| |
* | #14977: Make mailcap respect the order of the lines in the mailcap file.R David Murray2016-09-091-23/+46
|/ | | | | This is required by RFC 1542, so despite the subtle behavior change we are treating it as a bug. Patch by Michael Lazar.
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+1
| | | | | | | I have compared output between pre- and post-patch runs of these tests to make sure there's nothing missing and nothing broken, on both Windows and Linux. The only differences I found were actually tests that were previously *not* run.
* #6484: refactor a bit the tests.Ezio Melotti2011-08-231-52/+70
|
* Add unit tests for the mailcap module. Patch by Gregory Nofi (closes #6484)Nick Coghlan2011-08-221-0/+203