Kaydet (Commit) e822049e authored tarafından Fred Drake's avatar Fred Drake

Adapt to use the test_main() approach.

üst a3bae336
......@@ -280,4 +280,9 @@ DOCTYPE html [
])
test_support.run_unittest(HTMLParserTestCase)
def test_main():
test_support.run_unittest(HTMLParserTestCase)
if __name__ == "__main__":
test_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