]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_email.py
EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Lib / test / test_email.py
CommitLineData
4710c53d 1# Copyright (C) 2001,2002 Python Software Foundation\r
2# email package unit tests\r
3\r
4# The specific tests now live in Lib/email/test\r
5from email.test.test_email import suite\r
6from test import test_support\r
7\r
8def test_main():\r
9 test_support.run_unittest(suite())\r
10\r
11if __name__ == '__main__':\r
12 test_main()\r