cpython/Lib/test/test_email
R David Murray b8bf9951ad #20871: improve email policy test coverage.
More tests of the concrete policy methods would probably be
a good idea, but this is a start, and it brings line coverage
up to 100% for the policy module.

Patch by Milan Oberkirch.
2014-03-09 15:29:24 -04:00
..
data #14983: always add a line end after a MIME boundary marker. 2014-02-08 17:54:56 -05:00
__init__.py
__main__.py
test__encoded_words.py
test__header_value_parser.py #16983: Apply postel's law to encoded words inside quoted strings. 2014-02-08 13:12:00 -05: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
test_email.py #11558: Better message if attach called on non-multipart. 2014-03-06 11:44:17 -05:00
test_generator.py
test_headerregistry.py Merge: #16983: Apply postel's law to encoded words inside quoted strings. 2014-02-08 13:13:01 -05:00
test_inversion.py
test_message.py #20476: use EmailMessage as factory if non-compat32 policy is used. 2014-02-07 10:44:16 -05:00
test_parser.py
test_pickleable.py
test_policy.py #20871: improve email policy test coverage. 2014-03-09 15:29:24 -04:00
test_utils.py
torture_test.py