cpython/Lib/test/test_email
R David Murray bb17d2b857 #18600: add policy to add_string, and as_bytes and __bytes__ methods.
This was triggered by wanting to make the doctest in email.policy.rst pass;
as_bytes and __bytes__ are clearly useful now that we have BytesGenerator.
Also updated the Message docs to document the policy keyword that was
added in 3.3.
2013-08-09 16:15:28 -04:00
..
data
__init__.py
__main__.py
test__encoded_words.py Closes #18464: fix typo in test name. 2013-07-15 12:09:47 -04:00
test__header_value_parser.py #18431: Decode encoded words in atoms in new email parser. 2013-07-12 16:00:28 -04:00
test_asian_codecs.py
test_defect_handling.py
test_email.py #18600: add policy to add_string, and as_bytes and __bytes__ methods. 2013-08-09 16:15:28 -04:00
test_generator.py
test_headerregistry.py #18431: Decode encoded words in atoms in new email parser. 2013-07-12 16:00:28 -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
test_parser.py
test_pickleable.py
test_policy.py
test_utils.py #17877: skip test if the Olson's TZ database is missing. 2013-05-08 11:16:02 +03:00
torture_test.py