commit | 1943c8a112711a0b77eaa10258650702e17e7882 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Sat Nov 02 17:50:02 2013 +0200 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Sat Nov 02 17:50:02 2013 +0200 |
tree | f4795c54d905ffdde0037cef7fd412be7c9c0c00 | |
parent | 88ebfb129b59dc8a2b855fc93fcf32457128d64d [diff] | |
parent | 5028f4d461fb0dbbfe7f0a952021af28b596d6af [diff] |
Merge test_htmlparser changes from 3.3.
diff --git a/Lib/test/test_htmlparser.py b/Lib/test/test_htmlparser.py index 6ebf5b8..57a0b95 100644 --- a/Lib/test/test_htmlparser.py +++ b/Lib/test/test_htmlparser.py
@@ -764,11 +764,5 @@ ("data", "spam"), ("endtag", "a")]) - -def test_main(): - support.run_unittest(HTMLParserStrictTestCase, HTMLParserTolerantTestCase, - AttributesStrictTestCase, AttributesTolerantTestCase) - - if __name__ == "__main__": - test_main() + unittest.main()