mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +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")])
|
||||
|
||||
|
||||
|
||||
def test_main():
|
||||
support.run_unittest(HTMLParserStrictTestCase, HTMLParserTolerantTestCase,
|
||||
AttributesStrictTestCase, AttributesTolerantTestCase)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
test_main()
|
||||
unittest.main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue