Current Path : /usr/local/lib/python2.5/test/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/local/lib/python2.5/test/test_email_renamed.py |
# Copyright (C) 2001-2006 Python Software Foundation # email package unit tests import unittest # The specific tests now live in Lib/email/test from email.test.test_email_renamed import suite from test.test_support import run_suite def test_main(): run_suite(suite()) if __name__ == '__main__': test_main()