Commit bf0da6d6 authored by Frank Wierzbicki's avatar Frank Wierzbicki

Use unittest.main() in 3.3 and greater

parent fb3bd161
...@@ -84,8 +84,5 @@ class DictComprehensionTest(unittest.TestCase): ...@@ -84,8 +84,5 @@ class DictComprehensionTest(unittest.TestCase):
"exec") "exec")
def test_main():
support.run_unittest(__name__)
if __name__ == "__main__": if __name__ == "__main__":
test_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