Home | Trees | Index | Help |
|
---|
Package lxml :: Package tests :: Module test_elementtree :: Class ETreeTestCaseBase |
|
object
--+ |TestCase
--+ |HelperTestCase
--+ | ETreeTestCaseBase
ElementTreeTestCase
,
ETreeTestCase
Method Summary | |
---|---|
Checks if the result XML byte string specifies the encoding. | |
Writes element out and checks whether it is expected. | |
buildNodes(self,
element,
children,
depth)
| |
getTestFilePath(self,
name)
| |
Hook method for setting up the test fixture before exercising it. | |
Hook method for deconstructing the test fixture after testing it. | |
test_attrib_clear(self)
| |
test_attrib_set_clear(self)
| |
test_attribute_contains(self)
| |
test_attribute_has_key(self)
| |
test_attribute_items(self)
| |
test_attribute_items2(self)
| |
test_attribute_items_ns(self)
| |
test_attribute_iterator(self)
| |
test_attribute_keys(self)
| |
test_attribute_keys2(self)
| |
test_attribute_keys_ns(self)
| |
test_attribute_manipulation(self)
| |
test_attribute_set(self)
| |
test_attribute_str(self)
| |
test_attribute_update_dict(self)
| |
test_attribute_update_iter(self)
| |
test_attribute_update_sequence(self)
| |
test_attribute_values(self)
| |
test_attribute_values_ns(self)
| |
test_attribute_xmlns_move(self)
| |
test_attributes(self)
| |
test_attributes2(self)
| |
test_attributes3(self)
| |
test_clear(self)
| |
test_clear_sub(self)
| |
test_clear_tail(self)
| |
test_comment(self)
| |
test_comment_getitem_getslice(self)
| |
test_comment_nonsense(self)
| |
test_comment_text(self)
| |
test_comment_whitespace(self)
| |
test_crash(self)
| |
test_deepcopy(self)
| |
test_deepcopy_append(self)
| |
test_deepcopy_elementtree(self)
| |
test_deepcopy_namespaces(self)
| |
test_deepcopy_subelement(self)
| |
test_deepcopy_tail(self)
| |
test_del_insert(self)
| |
test_del_setitem(self)
| |
test_del_setslice(self)
| |
test_delitem(self)
| |
test_delitem_tail(self)
| |
test_delslice(self)
| |
test_delslice_memory(self)
| |
test_delslice_negative1(self)
| |
test_delslice_negative2(self)
| |
test_delslice_tail(self)
| |
test_element(self)
| |
test_element_boolean(self)
| |
test_element_contains(self)
| |
test_element_indexing_negative(self)
| |
test_element_indexing_only_text(self)
| |
test_element_indexing_with_text(self)
| |
test_element_indexing_with_text2(self)
| |
test_element_with_attributes(self)
| |
test_element_with_attributes_keywords(self)
| |
test_element_with_attributes_ns(self)
| |
test_ElementTree(self)
| |
test_elementtree(self)
| |
test_elementtree_getiterator(self)
| |
test_elementtree_getiterator_filter(self)
| |
test_encoding(self)
| |
test_encoding_8bit_latin1(self)
| |
test_encoding_8bit_parse_stringio(self)
| |
test_encoding_8bit_xml(self)
| |
test_encoding_exact(self)
| |
test_encoding_sub_tostring_default_encoding(self)
| |
test_encoding_tostring(self)
| |
test_encoding_tostring_default_encoding(self)
| |
test_encoding_tostring_sub(self)
| |
test_encoding_tostring_sub_tail(self)
| |
test_encoding_tostring_unknown(self)
| |
test_encoding_write_default_encoding(self)
| |
test_findall(self)
| |
test_findall_ns(self)
| |
test_fromstring(self)
| |
test_getchildren(self)
| |
test_getiterator(self)
| |
test_getiterator_empty(self)
| |
test_getiterator_filter(self)
| |
test_getiterator_filter_all(self)
| |
test_getiterator_filter_comment(self)
| |
test_getiterator_filter_pi(self)
| |
test_getiterator_filter_with_text(self)
| |
test_getiterator_with_text(self)
| |
test_getslice(self)
| |
test_getslice_negative(self)
| |
test_getslice_text(self)
| |
test_insert(self)
| |
test_insert_beyond_index(self)
| |
test_insert_negative(self)
| |
test_insert_tail(self)
| |
test_iselement(self)
| |
test_iteration(self)
| |
test_iteration_crash(self)
| |
test_iteration_del_child(self)
| |
test_iteration_double(self)
| |
test_iteration_empty(self)
| |
test_iteration_reversed(self)
| |
test_iteration_subelement(self)
| |
test_iteration_text_only(self)
| |
test_iterparse(self)
| |
test_iterparse_attrib_ns(self)
| |
test_iterparse_clear(self)
| |
test_iterparse_file(self)
| |
test_iterparse_getiterator(self)
| |
test_iterparse_large(self)
| |
test_iterparse_start(self)
| |
test_iterparse_start_end(self)
| |
test_makeelement(self)
| |
test_multiple_elementrees(self)
| |
test_ns_access(self)
| |
test_ns_access2(self)
| |
test_ns_attr(self)
| |
test_ns_move(self)
| |
test_ns_setting(self)
| |
test_ns_tag_parse(self)
| |
test_parse_file(self)
| |
test_parse_file_encoding(self)
| |
test_parse_file_nonexistent(self)
| |
test_parse_file_object(self)
| |
test_parse_file_object_encoding(self)
| |
test_parse_stringio(self)
| |
test_parse_with_encoding(self)
| |
test_pi(self)
| |
test_pi_nonsense(self)
| |
test_qname(self)
| |
test_qname_cmp(self)
| |
test_remove(self)
| |
test_remove_nonexisting(self)
| |
test_remove_ns(self)
| |
test_remove_tail(self)
| |
test_replace_slice_tail(self)
| |
test_set_text(self)
| |
test_set_text2(self)
| |
test_set_text_empty(self)
| |
test_set_text_none(self)
| |
test_setitem(self)
| |
test_setitem2(self)
| |
test_setitem_indexerror(self)
| |
test_setitem_replace(self)
| |
test_setitem_tail(self)
| |
test_setslice(self)
| |
test_setslice_empty(self)
| |
test_setslice_end(self)
| |
test_setslice_negative(self)
| |
test_setslice_tail(self)
| |
test_shallowcopy(self)
| |
test_shallowcopy_elementtree(self)
| |
test_simple(self)
| |
test_subelement(self)
| |
test_subelement_reference(self)
| |
test_subelement_with_attributes(self)
| |
test_subelement_with_attributes_ns(self)
| |
test_tag_reset_ns(self)
| |
test_tag_reset_root_ns(self)
| |
test_tag_str_subclass(self)
| |
test_tag_write(self)
| |
test_tail(self)
| |
test_tail1(self)
| |
test_tail_append(self)
| |
test_tail_elementtree_root(self)
| |
test_tail_set_none(self)
| |
test_tail_set_twice(self)
| |
test_tail_str_subclass(self)
| |
test_text(self)
| |
test_text_empty(self)
| |
test_text_escape_in(self)
| |
test_text_escape_out(self)
| |
test_text_escape_tostring(self)
| |
test_text_other(self)
| |
test_text_str_subclass(self)
| |
test_tostring(self)
| |
test_tostring_element(self)
| |
test_tostring_element_tail(self)
| |
test_tree(self)
| |
test_write(self)
| |
test_write_ElementTreeDoctest(self)
| |
test_write_fail(self)
| |
test_XML(self)
| |
test_XMLID(self)
| |
Inherited from HelperTestCase | |
| |
Inherited from TestCase | |
Create an instance of the class that will use the named test method when executed. | |
| |
| |
| |
Fail the test unless the expression is true. | |
Fail if the two objects are unequal as determined by their difference rounded to the given number of decimal places (default 7) and comparing to zero. | |
Fail if the two objects are unequal as determined by their difference rounded to the given number of decimal places (default 7) and comparing to zero. | |
Fail if the two objects are unequal as determined by the '==' operator. | |
Fail if the two objects are unequal as determined by the '==' operator. | |
Fail the test if the expression is true. | |
Fail if the two objects are equal as determined by their difference rounded to the given number of decimal places (default 7) and comparing to zero. | |
Fail if the two objects are equal as determined by their difference rounded to the given number of decimal places (default 7) and comparing to zero. | |
Fail if the two objects are equal as determined by the '==' operator. | |
Fail if the two objects are equal as determined by the '==' operator. | |
Fail unless an exception of class excClass is thrown by callableObj when invoked with arguments args and keyword arguments kwargs. | |
Fail the test unless the expression is true. | |
| |
Run the test without collecting errors in a TestResult | |
| |
Fail immediately, with the given message. | |
Fail the test if the expression is true. | |
Fail if the two objects are equal as determined by their difference rounded to the given number of decimal places (default 7) and comparing to zero. | |
Fail if the two objects are equal as determined by the '==' operator. | |
Fail the test unless the expression is true. | |
Fail if the two objects are unequal as determined by their difference rounded to the given number of decimal places (default 7) and comparing to zero. | |
Fail if the two objects are unequal as determined by the '==' operator. | |
Fail unless an exception of class excClass is thrown by callableObj when invoked with arguments args and keyword arguments kwargs. | |
| |
| |
Returns a one-line description of the test, or None if no description has been provided. | |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value |
Class Variable Summary | |
---|---|
NoneType |
etree = None |
Method Details |
---|
assertEncodingDeclaration(self, result, encoding)Checks if the result XML byte string specifies the encoding. |
assertXML(self, expected, element, encoding='us-ascii')Writes element out and checks whether it is expected. Does this two ways; once using StringIO, once using a real file. |
setUp(self)Hook method for setting up the test fixture before exercising it.
|
tearDown(self)Hook method for deconstructing the test fixture after testing it.
|
Class Variable Details |
---|
etree
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Aug 18 12:44:28 2007 | http://epydoc.sf.net |