Home
last modified time | relevance | path

Searched refs:test_email (Results 1 – 25 of 30) sorted by relevance

12

/external/python/cpython3/Lib/test/test_email/
D__main__.py1 from test.test_email import load_tests
Dtest_inversion.py12 from test.test_email import TestEmailBase, parameterize
Dtorture_test.py14 from test.test_email import TestEmailBase
Dtest_pickleable.py9 from test.test_email import TestEmailBase, parameterize
Dtest_asian_codecs.py7 from test.test_email import TestEmailBase
Dtest_parser.py6 from test.test_email import TestEmailBase
D__init__.py8 from test.test_email import __file__ as landmark
Dtest__encoded_words.py4 from test.test_email import TestEmailBase
Dtest_defect_handling.py6 from test.test_email import TestEmailBase
Dtest_generator.py8 from test.test_email import TestEmailBase, parameterize
Dtest_message.py5 from test.test_email import TestEmailBase, parameterize
Dtest_contentmanager.py2 from test.test_email import TestEmailBase, parameterize
Dtest_headerregistry.py7 from test.test_email import TestEmailBase, parameterize
/external/python/cpython2/Lib/test/
Dtest_email.py5 from email.test.test_email import suite
/external/python/cpython2/Lib/email/test/
Dtest_email_codecs.py8 from email.test.test_email import TestEmailBase
Dtest_email_codecs_renamed.py8 from email.test.test_email import TestEmailBase
Dtest_email_torture.py15 from email.test.test_email import TestEmailBase
/external/python/oauth2client/tests/
Dtest_jwt.py146 test_email = 'some_audience_address@testing.gserviceaccount.com'
153 client.verify_id_token(jwt, test_email, http=http)
/external/python/cpython3/
D.gitattributes27 Lib/test/test_email/data/*.txt -text
DMakefile.pre.in1317 email email/mime test/test_email test/test_email/data \
/external/python/cpython3/Doc/library/
Demail.iterators.rst55 somefile = open('../Lib/test/test_email/data/msg_02.txt')
Demail.message.rst488 with open('../Lib/test/test_email/data/msg_16.txt', 'rb') as f:
/external/toolchain-utils/crosperf/
Dexperiment_runner_unittest.py270 def test_email(self, mock_getuser, mock_emailer, mock_attachment, member in ExperimentRunnerTest
/external/python/cpython3/Misc/NEWS.d/
D3.7.2rc1.rst689 Fix ``mktime()`` overflow error in ``test_email``: run
/external/python/cpython2/Misc/NEWS.d/
D2.7.4rc1.rst2734 We now run both test_email.py and test_email_renamed.py when running the
2735 test_email regression test. test_email_renamed contains some tests that
2736 test_email does not.

12