Package lxml :: Package tests :: Module test_elementtree :: Class ElementTreeTestCase
[frames] | no frames]

Class ElementTreeTestCase

source code

               object --+            
                        |            
        unittest.TestCase --+        
                            |        
common_imports.HelperTestCase --+    
                                |    
                ETreeTestCaseBase --+
                                    |
                                   ElementTreeTestCase

Nested Classes

Inherited from unittest.TestCase: failureException

Instance Methods

Inherited from ETreeTestCaseBase: assertEncodingDeclaration, assertXML, test_ElementTree, test_XML, test_XMLID, test_attrib_clear, test_attrib_ns_clear, test_attrib_set_clear, test_attribute_contains, test_attribute_has_key, test_attribute_items, test_attribute_items2, test_attribute_items_ns, test_attribute_iterator, test_attribute_keys, test_attribute_keys2, test_attribute_keys_ns, test_attribute_manipulation, test_attribute_set, test_attribute_str, test_attribute_update_dict, test_attribute_update_iter, test_attribute_update_sequence, test_attribute_values, test_attribute_values_ns, test_attribute_xmlns_move, test_attributes, test_attributes2, test_attributes3, test_clear, test_clear_sub, test_clear_tail, test_comment, test_comment_getitem_getslice, test_comment_nonsense, test_comment_text, test_comment_whitespace, test_crash, test_deepcopy, test_deepcopy_append, test_deepcopy_elementtree, test_deepcopy_namespaces, test_deepcopy_subelement, test_deepcopy_tail, test_del_insert, test_del_setitem, test_del_setslice, test_delitem, test_delitem_tail, test_delslice, test_delslice_child_tail, test_delslice_memory, test_delslice_negative1, test_delslice_negative2, test_delslice_step, test_delslice_step_negative, test_delslice_step_negative2, test_delslice_tail, test_element, test_element_contains, test_element_indexing_negative, test_element_indexing_only_text, test_element_indexing_with_text, test_element_indexing_with_text2, test_element_with_attributes, test_element_with_attributes_keywords, test_element_with_attributes_ns, test_elementtree, test_elementtree_getiterator, test_elementtree_getiterator_filter, test_elementtree_parser_target, test_encoding, test_encoding_8bit_latin1, test_encoding_8bit_parse_stringio, test_encoding_8bit_xml, test_encoding_exact, test_encoding_sub_tostring_default_encoding, test_encoding_tostring, test_encoding_tostring_default_encoding, test_encoding_tostring_sub, test_encoding_tostring_sub_tail, test_encoding_tostring_unknown, test_encoding_utf8_bom, test_encoding_write_default_encoding, test_feed_parser, test_feed_parser_error_broken, test_feed_parser_error_close_empty, test_feed_parser_error_close_incomplete, test_feed_parser_error_position, test_findall, test_findall_ns, test_fromstring, test_fromstringlist, test_fromstringlist_characters, test_fromstringlist_single, test_getiterator, test_getiterator_empty, test_getiterator_filter, test_getiterator_filter_all, test_getiterator_filter_comment, test_getiterator_filter_pi, test_getiterator_filter_with_text, test_getiterator_with_text, test_getslice, test_getslice_negative, test_getslice_step, test_getslice_text, test_insert, test_insert_beyond_index, test_insert_negative, test_insert_tail, test_iselement, test_iter, test_iteration, test_iteration_crash, test_iteration_del_child, test_iteration_double, test_iteration_empty, test_iteration_reversed, test_iteration_subelement, test_iteration_text_only, test_iterparse, test_iterparse_attrib_ns, test_iterparse_clear, test_iterparse_file, test_iterparse_getiterator, test_iterparse_large, test_iterparse_move_elements, test_iterparse_start, test_iterparse_start_end, test_makeelement, test_multiple_elementrees, test_ns_access, test_ns_access2, test_ns_attr, test_ns_decl_tostring, test_ns_decl_tostring_default, test_ns_decl_tostring_element, test_ns_decl_tostring_root, test_ns_move, test_ns_setting, test_ns_tag_parse, test_parse_encoding_8bit_explicit, test_parse_encoding_8bit_override, test_parse_file, test_parse_file_encoding, test_parse_file_nonexistent, test_parse_file_object, test_parse_file_object_encoding, test_parse_stringio, test_parse_with_encoding, test_parser_target_attrib, test_parser_target_data, test_parser_target_entity, test_parser_target_entity_unknown, test_parser_target_tag, test_parser_version, test_pi, test_pi_nonsense, test_processinginstruction, test_qname, test_qname_attrib, test_qname_attrib_resolve, test_qname_attribute_getset, test_qname_attribute_resolve, test_qname_attribute_resolve_new, test_qname_cmp, test_remove, test_remove_nonexisting, test_remove_ns, test_remove_tail, test_replace_slice_tail, test_set_text, test_set_text2, test_set_text_empty, test_set_text_none, test_setitem, test_setitem2, test_setitem_indexerror, test_setitem_replace, test_setitem_tail, test_setslice, test_setslice_all, test_setslice_all_empty, test_setslice_all_replace, test_setslice_all_replace_reversed, test_setslice_all_replace_reversed_ns1, test_setslice_all_replace_reversed_ns2, test_setslice_empty, test_setslice_end, test_setslice_negative, test_setslice_negative2, test_setslice_single, test_setslice_tail, test_shallowcopy, test_shallowcopy_elementtree, test_simple, test_subelement, test_subelement_reference, test_subelement_with_attributes, test_subelement_with_attributes_ns, test_tag_reset_ns, test_tag_reset_root_ns, test_tag_str_subclass, test_tag_write, test_tail, test_tail1, test_tail_append, test_tail_elementtree_root, test_tail_set_none, test_tail_set_twice, test_tail_str_subclass, test_text, test_text_empty, test_text_escape_in, test_text_escape_out, test_text_escape_tostring, test_text_other, test_text_str_subclass, test_tostring, test_tostring_element, test_tostring_element_tail, test_tostring_method_html, test_tostring_method_text, test_treebuilder, test_treebuilder_target, test_write, test_write_ElementTreeDoctest, test_write_fail, test_write_method_html, test_write_method_text

Inherited from common_imports.HelperTestCase: parse, tearDown

Inherited from unittest.TestCase: __call__, __init__, __repr__, __str__, assertAlmostEqual, assertAlmostEquals, assertEqual, assertEquals, assertNotAlmostEqual, assertNotAlmostEquals, assertNotEqual, assertNotEquals, assertRaises, assertTrue, assert_, countTestCases, debug, defaultTestResult, fail, failIf, failIfAlmostEqual, failIfEqual, failUnless, failUnlessAlmostEqual, failUnlessEqual, failUnlessRaises, id, run, setUp, shortDescription

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Class Variables
  etree

Inherited from common_imports.HelperTestCase: assertFalse

Properties

Inherited from object: __class__

Class Variable Details

etree

Value:
elementtree.ElementTree