class documentation

class HtmlParserTestCase(HelperTestCase): (source)

View In Hierarchy

HTML parser test cases

Method tearDown 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
Method test_xhtml_as_html_as_xml 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 test_boolean_attribute(self): (source)

Undocumented

def test_boolean_attribute_round_trip(self): (source)

Undocumented

def test_boolean_attribute_xml_adds_empty_string(self): (source)

Undocumented

def test_default_parser_HTML_broken(self): (source)

Undocumented

def test_html5_doctype(self): (source)

Undocumented

def test_html_element_name_colon(self): (source)

Undocumented

def test_html_element_name_empty(self): (source)

Undocumented

def test_html_element_name_quote(self): (source)

Undocumented

def test_html_element_name_space(self): (source)

Undocumented

def test_html_feed_parser(self): (source)

Undocumented

def test_html_feed_parser_chunky(self): (source)

Undocumented

def test_html_feed_parser_more_tags(self): (source)

Undocumented

def test_html_file_error(self): (source)

Undocumented

def test_html_fromstring_target_exceptions(self): (source)

Undocumented

def test_html_ids(self): (source)

Undocumented

def test_html_ids_no_collect_ids(self): (source)

Undocumented

def test_html_iterparse(self): (source)

Undocumented

def test_html_iterparse_broken(self): (source)

Undocumented

def test_html_iterparse_broken_no_recover(self): (source)

Undocumented

def test_html_iterparse_file(self): (source)

Undocumented

def test_html_iterparse_start(self): (source)

Undocumented

def test_html_iterparse_stop_short(self): (source)

Undocumented

def test_html_iterparse_tag(self): (source)

Undocumented

def test_html_parser_target_doctype_empty(self): (source)

Undocumented

def test_html_parser_target_doctype_html(self): (source)

Undocumented

def test_html_parser_target_doctype_html_full(self): (source)

Undocumented

def test_html_parser_target_exceptions(self): (source)

Undocumented

def test_html_parser_target_tag(self): (source)

Undocumented

def test_html_subelement_name_colon(self): (source)

Undocumented

def test_html_subelement_name_empty(self): (source)

Undocumented

def test_html_subelement_name_quote(self): (source)

Undocumented

def test_html_subelement_name_space(self): (source)

Undocumented

def test_ietf_decl(self): (source)

Undocumented

def test_module_HTML(self): (source)

Undocumented

def test_module_HTML_access(self): (source)

Undocumented

def test_module_HTML_broken(self): (source)

Undocumented

def test_module_HTML_cdata(self): (source)

Undocumented

def test_module_HTML_pretty_print(self): (source)

Undocumented

def test_module_HTML_unicode(self): (source)

Undocumented

def test_module_parse_html(self): (source)

Undocumented

def test_module_parse_html_default_doctype(self): (source)

Undocumented

def test_module_parse_html_error(self): (source)

Undocumented

def test_module_parse_html_filelike(self): (source)

Undocumented

def test_module_parse_html_norecover(self): (source)

Undocumented

def test_parse_encoding_8bit_explicit(self): (source)

Undocumented

def test_parse_encoding_8bit_override(self): (source)

Undocumented

def test_set_decl_html(self): (source)

Undocumented

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

Undocumented

def test_xhtml_as_html_as_xml(self): (source)

Undocumented

broken_html_str = (source)

Undocumented

html_str = (source)

Undocumented

html_str_pretty = (source)

Undocumented

uhtml_str = (source)

Undocumented