class documentation

class HtmlParserTestCase(HelperTestCase):

View In Hierarchy

HTML parser test cases
Method tear​Down Undocumented
Method test​_boolean​_attribute Undocumented
Method test​_boolean​_attribute​_round​_trip Undocumented
Method test​_boolean​_attribute​_xml​_adds​_empty​_string Undocumented
Method test_default_parser_​HTML_broken Undocumented
Method test​_html5​_doctype Undocumented
Method test​_html​_element​_name​_colon Undocumented
Method test​_html​_element​_name​_empty Undocumented
Method test​_html​_element​_name​_quote Undocumented
Method test​_html​_element​_name​_space Undocumented
Method test​_html​_feed​_parser Undocumented
Method test​_html​_feed​_parser​_chunky Undocumented
Method test​_html​_feed​_parser​_more​_tags Undocumented
Method test​_html​_file​_error Undocumented
Method test​_html​_fromstring​_target​_exceptions Undocumented
Method test​_html​_ids Undocumented
Method test​_html​_ids​_no​_collect​_ids Undocumented
Method test​_html​_iterparse Undocumented
Method test​_html​_iterparse​_broken Undocumented
Method test​_html​_iterparse​_broken​_no​_recover Undocumented
Method test​_html​_iterparse​_file Undocumented
Method test​_html​_iterparse​_start Undocumented
Method test​_html​_iterparse​_stop​_short Undocumented
Method test​_html​_iterparse​_tag Undocumented
Method test​_html​_parser​_target​_doctype​_empty Undocumented
Method test​_html​_parser​_target​_doctype​_html Undocumented
Method test​_html​_parser​_target​_doctype​_html​_full Undocumented
Method test​_html​_parser​_target​_exceptions Undocumented
Method test​_html​_parser​_target​_tag Undocumented
Method test​_html​_subelement​_name​_colon Undocumented
Method test​_html​_subelement​_name​_empty Undocumented
Method test​_html​_subelement​_name​_quote Undocumented
Method test​_html​_subelement​_name​_space Undocumented
Method test​_ietf​_decl Undocumented
Method test_module_​HTML Undocumented
Method test_module_​HTML_access Undocumented
Method test_module_​HTML_broken Undocumented
Method test_module_​HTML_cdata Undocumented
Method test_module_​HTML_pretty_print Undocumented
Method test_module_​HTML_unicode Undocumented
Method test​_module​_parse​_html Undocumented
Method test​_module​_parse​_html​_default​_doctype Undocumented
Method test​_module​_parse​_html​_error Undocumented
Method test​_module​_parse​_html​_filelike Undocumented
Method test​_module​_parse​_html​_norecover Undocumented
Method test​_parse​_encoding​_8bit​_explicit Undocumented
Method test​_parse​_encoding​_8bit​_override Undocumented
Method test​_set​_decl​_html Undocumented
Method test​_wide​_unicode​_html Undocumented
Class Variable broken​_html​_str Undocumented
Class Variable html​_str Undocumented
Class Variable html​_str​_pretty Undocumented
Class Variable uhtml​_str Undocumented

Inherited from HelperTestCase:

Method parse Undocumented
Method ​_rootstring Undocumented
def tearDown(self):
def test_boolean_attribute(self):

Undocumented

def test_boolean_attribute_round_trip(self):

Undocumented

def test_boolean_attribute_xml_adds_empty_string(self):

Undocumented

def test_default_parser_HTML_broken(self):

Undocumented

def test_html5_doctype(self):

Undocumented

def test_html_element_name_colon(self):

Undocumented

def test_html_element_name_empty(self):

Undocumented

def test_html_element_name_quote(self):

Undocumented

def test_html_element_name_space(self):

Undocumented

def test_html_feed_parser(self):

Undocumented

def test_html_feed_parser_chunky(self):

Undocumented

def test_html_feed_parser_more_tags(self):

Undocumented

def test_html_file_error(self):

Undocumented

def test_html_fromstring_target_exceptions(self):

Undocumented

def test_html_ids(self):

Undocumented

def test_html_ids_no_collect_ids(self):

Undocumented

def test_html_iterparse(self):

Undocumented

def test_html_iterparse_broken(self):

Undocumented

def test_html_iterparse_broken_no_recover(self):

Undocumented

def test_html_iterparse_file(self):

Undocumented

def test_html_iterparse_start(self):

Undocumented

def test_html_iterparse_stop_short(self):

Undocumented

def test_html_iterparse_tag(self):

Undocumented

def test_html_parser_target_doctype_empty(self):

Undocumented

def test_html_parser_target_doctype_html(self):

Undocumented

def test_html_parser_target_doctype_html_full(self):

Undocumented

def test_html_parser_target_exceptions(self):

Undocumented

def test_html_parser_target_tag(self):

Undocumented

def test_html_subelement_name_colon(self):

Undocumented

def test_html_subelement_name_empty(self):

Undocumented

def test_html_subelement_name_quote(self):

Undocumented

def test_html_subelement_name_space(self):

Undocumented

def test_ietf_decl(self):

Undocumented

def test_module_HTML(self):

Undocumented

def test_module_HTML_access(self):

Undocumented

def test_module_HTML_broken(self):

Undocumented

def test_module_HTML_cdata(self):

Undocumented

def test_module_HTML_pretty_print(self):

Undocumented

def test_module_HTML_unicode(self):

Undocumented

def test_module_parse_html(self):

Undocumented

def test_module_parse_html_default_doctype(self):

Undocumented

def test_module_parse_html_error(self):

Undocumented

def test_module_parse_html_filelike(self):

Undocumented

def test_module_parse_html_norecover(self):

Undocumented

def test_parse_encoding_8bit_explicit(self):

Undocumented

def test_parse_encoding_8bit_override(self):

Undocumented

def test_set_decl_html(self):

Undocumented

@needs_libxml(2, 9, 5)
def test_wide_unicode_html(self):

Undocumented

broken_html_str =

Undocumented

html_str =

Undocumented

html_str_pretty =

Undocumented

uhtml_str =

Undocumented