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

This commit is contained in:
R David Murray 2013-07-16 11:46:00 -04:00
commit 743e3d5139
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()