Commit 1c8a1bd8 authored by Brett Cannon's avatar Brett Cannon

Move test_pep352 over to unittest.main()

parent 58636b4b
......@@ -180,8 +180,6 @@ class UsageTests(unittest.TestCase):
# Catching a string is bad.
self.catch_fails("spam")
def test_main():
run_unittest(ExceptionClassTests, UsageTests)
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