mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Merge test_htmlparser changes from 3.3.
This commit is contained in:
commit
1943c8a112
1 changed files with 1 additions and 7 deletions
|
@ -764,11 +764,5 @@ class AttributesTolerantTestCase(AttributesStrictTestCase):
|
||||||
("data", "spam"), ("endtag", "a")])
|
("data", "spam"), ("endtag", "a")])
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def test_main():
|
|
||||||
support.run_unittest(HTMLParserStrictTestCase, HTMLParserTolerantTestCase,
|
|
||||||
AttributesStrictTestCase, AttributesTolerantTestCase)
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
test_main()
|
unittest.main()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue