Changeset 391 for python/trunk/Lib/test/test_email.py
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Lib/test/test_email.py
r2 r391 4 4 # The specific tests now live in Lib/email/test 5 5 from email.test.test_email import suite 6 from email.test.test_email_renamed import suite as suite2 6 7 from test import test_support 7 8 8 9 def test_main(): 9 10 test_support.run_unittest(suite()) 11 test_support.run_unittest(suite2()) 10 12 11 13 if __name__ == '__main__':
Note:
See TracChangeset
for help on using the changeset viewer.