Package lxml :: Package tests :: Module test_objectify :: Class ObjectifyTestCase
[frames] | no frames]

Class ObjectifyTestCase

source code

               object --+        
                        |        
        unittest.TestCase --+    
                            |    
common_imports.HelperTestCase --+
                                |
                               ObjectifyTestCase

Test cases for lxml.objectify
Nested Classes

Inherited from unittest.TestCase: failureException

Instance Methods
 
XML(self, xml) source code
 
setUp(self)
Hook method for setting up the test fixture before exercising it.
source code
 
tearDown(self)
Hook method for deconstructing the test fixture after testing it.
source code
 
test_element_nsmap_default(self) source code
 
test_element_nsmap_empty(self) source code
 
test_element_nsmap_custom_prefixes(self) source code
 
test_element_nsmap_custom(self) source code
 
test_sub_element_nsmap_default(self) source code
 
test_sub_element_nsmap_empty(self) source code
 
test_sub_element_nsmap_custom_prefixes(self) source code
 
test_sub_element_nsmap_custom(self) source code
 
test_data_element_nsmap_default(self) source code
 
test_data_element_nsmap_empty(self) source code
 
test_data_element_nsmap_custom_prefixes(self) source code
 
test_data_element_nsmap_custom(self) source code
 
test_sub_data_element_nsmap_default(self) source code
 
test_sub_data_element_nsmap_empty(self) source code
 
test_sub_data_element_nsmap_custom_prefixes(self) source code
 
test_sub_data_element_nsmap_custom(self) source code
 
test_data_element_attrib_attributes_precedence(self) source code
 
test_data_element_data_element_arg(self) source code
 
test_data_element_data_element_arg_pytype_none(self) source code
 
test_data_element_data_element_arg_pytype(self) source code
 
test_data_element_data_element_arg_xsitype(self) source code
 
test_data_element_data_element_arg_pytype_xsitype(self) source code
 
test_data_element_invalid_pytype(self) source code
 
test_data_element_invalid_xsi(self) source code
 
test_data_element_data_element_arg_invalid_pytype(self) source code
 
test_data_element_data_element_arg_invalid_xsi(self) source code
 
test_root(self) source code
 
test_str(self) source code
 
test_child(self) source code
 
test_countchildren(self) source code
 
test_child_getattr(self) source code
 
test_child_nonexistant(self) source code
 
test_addattr(self) source code
 
test_addattr_element(self) source code
 
test_addattr_list(self) source code
 
test_child_addattr(self) source code
 
test_child_index(self) source code
 
test_child_index_neg(self) source code
 
test_child_len(self) source code
 
test_child_iter(self) source code
 
test_class_lookup(self) source code
 
test_dir(self) source code
 
test_vars(self) source code
 
test_child_set_ro(self) source code
 
test_getslice_complete(self) source code
 
test_getslice_partial(self) source code
 
test_getslice_partial_neg(self) source code
 
test_setslice_complete(self) source code
 
test_setslice_elements(self) source code
 
test_setslice_partial(self) source code
 
test_setslice_insert(self) source code
 
test_setslice_insert_neg(self) source code
 
test_setslice_empty(self) source code
 
test_setslice_partial_wrong_length(self) source code
 
test_setslice_partial_neg(self) source code
 
test_setslice_partial_allneg(self) source code
 
test_set_string(self) source code
 
test_setitem_string(self) source code
 
test_setitem_string_special(self) source code
 
test_findall(self) source code
 
test_findall_ns(self) source code
 
test_build_tree(self) source code
 
test_type_NoneType(self) source code
 
test_data_element_NoneType(self) source code
 
test_type_bool(self) source code
 
test_data_element_bool(self) source code
 
test_type_str(self) source code
 
test_type_str_intliteral(self) source code
 
test_type_str_floatliteral(self) source code
 
test_type_str_mul(self) source code
 
test_type_str_add(self) source code
 
test_type_str_mod(self) source code
 
test_type_str_mod_data_elements(self) source code
 
test_data_element_str(self) source code
 
test_data_element_str_intliteral(self) source code
 
test_data_element_str_floatliteral(self) source code
 
test_type_ustr(self) source code
 
test_type_ustr_intliteral(self) source code
 
test_type_ustr_floatliteral(self) source code
 
test_type_ustr_mul(self) source code
 
