Python code coverage for Lib/test/test_email.py
| # | count | content |
|---|---|---|
| 1 | n/a | # Copyright (C) 2001-2007 Python Software Foundation |
| 2 | n/a | # email package unit tests |
| 3 | n/a | |
| 4 | n/a | # The specific tests now live in Lib/email/test |
| 5 | n/a | from email.test.test_email import suite |
| 6 | n/a | from test import support |
| 7 | n/a | |
| 8 | n/a | def test_main(): |
| 9 | n/a | support.run_unittest(suite()) |
| 10 | n/a | |
| 11 | n/a | if __name__ == '__main__': |
| 12 | n/a | test_main() |
