Kaydet (Commit) b03fac2d authored tarafından Guido van Rossum's avatar Guido van Rossum

Make sure the email test suite can be run both stand-alone and under

supervision of regrtest.py.  Will backport to 2.2.2.
üst 82c19a74
......@@ -4,8 +4,10 @@
import unittest
# The specific tests now live in Lib/email/test
from email.test.test_email import suite
from test.test_support import run_suite
def test_main():
run_suite(suite())
if __name__ == '__main__':
unittest.main(defaultTest='suite')
test_main()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment