class documentation

class ETreeXPathTestCase(HelperTestCase): (source)

View In Hierarchy

XPath tests etree

Method test_elementtree_getpath Undocumented
Method test_elementtree_getpath_partial Undocumented
Method test_rel_xpath_boolean Undocumented
Method test_rel_xpath_list_elements Undocumented
Method test_xpath_boolean Undocumented
Method test_xpath_class_error Undocumented
Method test_xpath_class_prefix_error Undocumented
Method test_xpath_context_node Undocumented
Method test_xpath_document_root Undocumented
Method test_xpath_error Undocumented
Method test_xpath_eval_context_clear Undocumented
Method test_xpath_eval_context_propagation Undocumented
Method test_xpath_evaluator Undocumented
Method test_xpath_evaluator_element Undocumented
Method test_xpath_evaluator_tree Undocumented
Method test_xpath_evaluator_tree_absolute Undocumented
Method test_xpath_extensions Undocumented
Method test_xpath_extensions_error Undocumented
Method test_xpath_extensions_mix Undocumented
Method test_xpath_extensions_nodes Undocumented
Method test_xpath_extensions_nodes_append Undocumented
Method test_xpath_extensions_nodes_append2 Undocumented
Method test_xpath_extensions_wrong_args Undocumented
Method test_xpath_list_attribute Undocumented
Method test_xpath_list_attribute_parent Undocumented
Method test_xpath_list_attribute_parent_no_smart_strings Undocumented
Method test_xpath_list_comment Undocumented
Method test_xpath_list_elements Undocumented
Method test_xpath_list_nothing Undocumented
Method test_xpath_list_text Undocumented
Method test_xpath_list_text_parent Undocumented
Method test_xpath_list_text_parent_no_smart_strings Undocumented
Method test_xpath_list_unicode_text_parent Undocumented
Method test_xpath_namespace Undocumented
Method test_xpath_namespace_empty Undocumented
Method test_xpath_ns Undocumented
Method test_xpath_ns_empty Undocumented
Method test_xpath_ns_none Undocumented
Method test_xpath_number Undocumented
Method test_xpath_prefix_error Undocumented
Method test_xpath_string Undocumented
Method test_xpath_text_from_other_document Undocumented
Method test_xpath_variables Undocumented
Method test_xpath_variables_nodeset Undocumented

Inherited from HelperTestCase:

Method parse Undocumented
Method tearDown Undocumented
Method _rootstring Undocumented
def test_elementtree_getpath(self): (source)

Undocumented

def test_elementtree_getpath_partial(self): (source)

Undocumented

def test_rel_xpath_boolean(self): (source)

Undocumented

def test_rel_xpath_list_elements(self): (source)

Undocumented

def test_xpath_boolean(self): (source)

Undocumented

def test_xpath_class_error(self): (source)

Undocumented

def test_xpath_class_prefix_error(self): (source)

Undocumented

def test_xpath_context_node(self): (source)

Undocumented

def test_xpath_document_root(self): (source)

Undocumented

def test_xpath_error(self): (source)

Undocumented

def test_xpath_eval_context_clear(self): (source)

Undocumented

def test_xpath_eval_context_propagation(self): (source)

Undocumented

def test_xpath_evaluator(self): (source)

Undocumented

def test_xpath_evaluator_element(self): (source)

Undocumented

def test_xpath_evaluator_tree(self): (source)

Undocumented

def test_xpath_evaluator_tree_absolute(self): (source)

Undocumented

def test_xpath_extensions(self): (source)

Undocumented

def test_xpath_extensions_error(self): (source)

Undocumented

def test_xpath_extensions_mix(self): (source)

Undocumented

def test_xpath_extensions_nodes(self): (source)

Undocumented

def test_xpath_extensions_nodes_append(self): (source)

Undocumented

def test_xpath_extensions_nodes_append2(self): (source)

Undocumented

def test_xpath_extensions_wrong_args(self): (source)

Undocumented

def test_xpath_list_attribute(self): (source)

Undocumented

def test_xpath_list_attribute_parent(self): (source)

Undocumented

def test_xpath_list_attribute_parent_no_smart_strings(self): (source)

Undocumented

def test_xpath_list_comment(self): (source)

Undocumented

def test_xpath_list_elements(self): (source)

Undocumented

def test_xpath_list_nothing(self): (source)

Undocumented

def test_xpath_list_text(self): (source)

Undocumented

def test_xpath_list_text_parent(self): (source)

Undocumented

def test_xpath_list_text_parent_no_smart_strings(self): (source)

Undocumented

def test_xpath_list_unicode_text_parent(self): (source)

Undocumented

def test_xpath_namespace(self): (source)

Undocumented

def test_xpath_namespace_empty(self): (source)

Undocumented

def test_xpath_ns(self): (source)

Undocumented

def test_xpath_ns_empty(self): (source)

Undocumented

def test_xpath_ns_none(self): (source)

Undocumented

def test_xpath_number(self): (source)

Undocumented

def test_xpath_prefix_error(self): (source)

Undocumented

def test_xpath_string(self): (source)

Undocumented

def test_xpath_text_from_other_document(self): (source)

Undocumented

def test_xpath_variables(self): (source)

Undocumented

def test_xpath_variables_nodeset(self): (source)

Undocumented