[Python-checkins] python/dist/src/Lib/email/test test_email.py, 1.55, 1.56 (original) (raw)

bwarsaw at users.sourceforge.net bwarsaw at users.sourceforge.net
Tue May 11 18:22:02 EDT 2004


Update of /cvsroot/python/python/dist/src/Lib/email/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24978

Modified Files: test_email.py Log Message: More boiled down tests from Anthony's big torture suite.

Index: test_email.py

RCS file: /cvsroot/python/python/dist/src/Lib/email/test/test_email.py,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -d -r1.55 -r1.56 *** test_email.py 9 May 2004 18:03:36 -0000 1.55 --- test_email.py 11 May 2004 22:21:56 -0000 1.56


*** 1033,1038 ****

! # Test a more complicated multipart/mixed type message ! class TestMultipartMixed(TestEmailBase): def setUp(self): fp = openfile('PyBanner048.gif') --- 1033,1038 ----

! # Test complicated multipart/* messages ! class TestMultipart(TestEmailBase): def setUp(self): fp = openfile('PyBanner048.gif')


*** 1306,1309 **** --- 1306,1329 ---- ''')


*** 1864,1867 **** --- 1884,1891 ---- self._idempotent(msg, text)



More information about the Python-checkins mailing list