class documentation

Undocumented

Method test_can_parse_unicode_document Undocumented
Method test_can_parse_unicode_document_begining_with_bom Undocumented
Method test_closing_namespaced_tag Undocumented
Method test_copy_tag_preserves_namespace Undocumented
Method test_docstring_generated Undocumented
Method test_docstring_includes_correct_encoding Undocumented
Method test_find_by_prefixed_name Undocumented
Method test_formatter_processes_script_tag_for_xml_documents Undocumented
Method test_large_xml_document A large XML document should come out the same as it went in.
Method test_namespaced_attributes Undocumented
Method test_namespaced_attributes_xml_namespace Undocumented
Method test_namespaces_are_preserved Undocumented
Method test_nested_namespaces Undocumented
Method test_pickle_and_unpickle_identity Undocumented
Method test_popping_namespaced_tag Undocumented
Method test_processing_instruction Undocumented
Method test_python_specific_encodings_not_used_in_xml_declaration Undocumented
Method test_real_xhtml_document A real XHTML document should come out *exactly* the same as it went in.
Method test_tags_are_empty_element_if_and_only_if_they_are_empty Undocumented
Method test_worst_case Test the worst case (currently) for linking issues.
Method test_xml_declaration Undocumented

Inherited from TreeBuilderSmokeTest:

Method test_attribute_multi_valued Undocumented
Method test_attribute_not_multi_valued Undocumented
Method test_fuzzed_input Undocumented
def test_can_parse_unicode_document(self): (source)

Undocumented

def test_can_parse_unicode_document_begining_with_bom(self): (source)

Undocumented

def test_closing_namespaced_tag(self): (source)

Undocumented

def test_copy_tag_preserves_namespace(self): (source)

Undocumented

def test_docstring_generated(self): (source)

Undocumented

def test_docstring_includes_correct_encoding(self): (source)

Undocumented

def test_find_by_prefixed_name(self): (source)

Undocumented

def test_formatter_processes_script_tag_for_xml_documents(self): (source)

Undocumented

def test_large_xml_document(self): (source)

A large XML document should come out the same as it went in.

def test_namespaced_attributes(self): (source)

Undocumented

def test_namespaced_attributes_xml_namespace(self): (source)

Undocumented

def test_namespaces_are_preserved(self): (source)

Undocumented

def test_nested_namespaces(self): (source)

Undocumented

def test_pickle_and_unpickle_identity(self): (source)

Undocumented

def test_popping_namespaced_tag(self): (source)

Undocumented

def test_processing_instruction(self): (source)

Undocumented

def test_python_specific_encodings_not_used_in_xml_declaration(self): (source)

Undocumented

def test_real_xhtml_document(self): (source)

A real XHTML document should come out *exactly* the same as it went in.

def test_tags_are_empty_element_if_and_only_if_they_are_empty(self): (source)

Undocumented

def test_worst_case(self): (source)

Test the worst case (currently) for linking issues.

def test_xml_declaration(self): (source)

Undocumented