Home
last modified time | relevance | path

Searched refs:HTMLParserTestCase (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_htmllib.py31 class HTMLParserTestCase(unittest.TestCase): class
65 test_support.run_unittest(HTMLParserTestCase)
Dtest_htmlparser.py97 class HTMLParserTestCase(TestCaseBase): class
616 test_support.run_unittest(HTMLParserTestCase, AttributesTestCase)
/external/python/cpython3/Lib/test/
Dtest_htmlparser.py105 class HTMLParserTestCase(TestCaseBase): class