source: python/trunk/Lib/test/test_email_renamed.py

Last change on this file was 2, checked in by Yuri Dario, 15 years ago

Initial import for vendor code.

  • Property svn:eol-style set to native
File size: 308 bytes
Line 
1# Copyright (C) 2001-2006 Python Software Foundation
2# email package unit tests
3
4# The specific tests now live in Lib/email/test
5from email.test.test_email_renamed import suite
6from test import test_support
7
8def test_main():
9 test_support.run_unittest(suite())
10
11if __name__ == '__main__':
12 test_main()
Note: See TracBrowser for help on using the repository browser.