cpython/Lib/test/test_email
R David Murray 8a97896a76 #21091: make is_attachment a method.
Since EmailMessage is a provisional API we can fix API bugs in a
maintenance release, but I used a trick suggested by Serhiy to
maintain backward compatibility with 3.4.0/1.
2014-09-20 18:05:28 -04:00
..
data
__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
test__header_value_parser.py #20977: fix undefined name in the email module. Patch by Rose Ames. 2014-08-04 17:16:49 +03:00
test_asian_codecs.py
test_contentmanager.py
test_defect_handling.py
test_email.py Decreased memory requirements of new tests added in issue21448. 2014-08-12 20:22:48 +03:00
test_generator.py
test_headerregistry.py
test_inversion.py
test_message.py #21091: make is_attachment a method. 2014-09-20 18:05:28 -04:00
test_parser.py
test_pickleable.py
test_policy.py
test_utils.py
torture_test.py