test_type_ustr_add(self) source code
 
test_data_element_ustr(self) source code
 
test_data_element_ustr_intliteral(self) source code
 
test_data_element_ustr_floatliteral(self) source code
 
test_type_int(self) source code
 
test_data_element_int(self) source code
 
test_type_float(self) source code
 
test_data_element_float(self) source code
 
test_data_element_xsitypes(self) source code
 
test_data_element_xsitypes_xsdprefixed(self) source code
 
test_data_element_xsitypes_prefixed(self) source code
 
test_data_element_pytypes(self) source code
 
test_data_element_pytype_none(self) source code
 
test_data_element_pytype_none_compat(self) source code
 
test_type_unregistered(self) source code
 
test_data_element_unregistered(self) source code
 
test_schema_types(self) source code
 
test_schema_types_prefixed(self) source code
 
test_type_str_sequence(self) source code
 
test_type_str_cmp(self) source code
 
test_type_int_cmp(self) source code
 
test_type_bool_cmp(self) source code
 
test_type_none_cmp(self) source code
 
test_dataelement_xsi(self) source code
 
test_dataelement_xsi_nsmap(self) source code
 
test_dataelement_xsi_prefix_error(self) source code
 
test_pytype_annotation(self) source code
 
test_pytype_annotation_empty(self) source code
 
test_pytype_annotation_use_old(self) source code
 
test_pytype_xsitype_annotation(self) source code
 
test_xsiannotate_use_old(self) source code
 
test_pyannotate_ignore_old(self) source code
 
test_pyannotate_empty(self) source code
 
test_pyannotate_use_old(self) source code
 
test_xsiannotate_ignore_old(self) source code
 
test_deannotate(self) source code
 
test_xsitype_deannotate(self) source code
 
test_pytype_deannotate(self) source code
 
test_change_pytype_attribute(self) source code
 
test_registered_types(self) source code
 
test_object_path(self) source code
 
test_object_path_list(self) source code
 
test_object_path_fail(self) source code
 
test_object_path_syntax(self) source code
 
test_object_path_hasattr(self) source code
 
test_object_path_dot(self) source code
 
test_object_path_dot_list(self) source code
 
test_object_path_dot_root(self) source code
 
test_object_path_dot_root_list(self) source code
 
test_object_path_index(self) source code
 
test_object_path_index_list(self) source code
 
test_object_path_index_fail_parse(self) source code
 
test_object_path_index_fail_lookup(self) source code
 
test_object_path_ns(self) source code
 
test_object_path_ns_list(self) source code
 
test_object_path_set(self) source code
 
test_object_path_set_element(self) source code
 
test_object_path_set_create(self) source code
 
test_object_path_set_create_element(self) source code
 
test_object_path_set_create_list(self) source code
 
test_object_path_addattr(self) source code
 
test_object_path_addattr_element(self) source code
 
test_object_path_addattr_create(self) source code
 
test_object_path_addattr_create_element(self) source code
 
test_object_path_addattr_create_list(self) source code
 
test_descendant_paths(self) source code
 
test_descendant_paths_child(self) source code
 
test_descendant_paths_prefix(self) source code
 
test_pickle(self) source code
 
test_pickle_elementtree(self) source code
 
test_efactory_int(self) source code
 
test_efactory_long(self) source code
 
test_efactory_float(self) source code
 
test_efactory_str(self) source code
 
test_efactory_unicode(self) source code
 
test_efactory_bool(self) source code
 
test_efactory_none(self) source code
 
test_efactory_value_concatenation(self) source code
 
test_efactory_attrib(self) source code
 
test_efactory_nested(self) source code

Inherited from common_imports.HelperTestCase: parse

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, shortDescription

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

Class Variables
  etree
The lxml.etree module implements the extended ElementTree API for XML.

Inherited from common_imports.HelperTestCase: assertFalse

Properties

Inherited from object: __class__

Method Details

setUp(self)

source code 
Hook method for setting up the test fixture before exercising it.
Overrides: unittest.TestCase.setUp
(inherited documentation)

tearDown(self)

source code 
Hook method for deconstructing the test fixture after testing it.
Overrides: unittest.TestCase.tearDown
(inherited documentation)

Class Variable Details

etree

The lxml.etree module implements the extended ElementTree API for XML.
Value:
lxml.etree