Commit b5c9dfda authored by R David Murray's avatar R David Murray

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

Patch by Vajrasky Kok.
parent d15642e4
......@@ -43,3 +43,7 @@ class TestInversion(TestEmailBase, unittest.TestCase):
"""),),
}
if __name__ == '__main__':
unittest.main()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment