Closes #18475: add unittest.main() to test_email/test_inversions.

Patch by Vajrasky Kok.
This commit is contained in:
R David Murray 2013-07-16 11:45:31 -04:00
parent d15642e428
commit b5c9dfdab3
1 changed files with 4 additions and 0 deletions

View File

@ -43,3 +43,7 @@ class TestInversion(TestEmailBase, unittest.TestCase):
"""),),
}
if __name__ == '__main__':
unittest.main()