cpython/Lib/test/test_email
R David Murray 7d0325d6c8 #23745: handle duplicate MIME parameter names in new parser.
This mimics get_param's error handling for the most part.  It is slightly
better in some regards as get_param can produce some really weird results for
duplicate *0* parts.  It departs from get_param slightly in that if we have a
mix of non-extended and extended pieces for the same parameter name, the new
parser assumes they were all supposed to be extended and concatenates all the
values, whereas get_param always picks the non-extended parameter value.  All
of this error recovery is pretty much arbitrary decisions...
2015-03-29 21:53:05 -04:00
..
data #14983: always add a line end after a MIME boundary marker. 2014-02-08 17:54:56 -05:00
__init__.py Issue #22002: Make full use of test discovery in test sub-packages. 2014-07-23 12:00:29 -05:00
__main__.py Issue #22002: Make full use of test discovery in test sub-packages. 2014-07-23 12:00:29 -05:00
test__encoded_words.py Closes #18464: fix typo in test name. 2013-07-15 12:09:47 -04:00
test__header_value_parser.py #23745: handle duplicate MIME parameter names in new parser. 2015-03-29 21:53:05 -04:00
test_asian_codecs.py
test_contentmanager.py Merge #19772: Do not mutate message when downcoding to 7bit. 2014-02-08 11:51:18 -05:00
test_defect_handling.py Issue #19590: Use specific asserts in email tests. 2013-11-16 12:56:23 +02:00
test_email.py handle headers with no key (closes #19996) 2015-01-25 23:30:30 -05:00
test_generator.py
test_headerregistry.py #21991: make headerregistry params property MappingProxyType. 2014-10-17 19:30:13 -04:00
test_inversion.py Closes #18475: add unittest.main() to test_email/test_inversions. 2013-07-16 11:45:31 -04:00
test_message.py #21091: make is_attachment a method. 2014-09-20 18:05:28 -04:00
test_parser.py Issue #19590: Use specific asserts in email tests. 2013-11-16 12:56:23 +02:00
test_pickleable.py Issue #22777: Test pickling with all protocols. 2014-12-15 14:03:42 +02:00
test_policy.py #20871: improve email policy test coverage. 2014-03-09 15:29:24 -04:00
test_utils.py Issue #19590: Use specific asserts in email tests. 2013-11-16 12:56:23 +02:00
torture_test.py