py$(PYV): commands[0]> python -m unittest --verbose test_context_activation (tests.test_collations.CollationsTest.test_context_activation) ... ok test_context_manager_init (tests.test_collations.CollationsTest.test_context_manager_init) ... ok test_html_ascii_case_insensitive_collation (tests.test_collations.CollationsTest.test_html_ascii_case_insensitive_collation) ... ok test_deep_compare (tests.test_compare.CompareTest.test_deep_compare) ... ok test_deep_equal_function (tests.test_compare.CompareTest.test_deep_equal_function) ... ok test_key_function (tests.test_compare.CompareTest.test_key_function) ... ok test_invalid_type_name (tests.test_datatypes.AnyAtomicTypeTest.test_invalid_type_name) ... ok test_validation (tests.test_datatypes.AnyAtomicTypeTest.test_validation) ... ok test_bool_value (tests.test_datatypes.AnyUriTest.test_bool_value) ... ok test_comparison_operators (tests.test_datatypes.AnyUriTest.test_comparison_operators) ... ok test_hash_value (tests.test_datatypes.AnyUriTest.test_hash_value) ... ok test_in_operator (tests.test_datatypes.AnyUriTest.test_in_operator) ... ok test_init (tests.test_datatypes.AnyUriTest.test_init) ... ok test_isinstance (tests.test_datatypes.AnyUriTest.test_isinstance) ... ok test_issubclass (tests.test_datatypes.AnyUriTest.test_issubclass) ... ok test_string_representation (tests.test_datatypes.AnyUriTest.test_string_representation) ... ok test_validate (tests.test_datatypes.AnyUriTest.test_validate) ... ok test_get_atomic_value (tests.test_datatypes.AtomicTypesTest.test_get_atomic_value) ... ok test_xsd_atomic_types_maps (tests.test_datatypes.AtomicTypesTest.test_xsd_atomic_types_maps) ... ok test_bytes_conversion (tests.test_datatypes.BinaryTypesTest.test_bytes_conversion) ... ok test_decoder (tests.test_datatypes.BinaryTypesTest.test_decoder) ... ok test_encoder (tests.test_datatypes.BinaryTypesTest.test_encoder) ... ok test_equality (tests.test_datatypes.BinaryTypesTest.test_equality) ... ok test_greater_or_equal (tests.test_datatypes.BinaryTypesTest.test_greater_or_equal) ... ok test_greater_than (tests.test_datatypes.BinaryTypesTest.test_greater_than) ... ok test_hash_value (tests.test_datatypes.BinaryTypesTest.test_hash_value) ... ok test_initialization (tests.test_datatypes.BinaryTypesTest.test_initialization) ... ok test_isinstance (tests.test_datatypes.BinaryTypesTest.test_isinstance) ... ok test_issubclass (tests.test_datatypes.BinaryTypesTest.test_issubclass) ... ok test_length (tests.test_datatypes.BinaryTypesTest.test_length) ... ok test_less_or_equal (tests.test_datatypes.BinaryTypesTest.test_less_or_equal) ... ok test_less_than (tests.test_datatypes.BinaryTypesTest.test_less_than) ... ok test_string_representation (tests.test_datatypes.BinaryTypesTest.test_string_representation) ... ok test_unicode_string_conversion (tests.test_datatypes.BinaryTypesTest.test_unicode_string_conversion) ... ok test_validate (tests.test_datatypes.BinaryTypesTest.test_validate) ... ok test_24_hour_datetime (tests.test_datatypes.DateTimeTypesTest.test_24_hour_datetime) ... ok test_abstract_classes (tests.test_datatypes.DateTimeTypesTest.test_abstract_classes) ... ok test_add_operator (tests.test_datatypes.DateTimeTypesTest.test_add_operator) ... ok test_astimezone (tests.test_datatypes.DateTimeTypesTest.test_astimezone) ... ok test_date_fromstring (tests.test_datatypes.DateTimeTypesTest.test_date_fromstring) ... ok test_date_string_representation (tests.test_datatypes.DateTimeTypesTest.test_date_string_representation) ... ok test_datetime_fromstring (tests.test_datatypes.DateTimeTypesTest.test_datetime_fromstring) ... ok test_datetime_init (tests.test_datatypes.DateTimeTypesTest.test_datetime_init) ... ok test_datetime_string_representation (tests.test_datatypes.DateTimeTypesTest.test_datetime_string_representation) ... ok test_eq_operator (tests.test_datatypes.DateTimeTypesTest.test_eq_operator) ... ok test_fromdatetime (tests.test_datatypes.DateTimeTypesTest.test_fromdatetime) ... ok test_fromdelta (tests.test_datatypes.DateTimeTypesTest.test_fromdelta) ... ok test_ge_operator (tests.test_datatypes.DateTimeTypesTest.test_ge_operator) ... ok test_gregorian_day_string_representation (tests.test_datatypes.DateTimeTypesTest.test_gregorian_day_string_representation) ... ok test_gregorian_month_day_string_representation (tests.test_datatypes.DateTimeTypesTest.test_gregorian_month_day_string_representation) ... ok test_gregorian_month_string_representation (tests.test_datatypes.DateTimeTypesTest.test_gregorian_month_string_representation) ... ok test_gregorian_year_month_string_representation (tests.test_datatypes.DateTimeTypesTest.test_gregorian_year_month_string_representation) ... ok test_gregorian_year_string_representation (tests.test_datatypes.DateTimeTypesTest.test_gregorian_year_string_representation) ... ok test_gt_operator (tests.test_datatypes.DateTimeTypesTest.test_gt_operator) ... ok test_hashing (tests.test_datatypes.DateTimeTypesTest.test_hashing) ... ok test_isinstance (tests.test_datatypes.DateTimeTypesTest.test_isinstance) ... ok test_iso_year_property (tests.test_datatypes.DateTimeTypesTest.test_iso_year_property) ... ok test_isocalendar (tests.test_datatypes.DateTimeTypesTest.test_isocalendar) ... ok test_issubclass (tests.test_datatypes.DateTimeTypesTest.test_issubclass) ... ok test_issue_36_fromstring_with_more_microseconds_digits (tests.test_datatypes.DateTimeTypesTest.test_issue_36_fromstring_with_more_microseconds_digits) ... ok test_issue_84_error_parsing_midnight_hours (tests.test_datatypes.DateTimeTypesTest.test_issue_84_error_parsing_midnight_hours) ... ok test_le_operator (tests.test_datatypes.DateTimeTypesTest.test_le_operator) ... ok test_lt_operator (tests.test_datatypes.DateTimeTypesTest.test_lt_operator) ... ok test_sub_operator (tests.test_datatypes.DateTimeTypesTest.test_sub_operator) ... ok test_time_string_representation (tests.test_datatypes.DateTimeTypesTest.test_time_string_representation) ... ok test_to_and_from_delta (tests.test_datatypes.DateTimeTypesTest.test_to_and_from_delta) ... ok test_to_and_from_delta_bce (tests.test_datatypes.DateTimeTypesTest.test_to_and_from_delta_bce) ... ok test_todelta (tests.test_datatypes.DateTimeTypesTest.test_todelta) ... ok test_tzname (tests.test_datatypes.DateTimeTypesTest.test_tzname) ... ok test_add_operator (tests.test_datatypes.DurationTypesTest.test_add_operator) ... ok test_as_string (tests.test_datatypes.DurationTypesTest.test_as_string) ... ok test_div_operator (tests.test_datatypes.DurationTypesTest.test_div_operator) ... ok test_eq (tests.test_datatypes.DurationTypesTest.test_eq) ... ok test_ge (tests.test_datatypes.DurationTypesTest.test_ge) ... ok test_gt (tests.test_datatypes.DurationTypesTest.test_gt) ... ok test_hashing (tests.test_datatypes.DurationTypesTest.test_hashing) ... ok test_incomparable_values (tests.test_datatypes.DurationTypesTest.test_incomparable_values) ... ok test_init (tests.test_datatypes.DurationTypesTest.test_init) ... ok test_init_fromstring (tests.test_datatypes.DurationTypesTest.test_init_fromstring) ... ok test_isinstance (tests.test_datatypes.DurationTypesTest.test_isinstance) ... ok test_issubclass (tests.test_datatypes.DurationTypesTest.test_issubclass) ... ok test_le (tests.test_datatypes.DurationTypesTest.test_le) ... ok test_lt (tests.test_datatypes.DurationTypesTest.test_lt) ... ok test_max_min_months (tests.test_datatypes.DurationTypesTest.test_max_min_months) ... ok test_mul_operator (tests.test_datatypes.DurationTypesTest.test_mul_operator) ... ok test_ne (tests.test_datatypes.DurationTypesTest.test_ne) ... ok test_string_representation (tests.test_datatypes.DurationTypesTest.test_string_representation) ... ok test_sub_operator (tests.test_datatypes.DurationTypesTest.test_sub_operator) ... ok test_abs (tests.test_datatypes.FloatTypesTest.test_abs) ... ok test_addition (tests.test_datatypes.FloatTypesTest.test_addition) ... ok test_division (tests.test_datatypes.FloatTypesTest.test_division) ... ok test_equivalence (tests.test_datatypes.FloatTypesTest.test_equivalence) ... ok test_hash (tests.test_datatypes.FloatTypesTest.test_hash) ... ok test_init (tests.test_datatypes.FloatTypesTest.test_init) ... ok test_isinstance (tests.test_datatypes.FloatTypesTest.test_isinstance) ... ok test_issubclass (tests.test_datatypes.FloatTypesTest.test_issubclass) ... ok test_module (tests.test_datatypes.FloatTypesTest.test_module) ... ok test_multiplication (tests.test_datatypes.FloatTypesTest.test_multiplication) ... ok test_nan (tests.test_datatypes.FloatTypesTest.test_nan) ... ok test_subtraction (tests.test_datatypes.FloatTypesTest.test_subtraction) ... ok test_isinstance (tests.test_datatypes.IntegerTypesTest.test_isinstance) ... ok test_issubclass (tests.test_datatypes.IntegerTypesTest.test_issubclass) ... ok test_validate (tests.test_datatypes.IntegerTypesTest.test_validate) ... ok test_equivalence (tests.test_datatypes.QNameTypesTest.test_equivalence) ... ok test_hash_value (tests.test_datatypes.QNameTypesTest.test_hash_value) ... ok test_initialization (tests.test_datatypes.QNameTypesTest.test_initialization) ... ok test_isinstance (tests.test_datatypes.QNameTypesTest.test_isinstance) ... ok test_issubclass (tests.test_datatypes.QNameTypesTest.test_issubclass) ... ok test_notation (tests.test_datatypes.QNameTypesTest.test_notation) ... ok test_string_representation (tests.test_datatypes.QNameTypesTest.test_string_representation) ... ok test_is_id_function (tests.test_datatypes.StringTypesTest.test_is_id_function) ... ok test_isinstance (tests.test_datatypes.StringTypesTest.test_isinstance) ... ok test_issubclass (tests.test_datatypes.StringTypesTest.test_issubclass) ... ok test_new_instance (tests.test_datatypes.StringTypesTest.test_new_instance) ... ok test_as_string (tests.test_datatypes.TimezoneTypeTest.test_as_string) ... ok test_dst_method (tests.test_datatypes.TimezoneTypeTest.test_dst_method) ... ok test_eq_operator (tests.test_datatypes.TimezoneTypeTest.test_eq_operator) ... ok test_fromutc_method (tests.test_datatypes.TimezoneTypeTest.test_fromutc_method) ... ok test_hashing (tests.test_datatypes.TimezoneTypeTest.test_hashing) ... ok test_init_format (tests.test_datatypes.TimezoneTypeTest.test_init_format) ... ok test_init_timedelta (tests.test_datatypes.TimezoneTypeTest.test_init_timedelta) ... ok test_ne_operator (tests.test_datatypes.TimezoneTypeTest.test_ne_operator) ... ok test_serialization (tests.test_datatypes.TimezoneTypeTest.test_serialization) ... ok test_tzname_method (tests.test_datatypes.TimezoneTypeTest.test_tzname_method) ... ok test_utcoffset_method (tests.test_datatypes.TimezoneTypeTest.test_utcoffset_method) ... ok test_arithmetic_proxy (tests.test_datatypes.TypeProxiesTest.test_arithmetic_proxy) ... ok test_boolean_proxy (tests.test_datatypes.TypeProxiesTest.test_boolean_proxy) ... ok test_decimal_proxy (tests.test_datatypes.TypeProxiesTest.test_decimal_proxy) ... ok test_double_proxy (tests.test_datatypes.TypeProxiesTest.test_double_proxy) ... ok test_numeric_proxy (tests.test_datatypes.TypeProxiesTest.test_numeric_proxy) ... ok test_string_proxy (tests.test_datatypes.TypeProxiesTest.test_string_proxy) ... ok test_abs (tests.test_datatypes.UntypedAtomicTest.test_abs) ... ok test_add (tests.test_datatypes.UntypedAtomicTest.test_add) ... ok test_conversion (tests.test_datatypes.UntypedAtomicTest.test_conversion) ... ok test_eq (tests.test_datatypes.UntypedAtomicTest.test_eq) ... ok test_ge (tests.test_datatypes.UntypedAtomicTest.test_ge) ... ok test_gt (tests.test_datatypes.UntypedAtomicTest.test_gt) ... ok test_hashing (tests.test_datatypes.UntypedAtomicTest.test_hashing) ... ok test_init (tests.test_datatypes.UntypedAtomicTest.test_init) ... ok test_isinstance (tests.test_datatypes.UntypedAtomicTest.test_isinstance) ... ok test_issubclass (tests.test_datatypes.UntypedAtomicTest.test_issubclass) ... ok test_le (tests.test_datatypes.UntypedAtomicTest.test_le) ... ok test_lt (tests.test_datatypes.UntypedAtomicTest.test_lt) ... ok test_mod (tests.test_datatypes.UntypedAtomicTest.test_mod) ... ok test_ne (tests.test_datatypes.UntypedAtomicTest.test_ne) ... ok test_numerical_operators (tests.test_datatypes.UntypedAtomicTest.test_numerical_operators) ... ok test_string_representation (tests.test_datatypes.UntypedAtomicTest.test_string_representation) ... ok test_validate (tests.test_datatypes.UntypedAtomicTest.test_validate) ... ok test_decode_union (tests.test_decoder.DecoderLxmlTest.test_decode_union) ... ok test_decode_union (tests.test_decoder.DecoderTest.test_decode_union) ... ok test_defuse_xml_entities (tests.test_etree.TestDefuse.test_defuse_xml_entities) ... ok test_defuse_xml_external_entities (tests.test_etree.TestDefuse.test_defuse_xml_external_entities) ... ok test_defuse_xml_unparsed_entities (tests.test_etree.TestDefuse.test_defuse_xml_unparsed_entities) ... ok test_defuse_xml_unused_external_entities (tests.test_etree.TestDefuse.test_defuse_xml_unused_external_entities) ... ok test_defuse_xml_unused_unparsed_entities (tests.test_etree.TestDefuse.test_defuse_xml_unused_unparsed_entities) ... ok test_safe_expat_parser (tests.test_etree.TestDefuse.test_safe_expat_parser) ... ok test_element_string_serialization (tests.test_etree.TestElementTree.test_element_string_serialization) ... ok test_etree_deep_equal_function (tests.test_etree.TestElementTree.test_etree_deep_equal_function) ... ok test_etree_iter_paths_function (tests.test_etree.TestElementTree.test_etree_iter_paths_function) ... ok test_is_etree_document_function (tests.test_etree.TestElementTree.test_is_etree_document_function) ... ok test_is_lxml_etree_document_function (tests.test_etree.TestElementTree.test_is_lxml_etree_document_function) ... ok test_is_lxml_etree_element_function (tests.test_etree.TestElementTree.test_is_lxml_etree_element_function) ... ok test_lxml_element_string_serialization (tests.test_etree.TestElementTree.test_lxml_element_string_serialization) ... ok test_string_conversion (tests.test_exceptions.ExceptionsTest.test_string_conversion) ... ok test_xpath_error (tests.test_exceptions.ExceptionsTest.test_xpath_error) ... ok test_collapse_white_spaces_function (tests.test_helpers.HelperFunctionsTest.test_collapse_white_spaces_function) ... ok test_days_from_common_era_function (tests.test_helpers.HelperFunctionsTest.test_days_from_common_era_function) ... ok test_equal_function (tests.test_helpers.HelperFunctionsTest.test_equal_function) ... ok test_escape_json_string_function (tests.test_helpers.HelperFunctionsTest.test_escape_json_string_function) ... ok test_get_double_function (tests.test_helpers.HelperFunctionsTest.test_get_double_function) ... ok test_iter_sequence_function (tests.test_helpers.HelperFunctionsTest.test_iter_sequence_function) ... ok test_lazy_pattern (tests.test_helpers.HelperFunctionsTest.test_lazy_pattern) ... ok test_match_wildcard_function (tests.test_helpers.HelperFunctionsTest.test_match_wildcard_function) ... ok test_months2days_function (tests.test_helpers.HelperFunctionsTest.test_months2days_function) ... ok test_node_is_idref_function (tests.test_helpers.HelperFunctionsTest.test_node_is_idref_function) ... ok test_not_equal_function (tests.test_helpers.HelperFunctionsTest.test_not_equal_function) ... ok test_numeric_equal_function (tests.test_helpers.HelperFunctionsTest.test_numeric_equal_function) ... ok test_numeric_not_equal_function (tests.test_helpers.HelperFunctionsTest.test_numeric_not_equal_function) ... ok test_round_number_function (tests.test_helpers.HelperFunctionsTest.test_round_number_function) ... ok test_split_function_test_function (tests.test_helpers.HelperFunctionsTest.test_split_function_test_function) ... ok test_unescape_json_string_function (tests.test_helpers.HelperFunctionsTest.test_unescape_json_string_function) ... ok test_decimal_to_string (tests.test_helpers.XPath30HelperFunctionsTest.test_decimal_to_string) ... ok test_format_digits (tests.test_helpers.XPath30HelperFunctionsTest.test_format_digits) ... ok test_int_to_alphabetic (tests.test_helpers.XPath30HelperFunctionsTest.test_int_to_alphabetic) ... ok test_int_to_month (tests.test_helpers.XPath30HelperFunctionsTest.test_int_to_month) ... ok test_int_to_roman (tests.test_helpers.XPath30HelperFunctionsTest.test_int_to_roman) ... ok test_int_to_weekday (tests.test_helpers.XPath30HelperFunctionsTest.test_int_to_weekday) ... ok test_int_to_words (tests.test_helpers.XPath30HelperFunctionsTest.test_int_to_words) ... ok test_ordinal_suffix (tests.test_helpers.XPath30HelperFunctionsTest.test_ordinal_suffix) ... ok test_to_ordinal_en (tests.test_helpers.XPath30HelperFunctionsTest.test_to_ordinal_en) ... ok test_to_ordinal_it (tests.test_helpers.XPath30HelperFunctionsTest.test_to_ordinal_it) ... ok test_week_in_month (tests.test_helpers.XPath30HelperFunctionsTest.test_week_in_month) ... ok test_get_expanded_name_function (tests.test_namespaces.NamespacesTest.test_get_expanded_name_function) ... ok test_get_expanded_path_function (tests.test_namespaces.NamespacesTest.test_get_expanded_path_function) ... ok test_get_namespace_function (tests.test_namespaces.NamespacesTest.test_get_namespace_function) ... ok test_get_prefixed_name_function (tests.test_namespaces.NamespacesTest.test_get_prefixed_name_function) ... ok test_split_expanded_name_function (tests.test_namespaces.NamespacesTest.test_split_expanded_name_function) ... ok test_missing_debug_statements (tests.test_package.PackageTest.test_missing_debug_statements) ... ok test_python_requirement (tests.test_package.PackageTest.test_python_requirement) ... ok test_version_matching (tests.test_package.PackageTest.test_version_matching) ... ok test_attributes (tests.test_pathnodes.PathNodesTest.test_attributes) ... ok test_build (tests.test_pathnodes.PathNodesTest.test_build) ... ok test_build_fragment (tests.test_pathnodes.PathNodesTest.test_build_fragment) ... ok test_find_mtime (tests.test_pathnodes.PathNodesTest.test_find_mtime) ... ok test_add (tests.test_regex.TestCharacterClass.test_add) ... ok test_char_class_contains (tests.test_regex.TestCharacterClass.test_char_class_contains) ... ok test_char_class_copy (tests.test_regex.TestCharacterClass.test_char_class_copy) ... ok test_char_class_init (tests.test_regex.TestCharacterClass.test_char_class_init) ... ok test_char_class_repr (tests.test_regex.TestCharacterClass.test_char_class_repr) ... ok test_char_class_split (tests.test_regex.TestCharacterClass.test_char_class_split) ... ok test_complement (tests.test_regex.TestCharacterClass.test_complement) ... ok test_discard (tests.test_regex.TestCharacterClass.test_discard) ... ok test_in_operator (tests.test_regex.TestCharacterClass.test_in_operator) ... ok test_isub_operator (tests.test_regex.TestCharacterClass.test_isub_operator) ... ok test_iterate (tests.test_regex.TestCharacterClass.test_iterate) ... ok test_length (tests.test_regex.TestCharacterClass.test_length) ... ok test_iter_code_points (tests.test_regex.TestCodePoints.test_iter_code_points) ... ok test_backslash_character (tests.test_regex.TestParseCharacterSubset.test_backslash_character) ... ok test_backslash_escapes (tests.test_regex.TestParseCharacterSubset.test_backslash_escapes) ... ok test_bad_character_range (tests.test_regex.TestParseCharacterSubset.test_bad_character_range) ... ok test_character_range (tests.test_regex.TestParseCharacterSubset.test_character_range) ... ok test_expand_ranges (tests.test_regex.TestParseCharacterSubset.test_expand_ranges) ... ok test_parse_multiple_ranges (tests.test_regex.TestParseCharacterSubset.test_parse_multiple_ranges) ... ok test_square_brackets (tests.test_regex.TestParseCharacterSubset.test_square_brackets) ... ok test_anchors (tests.test_regex.TestPatterns.test_anchors) ... ok test_back_references (tests.test_regex.TestPatterns.test_back_references) ... ok test_backslash_and_escapes (tests.test_regex.TestPatterns.test_backslash_and_escapes) ... ok test_block_escapes (tests.test_regex.TestPatterns.test_block_escapes) ... ok test_category_escape (tests.test_regex.TestPatterns.test_category_escape) ... ok test_character_class_range (tests.test_regex.TestPatterns.test_character_class_range) ... ok test_character_class_reordering (tests.test_regex.TestPatterns.test_character_class_reordering) ... ok test_character_class_shortcuts (tests.test_regex.TestPatterns.test_character_class_shortcuts) ... ok test_character_class_subtraction (tests.test_regex.TestPatterns.test_character_class_subtraction) ... ok test_digit_shortcut (tests.test_regex.TestPatterns.test_digit_shortcut) ... ok test_dot_wildcard (tests.test_regex.TestPatterns.test_dot_wildcard) ... ok test_empty_character_class (tests.test_regex.TestPatterns.test_empty_character_class) ... ok test_ending_newline_match (tests.test_regex.TestPatterns.test_ending_newline_match) ... ok test_extra_escapes (tests.test_regex.TestPatterns.test_extra_escapes) ... ok test_invalid_character_class (tests.test_regex.TestPatterns.test_invalid_character_class) ... ok test_invalid_hyphen (tests.test_regex.TestPatterns.test_invalid_hyphen) ... ok test_invalid_pattern_groups (tests.test_regex.TestPatterns.test_invalid_pattern_groups) ... ok test_invalid_quantifiers (tests.test_regex.TestPatterns.test_invalid_quantifiers) ... ok test_issue_079 (tests.test_regex.TestPatterns.test_issue_079) ... ok test_lazy_quantifiers (tests.test_regex.TestPatterns.test_lazy_quantifiers) ... ok test_not_spaces (tests.test_regex.TestPatterns.test_not_spaces) ... ok test_occurrences_qualifiers (tests.test_regex.TestPatterns.test_occurrences_qualifiers) ... ok test_or_operator (tests.test_regex.TestPatterns.test_or_operator) ... ok test_possessive_quantifiers (tests.test_regex.TestPatterns.test_possessive_quantifiers) ... ok test_verbose_patterns (tests.test_regex.TestPatterns.test_verbose_patterns) ... ok test_basic_latin_unicode_block (tests.test_regex.TestUnicodeData.test_basic_latin_unicode_block) ... ok test_install_previous_unicode_data (tests.test_regex.TestUnicodeData.test_install_previous_unicode_data) ... ok test_install_unicode_data (tests.test_regex.TestUnicodeData.test_install_unicode_data) ... skipped 'Unicode 16.0.0 is installed' test_latin1_supplement_unicode_block (tests.test_regex.TestUnicodeData.test_latin1_supplement_unicode_block) ... ok test_latin_extended_a_unicode_block (tests.test_regex.TestUnicodeData.test_latin_extended_a_unicode_block) ... ok test_latin_extended_b_unicode_block (tests.test_regex.TestUnicodeData.test_latin_extended_b_unicode_block) ... ok test_others_unicode_blocks (tests.test_regex.TestUnicodeData.test_others_unicode_blocks) ... ok test_unicode_block_key (tests.test_regex.TestUnicodeData.test_unicode_block_key) ... ok test_unicode_categories (tests.test_regex.TestUnicodeData.test_unicode_categories) ... ok test_unicode_data_installation_from_source (tests.test_regex.TestUnicodeData.test_unicode_data_installation_from_source) ... skipped 'Skip UnicodeData.txt installation' test_unicodedata_category (tests.test_regex.TestUnicodeData.test_unicodedata_category) ... ok test_complement (tests.test_regex.TestUnicodeSubset.test_complement) ... ok test_creation (tests.test_regex.TestUnicodeSubset.test_creation) ... ok test_difference_update_method (tests.test_regex.TestUnicodeSubset.test_difference_update_method) ... ok test_equality (tests.test_regex.TestUnicodeSubset.test_equality) ... ok test_in_operator (tests.test_regex.TestUnicodeSubset.test_in_operator) ... ok test_iterate (tests.test_regex.TestUnicodeSubset.test_iterate) ... ok test_max_and_min (tests.test_regex.TestUnicodeSubset.test_max_and_min) ... ok test_modify (tests.test_regex.TestUnicodeSubset.test_modify) ... ok test_repr (tests.test_regex.TestUnicodeSubset.test_repr) ... ok test_reversed (tests.test_regex.TestUnicodeSubset.test_reversed) ... ok test_subtraction (tests.test_regex.TestUnicodeSubset.test_subtraction) ... ok test_union_and_intersection (tests.test_regex.TestUnicodeSubset.test_union_and_intersection) ... ok test_update_method (tests.test_regex.TestUnicodeSubset.test_update_method) ... ok test_xor (tests.test_regex.TestUnicodeSubset.test_xor) ... ok test_colon_token (tests.test_schema_context.XMLSchemaContextTest.test_colon_token) ... ok test_dot_shortcut_token (tests.test_schema_context.XMLSchemaContextTest.test_dot_shortcut_token) ... ok test_extended_name_token (tests.test_schema_context.XMLSchemaContextTest.test_extended_name_token) ... ok test_if_statement (tests.test_schema_context.XMLSchemaContextTest.test_if_statement) ... ok test_name_token (tests.test_schema_context.XMLSchemaContextTest.test_name_token) ... ok test_not_applicable_functions (tests.test_schema_context.XMLSchemaContextTest.test_not_applicable_functions) ... ok test_schema_variables (tests.test_schema_context.XMLSchemaContextTest.test_schema_variables) ... ok test_wildcard_token (tests.test_schema_context.XMLSchemaContextTest.test_wildcard_token) ... ok test_abstract_xsd_schema (tests.test_schema_proxy.LxmlXMLSchemaProxyTest.test_abstract_xsd_schema) ... ok test_attributes_type (tests.test_schema_proxy.LxmlXMLSchemaProxyTest.test_attributes_type) ... ok test_bind_parser_method (tests.test_schema_proxy.LxmlXMLSchemaProxyTest.test_bind_parser_method) ... ok test_cast_as_api (tests.test_schema_proxy.LxmlXMLSchemaProxyTest.test_cast_as_api) ... ok test_default_values__issue_094 (tests.test_schema_proxy.LxmlXMLSchemaProxyTest.test_default_values__issue_094) ... ok test_element_substitution (tests.test_schema_proxy.LxmlXMLSchemaProxyTest.test_element_substitution) ... ok test_elements_and_attributes_type (tests.test_schema_proxy.LxmlXMLSchemaProxyTest.test_elements_and_attributes_type) ... ok test_elements_type (tests.test_schema_proxy.LxmlXMLSchemaProxyTest.test_elements_type) ... ok test_find_api (tests.test_schema_proxy.LxmlXMLSchemaProxyTest.test_find_api) ... ok test_fixed_values__issue_094 (tests.test_schema_proxy.LxmlXMLSchemaProxyTest.test_fixed_values__issue_094) ... ok test_get_attribute_api (tests.test_schema_proxy.LxmlXMLSchemaProxyTest.test_get_attribute_api) ... ok test_get_context_method (tests.test_schema_proxy.LxmlXMLSchemaProxyTest.test_get_context_method) ... ok test_get_element_api (tests.test_schema_proxy.LxmlXMLSchemaProxyTest.test_get_element_api) ... ok test_get_substitution_group_api (tests.test_schema_proxy.LxmlXMLSchemaProxyTest.test_get_substitution_group_api) ... ok test_get_type_api (tests.test_schema_proxy.LxmlXMLSchemaProxyTest.test_get_type_api) ... ok test_is_instance_api (tests.test_schema_proxy.LxmlXMLSchemaProxyTest.test_is_instance_api) ... ok test_issue_10 (tests.test_schema_proxy.LxmlXMLSchemaProxyTest.test_issue_10) ... ok test_schema_constructors (tests.test_schema_proxy.LxmlXMLSchemaProxyTest.test_schema_constructors) ... ok test_schema_proxy_init (tests.test_schema_proxy.LxmlXMLSchemaProxyTest.test_schema_proxy_init) ... ok test_type_substitution (tests.test_schema_proxy.LxmlXMLSchemaProxyTest.test_type_substitution) ... ok test_xmlschema_proxy (tests.test_schema_proxy.LxmlXMLSchemaProxyTest.test_xmlschema_proxy) ... ok test_xsd_version_api (tests.test_schema_proxy.LxmlXMLSchemaProxyTest.test_xsd_version_api) ... ok test_abstract_xsd_schema (tests.test_schema_proxy.XMLSchemaProxyTest.test_abstract_xsd_schema) ... ok test_attributes_type (tests.test_schema_proxy.XMLSchemaProxyTest.test_attributes_type) ... ok test_bind_parser_method (tests.test_schema_proxy.XMLSchemaProxyTest.test_bind_parser_method) ... ok test_cast_as_api (tests.test_schema_proxy.XMLSchemaProxyTest.test_cast_as_api) ... ok test_default_values__issue_094 (tests.test_schema_proxy.XMLSchemaProxyTest.test_default_values__issue_094) ... ok test_element_substitution (tests.test_schema_proxy.XMLSchemaProxyTest.test_element_substitution) ... ok test_elements_and_attributes_type (tests.test_schema_proxy.XMLSchemaProxyTest.test_elements_and_attributes_type) ... ok test_elements_type (tests.test_schema_proxy.XMLSchemaProxyTest.test_elements_type) ... ok test_find_api (tests.test_schema_proxy.XMLSchemaProxyTest.test_find_api) ... ok test_fixed_values__issue_094 (tests.test_schema_proxy.XMLSchemaProxyTest.test_fixed_values__issue_094) ... ok test_get_attribute_api (tests.test_schema_proxy.XMLSchemaProxyTest.test_get_attribute_api) ... ok test_get_context_method (tests.test_schema_proxy.XMLSchemaProxyTest.test_get_context_method) ... ok test_get_element_api (tests.test_schema_proxy.XMLSchemaProxyTest.test_get_element_api) ... ok test_get_substitution_group_api (tests.test_schema_proxy.XMLSchemaProxyTest.test_get_substitution_group_api) ... ok test_get_type_api (tests.test_schema_proxy.XMLSchemaProxyTest.test_get_type_api) ... ok test_is_instance_api (tests.test_schema_proxy.XMLSchemaProxyTest.test_is_instance_api) ... ok test_issue_10 (tests.test_schema_proxy.XMLSchemaProxyTest.test_issue_10) ... ok test_schema_constructors (tests.test_schema_proxy.XMLSchemaProxyTest.test_schema_constructors) ... ok test_schema_proxy_init (tests.test_schema_proxy.XMLSchemaProxyTest.test_schema_proxy_init) ... ok test_type_substitution (tests.test_schema_proxy.XMLSchemaProxyTest.test_type_substitution) ... ok test_xmlschema_proxy (tests.test_schema_proxy.XMLSchemaProxyTest.test_xmlschema_proxy) ... ok test_xsd_version_api (tests.test_schema_proxy.XMLSchemaProxyTest.test_xsd_version_api) ... ok test_fragment_argument__issue_081 (tests.test_selectors.LxmlXPathSelectorsTest.test_fragment_argument__issue_081) ... ok test_issue_001 (tests.test_selectors.LxmlXPathSelectorsTest.test_issue_001) ... ok test_issue_042 (tests.test_selectors.LxmlXPathSelectorsTest.test_issue_042) ... ok test_issue_058 (tests.test_selectors.LxmlXPathSelectorsTest.test_issue_058) ... ok test_issue_074 (tests.test_selectors.LxmlXPathSelectorsTest.test_issue_074) ... ok test_iter_select_function (tests.test_selectors.LxmlXPathSelectorsTest.test_iter_select_function) ... ok test_select_function (tests.test_selectors.LxmlXPathSelectorsTest.test_select_function) ... ok test_selector_class (tests.test_selectors.LxmlXPathSelectorsTest.test_selector_class) ... ok test_fragment_argument__issue_081 (tests.test_selectors.XPathSelectorsTest.test_fragment_argument__issue_081) ... ok test_issue_001 (tests.test_selectors.XPathSelectorsTest.test_issue_001) ... ok test_issue_042 (tests.test_selectors.XPathSelectorsTest.test_issue_042) ... ok test_iter_select_function (tests.test_selectors.XPathSelectorsTest.test_iter_select_function) ... ok test_select_function (tests.test_selectors.XPathSelectorsTest.test_select_function) ... ok test_selector_class (tests.test_selectors.XPathSelectorsTest.test_selector_class) ... ok test_is_instance_function (tests.test_sequence_types.SequenceTypesTest.test_is_instance_function) ... ok test_is_sequence_type_function (tests.test_sequence_types.SequenceTypesTest.test_is_sequence_type_function) ... ok test_is_sequence_type_restriction_function (tests.test_sequence_types.SequenceTypesTest.test_is_sequence_type_restriction_function) ... ok test_match_sequence_type_function (tests.test_sequence_types.SequenceTypesTest.test_match_sequence_type_function) ... ok test_normalize_sequence_type_function (tests.test_sequence_types.SequenceTypesTest.test_normalize_sequence_type_function) ... ok test_get_serialization_params_from_element_tree (tests.test_serialization.SerializationTest.test_get_serialization_params_from_element_tree) ... ok test_get_serialization_params_from_map (tests.test_serialization.SerializationTest.test_get_serialization_params_from_map) ... ok test_serialize_to_json_function (tests.test_serialization.SerializationTest.test_serialize_to_json_function) ... ok test_serialize_to_xml_function (tests.test_serialization.SerializationTest.test_serialize_to_xml_function) ... ok test_advance_until (tests.test_tdop_parser.TdopParserTest.test_advance_until) ... ok test_create_tokenizer_method (tests.test_tdop_parser.TdopParserTest.test_create_tokenizer_method) ... ok test_expression (tests.test_tdop_parser.TdopParserTest.test_expression) ... ok test_incompatible_tokenizer (tests.test_tdop_parser.TdopParserTest.test_incompatible_tokenizer) ... ok test_invalid_parser_derivation (tests.test_tdop_parser.TdopParserTest.test_invalid_parser_derivation) ... ok test_invalid_registrations (tests.test_tdop_parser.TdopParserTest.test_invalid_registrations) ... ok test_invalid_source (tests.test_tdop_parser.TdopParserTest.test_invalid_source) ... ok test_invalid_token (tests.test_tdop_parser.TdopParserTest.test_invalid_token) ... ok test_iter_method (tests.test_tdop_parser.TdopParserTest.test_iter_method) ... ok test_multi_label_class (tests.test_tdop_parser.TdopParserTest.test_multi_label_class) ... ok test_new_parser_class (tests.test_tdop_parser.TdopParserTest.test_new_parser_class) ... ok test_other_operators (tests.test_tdop_parser.TdopParserTest.test_other_operators) ... ok test_parser_position (tests.test_tdop_parser.TdopParserTest.test_parser_position) ... ok test_string_repr (tests.test_tdop_parser.TdopParserTest.test_string_repr) ... ok test_symbol_to_classname_function (tests.test_tdop_parser.TdopParserTest.test_symbol_to_classname_function) ... ok test_syntax_errors (tests.test_tdop_parser.TdopParserTest.test_syntax_errors) ... ok test_tokenizer_items (tests.test_tdop_parser.TdopParserTest.test_tokenizer_items) ... ok test_unescape_helper (tests.test_tdop_parser.TdopParserTest.test_unescape_helper) ... ok test_unknown_symbol (tests.test_tdop_parser.TdopParserTest.test_unknown_symbol) ... ok test_unused_token_helpers (tests.test_tdop_parser.TdopParserTest.test_unused_token_helpers) ... ok test_build_lxml_node_tree_with_element (tests.test_tree_builders.TreeBuildersTest.test_build_lxml_node_tree_with_element) ... ok test_build_lxml_node_tree_with_element_tree (tests.test_tree_builders.TreeBuildersTest.test_build_lxml_node_tree_with_element_tree) ... ok test_build_node_tree_with_comments_and_pis (tests.test_tree_builders.TreeBuildersTest.test_build_node_tree_with_comments_and_pis) ... ok test_build_node_tree_with_element (tests.test_tree_builders.TreeBuildersTest.test_build_node_tree_with_element) ... ok test_build_node_tree_with_element_tree (tests.test_tree_builders.TreeBuildersTest.test_build_node_tree_with_element_tree) ... ok test_build_schema_node_tree (tests.test_tree_builders.TreeBuildersTest.test_build_schema_node_tree) ... ok test_document_order__issue_079 (tests.test_tree_builders.TreeBuildersTest.test_document_order__issue_079) ... ok test_validate_analyzed_string (tests.test_validators.ValidatorsLxmlTest.test_validate_analyzed_string) ... ok test_validate_json_to_xml (tests.test_validators.ValidatorsLxmlTest.test_validate_json_to_xml) ... ok test_validate_analyzed_string (tests.test_validators.ValidatorsTest.test_validate_analyzed_string) ... ok test_validate_json_to_xml (tests.test_validators.ValidatorsTest.test_validate_json_to_xml) ... ok test_addition_and_subtraction_operators (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_addition_and_subtraction_operators) ... ok test_ancestor_axes (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_ancestor_axes) ... ok test_attribute_abbreviation_and_axis (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_attribute_abbreviation_and_axis) ... ok test_boolean_context_nonempty_elements (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_boolean_context_nonempty_elements) ... ok test_boolean_functions (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_boolean_functions) ... ok test_braced_uri_literal (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_braced_uri_literal) ... ok test_ceiling_function (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_ceiling_function) ... ok test_check_variables_method (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_check_variables_method) ... ok test_child_axis (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_child_axis) ... ok test_comparison_of_sequences (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_comparison_of_sequences) ... ok test_comparison_operators (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_comparison_operators) ... ok test_concat_function (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_concat_function) ... ok test_contains_function (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_contains_function) ... ok test_context_item_expression (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_context_item_expression) ... ok test_context_variables (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_context_variables) ... ok test_count_function (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_count_function) ... ok test_default_axis (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_default_axis) Tests about when child:: default axis is applied. ... ok test_default_namespace (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_default_namespace) ... ok test_descendant_axis (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_descendant_axis) ... ok test_descendant_or_self_axis (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_descendant_or_self_axis) ... ok test_descendant_predicate__issue_51 (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_descendant_predicate__issue_51) ... ok test_div_operator (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_div_operator) ... ok test_double_slash_shortcut (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_double_slash_shortcut) ... ok test_double_slash_shortcut_pr16 (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_double_slash_shortcut_pr16) ... ok test_floor_function (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_floor_function) ... ok test_following_axis (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_following_axis) ... ok test_following_sibling_axis (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_following_sibling_axis) ... ok test_function_signatures (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_function_signatures) ... ok test_get_function (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_get_function) ... ok test_issue_093 (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_issue_093) ... ok test_issue_093_with_schema (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_issue_093_with_schema) ... ok test_issue_25_with_count_function (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_issue_25_with_count_function) ... ok test_lang_function (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_lang_function) ... ok test_logical_and_operator (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_logical_and_operator) ... ok test_logical_expressions (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_logical_expressions) ... ok test_logical_or_operator (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_logical_or_operator) ... ok test_namespace_axis (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_namespace_axis) ... ok test_node_selection (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_node_selection) ... ok test_node_set_functions (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_node_set_functions) ... ok test_node_set_id_function (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_node_set_id_function) ... ok test_node_types (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_node_types) ... ok test_nonempty_elements (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_nonempty_elements) ... ok test_normalize_space_function (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_normalize_space_function) ... ok test_number_function (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_number_function) ... ok test_numerical_add_operator (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_numerical_add_operator) ... ok test_numerical_expressions (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_numerical_expressions) ... ok test_numerical_mod_operator (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_numerical_mod_operator) ... ok test_numerical_sub_operator (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_numerical_sub_operator) ... ok test_order_with_descendants__issue_079 (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_order_with_descendants__issue_079) ... ok test_parent_shortcut_and_axis (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_parent_shortcut_and_axis) ... ok test_parenthesized_expression (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_parenthesized_expression) ... ok test_parser_pickling (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_parser_pickling) ... ok test_parser_position (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_parser_position) ... ok test_path_step_operator (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_path_step_operator) ... ok test_path_step_operator_with_duplicates (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_path_step_operator_with_duplicates) ... ok test_preceding_axis (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_preceding_axis) ... ok test_preceding_sibling_axis (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_preceding_sibling_axis) ... ok test_predicate (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_predicate) ... ok test_prefixed_references (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_prefixed_references) ... ok test_round_function (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_round_function) ... ok test_self_axis (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_self_axis) ... ok test_starts_with_function (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_starts_with_function) ... ok test_string_function (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_string_function) ... ok test_string_length_function (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_string_length_function) ... ok test_string_representation (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_string_representation) ... ok test_substring_after_function (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_substring_after_function) ... ok test_substring_before_function (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_substring_before_function) ... ok test_substring_function (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_substring_function) ... ok test_sum_function (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_sum_function) ... ok test_token_classes (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_token_classes) ... ok test_token_source (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_token_source) ... ok test_token_tree (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_token_tree) ... ok test_translate_function (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_translate_function) ... ok test_union (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_union) ... ok test_unknown_axis (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_unknown_axis) ... ok test_unknown_function (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_unknown_function) ... ok test_variable_substitution (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_variable_substitution) ... ok test_wrong_nargs (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_wrong_nargs) ... ok test_wrong_syntax (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_wrong_syntax) ... ok test_xpath_tokenizer (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_xpath_tokenizer) ... ok test_xsd_qname_method (tests.test_xpath1_parser.LxmlXPath1ParserTest.test_xsd_qname_method) ... ok test_addition_and_subtraction_operators (tests.test_xpath1_parser.XPath1ParserTest.test_addition_and_subtraction_operators) ... ok test_ancestor_axes (tests.test_xpath1_parser.XPath1ParserTest.test_ancestor_axes) ... ok test_attribute_abbreviation_and_axis (tests.test_xpath1_parser.XPath1ParserTest.test_attribute_abbreviation_and_axis) ... ok test_boolean_context_nonempty_elements (tests.test_xpath1_parser.XPath1ParserTest.test_boolean_context_nonempty_elements) ... ok test_boolean_functions (tests.test_xpath1_parser.XPath1ParserTest.test_boolean_functions) ... ok test_braced_uri_literal (tests.test_xpath1_parser.XPath1ParserTest.test_braced_uri_literal) ... ok test_ceiling_function (tests.test_xpath1_parser.XPath1ParserTest.test_ceiling_function) ... ok test_check_variables_method (tests.test_xpath1_parser.XPath1ParserTest.test_check_variables_method) ... ok test_child_axis (tests.test_xpath1_parser.XPath1ParserTest.test_child_axis) ... ok test_comparison_of_sequences (tests.test_xpath1_parser.XPath1ParserTest.test_comparison_of_sequences) ... ok test_comparison_operators (tests.test_xpath1_parser.XPath1ParserTest.test_comparison_operators) ... ok test_concat_function (tests.test_xpath1_parser.XPath1ParserTest.test_concat_function) ... ok test_contains_function (tests.test_xpath1_parser.XPath1ParserTest.test_contains_function) ... ok test_context_item_expression (tests.test_xpath1_parser.XPath1ParserTest.test_context_item_expression) ... ok test_context_variables (tests.test_xpath1_parser.XPath1ParserTest.test_context_variables) ... ok test_count_function (tests.test_xpath1_parser.XPath1ParserTest.test_count_function) ... ok test_default_axis (tests.test_xpath1_parser.XPath1ParserTest.test_default_axis) Tests about when child:: default axis is applied. ... ok test_default_namespace (tests.test_xpath1_parser.XPath1ParserTest.test_default_namespace) ... ok test_descendant_axis (tests.test_xpath1_parser.XPath1ParserTest.test_descendant_axis) ... ok test_descendant_or_self_axis (tests.test_xpath1_parser.XPath1ParserTest.test_descendant_or_self_axis) ... ok test_descendant_predicate__issue_51 (tests.test_xpath1_parser.XPath1ParserTest.test_descendant_predicate__issue_51) ... ok test_div_operator (tests.test_xpath1_parser.XPath1ParserTest.test_div_operator) ... ok test_double_slash_shortcut (tests.test_xpath1_parser.XPath1ParserTest.test_double_slash_shortcut) ... ok test_double_slash_shortcut_pr16 (tests.test_xpath1_parser.XPath1ParserTest.test_double_slash_shortcut_pr16) ... ok test_floor_function (tests.test_xpath1_parser.XPath1ParserTest.test_floor_function) ... ok test_following_axis (tests.test_xpath1_parser.XPath1ParserTest.test_following_axis) ... ok test_following_sibling_axis (tests.test_xpath1_parser.XPath1ParserTest.test_following_sibling_axis) ... ok test_function_signatures (tests.test_xpath1_parser.XPath1ParserTest.test_function_signatures) ... ok test_get_function (tests.test_xpath1_parser.XPath1ParserTest.test_get_function) ... ok test_issue_093 (tests.test_xpath1_parser.XPath1ParserTest.test_issue_093) ... ok test_issue_093_with_schema (tests.test_xpath1_parser.XPath1ParserTest.test_issue_093_with_schema) ... ok test_lang_function (tests.test_xpath1_parser.XPath1ParserTest.test_lang_function) ... ok test_logical_and_operator (tests.test_xpath1_parser.XPath1ParserTest.test_logical_and_operator) ... ok test_logical_expressions (tests.test_xpath1_parser.XPath1ParserTest.test_logical_expressions) ... ok test_logical_or_operator (tests.test_xpath1_parser.XPath1ParserTest.test_logical_or_operator) ... ok test_namespace_axis (tests.test_xpath1_parser.XPath1ParserTest.test_namespace_axis) ... ok test_node_selection (tests.test_xpath1_parser.XPath1ParserTest.test_node_selection) ... ok test_node_set_functions (tests.test_xpath1_parser.XPath1ParserTest.test_node_set_functions) ... ok test_node_set_id_function (tests.test_xpath1_parser.XPath1ParserTest.test_node_set_id_function) ... ok test_node_types (tests.test_xpath1_parser.XPath1ParserTest.test_node_types) ... ok test_nonempty_elements (tests.test_xpath1_parser.XPath1ParserTest.test_nonempty_elements) ... ok test_normalize_space_function (tests.test_xpath1_parser.XPath1ParserTest.test_normalize_space_function) ... ok test_number_function (tests.test_xpath1_parser.XPath1ParserTest.test_number_function) ... ok test_numerical_add_operator (tests.test_xpath1_parser.XPath1ParserTest.test_numerical_add_operator) ... ok test_numerical_expressions (tests.test_xpath1_parser.XPath1ParserTest.test_numerical_expressions) ... ok test_numerical_mod_operator (tests.test_xpath1_parser.XPath1ParserTest.test_numerical_mod_operator) ... ok test_numerical_sub_operator (tests.test_xpath1_parser.XPath1ParserTest.test_numerical_sub_operator) ... ok test_order_with_descendants__issue_079 (tests.test_xpath1_parser.XPath1ParserTest.test_order_with_descendants__issue_079) ... ok test_parent_shortcut_and_axis (tests.test_xpath1_parser.XPath1ParserTest.test_parent_shortcut_and_axis) ... ok test_parenthesized_expression (tests.test_xpath1_parser.XPath1ParserTest.test_parenthesized_expression) ... ok test_parser_pickling (tests.test_xpath1_parser.XPath1ParserTest.test_parser_pickling) ... ok test_parser_position (tests.test_xpath1_parser.XPath1ParserTest.test_parser_position) ... ok test_path_step_operator (tests.test_xpath1_parser.XPath1ParserTest.test_path_step_operator) ... ok test_path_step_operator_with_duplicates (tests.test_xpath1_parser.XPath1ParserTest.test_path_step_operator_with_duplicates) ... ok test_preceding_axis (tests.test_xpath1_parser.XPath1ParserTest.test_preceding_axis) ... ok test_preceding_sibling_axis (tests.test_xpath1_parser.XPath1ParserTest.test_preceding_sibling_axis) ... ok test_predicate (tests.test_xpath1_parser.XPath1ParserTest.test_predicate) ... ok test_prefixed_references (tests.test_xpath1_parser.XPath1ParserTest.test_prefixed_references) ... ok test_round_function (tests.test_xpath1_parser.XPath1ParserTest.test_round_function) ... ok test_self_axis (tests.test_xpath1_parser.XPath1ParserTest.test_self_axis) ... ok test_starts_with_function (tests.test_xpath1_parser.XPath1ParserTest.test_starts_with_function) ... ok test_string_function (tests.test_xpath1_parser.XPath1ParserTest.test_string_function) ... ok test_string_length_function (tests.test_xpath1_parser.XPath1ParserTest.test_string_length_function) ... ok test_string_representation (tests.test_xpath1_parser.XPath1ParserTest.test_string_representation) ... ok test_substring_after_function (tests.test_xpath1_parser.XPath1ParserTest.test_substring_after_function) ... ok test_substring_before_function (tests.test_xpath1_parser.XPath1ParserTest.test_substring_before_function) ... ok test_substring_function (tests.test_xpath1_parser.XPath1ParserTest.test_substring_function) ... ok test_sum_function (tests.test_xpath1_parser.XPath1ParserTest.test_sum_function) ... ok test_token_classes (tests.test_xpath1_parser.XPath1ParserTest.test_token_classes) ... ok test_token_source (tests.test_xpath1_parser.XPath1ParserTest.test_token_source) ... ok test_token_tree (tests.test_xpath1_parser.XPath1ParserTest.test_token_tree) ... ok test_translate_function (tests.test_xpath1_parser.XPath1ParserTest.test_translate_function) ... ok test_union (tests.test_xpath1_parser.XPath1ParserTest.test_union) ... ok test_unknown_axis (tests.test_xpath1_parser.XPath1ParserTest.test_unknown_axis) ... ok test_unknown_function (tests.test_xpath1_parser.XPath1ParserTest.test_unknown_function) ... ok test_variable_substitution (tests.test_xpath1_parser.XPath1ParserTest.test_variable_substitution) ... ok test_wrong_nargs (tests.test_xpath1_parser.XPath1ParserTest.test_wrong_nargs) ... ok test_wrong_syntax (tests.test_xpath1_parser.XPath1ParserTest.test_wrong_syntax) ... ok test_xpath_tokenizer (tests.test_xpath1_parser.XPath1ParserTest.test_xpath_tokenizer) ... ok test_xsd_qname_method (tests.test_xpath1_parser.XPath1ParserTest.test_xsd_qname_method) ... ok test_any_uri_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_any_uri_constructor) ... ok test_base64_binary_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_base64_binary_constructor) ... ok test_boolean_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_boolean_constructor) ... ok test_constructor_class (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_constructor_class) ... ok test_date_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_date_constructor) ... ok test_datetime_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_datetime_constructor) ... ok test_datetimestamp_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_datetimestamp_constructor) ... ok test_day_time_duration_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_day_time_duration_constructor) ... ok test_decimal_constructors (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_decimal_constructors) ... ok test_double_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_double_constructor) ... ok test_duration_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_duration_constructor) ... ok test_entity_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_entity_constructor) ... ok test_float_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_float_constructor) ... ok test_gregorian_day_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_gregorian_day_constructor) ... ok test_gregorian_month_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_gregorian_month_constructor) ... ok test_gregorian_month_day_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_gregorian_month_day_constructor) ... ok test_gregorian_year_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_gregorian_year_constructor) ... ok test_gregorian_year_month_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_gregorian_year_month_constructor) ... ok test_hex_binary_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_hex_binary_constructor) ... ok test_id_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_id_constructor) ... ok test_idref_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_idref_constructor) ... ok test_integer_constructors (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_integer_constructors) ... ok test_invalid_arguments (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_invalid_arguments) ... ok test_language_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_language_constructor) ... ok test_limited_integer_constructors (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_limited_integer_constructors) ... ok test_missing_context_on_namespaced_name__issue_068 (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_missing_context_on_namespaced_name__issue_068) ... ok test_name_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_name_constructor) ... ok test_ncname_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_ncname_constructor) ... ok test_nmtoken_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_nmtoken_constructor) ... ok test_normalized_string_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_normalized_string_constructor) ... ok test_notation_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_notation_constructor) ... ok test_qname_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_qname_constructor) ... ok test_string_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_string_constructor) ... ok test_time_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_time_constructor) ... ok test_token_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_token_constructor) ... ok test_unknown_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_unknown_constructor) ... ok test_untyped_atomic_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_untyped_atomic_constructor) ... ok test_year_month_duration_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest.test_year_month_duration_constructor) ... ok test_any_uri_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_any_uri_constructor) ... ok test_base64_binary_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_base64_binary_constructor) ... ok test_boolean_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_boolean_constructor) ... ok test_constructor_class (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_constructor_class) ... ok test_date_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_date_constructor) ... ok test_datetime_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_datetime_constructor) ... ok test_datetimestamp_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_datetimestamp_constructor) ... ok test_day_time_duration_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_day_time_duration_constructor) ... ok test_decimal_constructors (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_decimal_constructors) ... ok test_double_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_double_constructor) ... ok test_duration_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_duration_constructor) ... ok test_entity_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_entity_constructor) ... ok test_float_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_float_constructor) ... ok test_gregorian_day_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_gregorian_day_constructor) ... ok test_gregorian_month_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_gregorian_month_constructor) ... ok test_gregorian_month_day_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_gregorian_month_day_constructor) ... ok test_gregorian_year_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_gregorian_year_constructor) ... ok test_gregorian_year_month_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_gregorian_year_month_constructor) ... ok test_hex_binary_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_hex_binary_constructor) ... ok test_id_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_id_constructor) ... ok test_idref_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_idref_constructor) ... ok test_integer_constructors (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_integer_constructors) ... ok test_invalid_arguments (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_invalid_arguments) ... ok test_language_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_language_constructor) ... ok test_limited_integer_constructors (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_limited_integer_constructors) ... ok test_missing_context_on_namespaced_name__issue_068 (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_missing_context_on_namespaced_name__issue_068) ... ok test_name_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_name_constructor) ... ok test_ncname_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_ncname_constructor) ... ok test_nmtoken_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_nmtoken_constructor) ... ok test_normalized_string_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_normalized_string_constructor) ... ok test_notation_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_notation_constructor) ... ok test_qname_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_qname_constructor) ... ok test_string_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_string_constructor) ... ok test_time_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_time_constructor) ... ok test_token_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_token_constructor) ... ok test_unknown_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_unknown_constructor) ... ok test_untyped_atomic_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_untyped_atomic_constructor) ... ok test_year_month_duration_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest.test_year_month_duration_constructor) ... ok test_abs_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_abs_function) ... ok test_adjust_date_to_timezone_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_adjust_date_to_timezone_function) ... ok test_adjust_datetime_to_timezone_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_adjust_datetime_to_timezone_function) ... ok test_adjust_time_to_timezone_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_adjust_time_to_timezone_function) ... ok test_avg_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_avg_function) ... ok test_base_uri_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_base_uri_function) ... ok test_boolean_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_boolean_function) ... ok test_codepoint_equal_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_codepoint_equal_function) ... ok test_codepoints_to_string_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_codepoints_to_string_function) ... ok test_collection_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_collection_function) ... ok test_compare_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_compare_function) ... ok test_context_datetime_functions (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_context_datetime_functions) ... ok test_count_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_count_function) ... ok test_data_function_with_typed_nodes (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_data_function_with_typed_nodes) ... ok test_datetime_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_datetime_function) ... ok test_day_from_date_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_day_from_date_function) ... ok test_day_from_datetime_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_day_from_datetime_function) ... ok test_days_from_duration_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_days_from_duration_function) ... ok test_deep_equal_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_deep_equal_function) ... ok test_deep_equal_function_on_nested_sequences (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_deep_equal_function_on_nested_sequences) ... ok test_default_collation_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_default_collation_function) ... ok test_distinct_values_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_distinct_values_function) ... ok test_doc_functions (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_doc_functions) ... ok test_document_uri_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_document_uri_function) ... ok test_empty_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_empty_function) ... ok test_encode_for_uri_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_encode_for_uri_function) ... ok test_ends_with_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_ends_with_function) ... ok test_error_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_error_function) ... ok test_escape_html_uri_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_escape_html_uri_function) ... ok test_exists_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_exists_function) ... ok test_hours_from_datetime_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_hours_from_datetime_function) ... ok test_hours_from_duration_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_hours_from_duration_function) ... ok test_hours_from_time_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_hours_from_time_function) ... ok test_in_scope_prefixes_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_in_scope_prefixes_function) ... ok test_index_of_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_index_of_function) ... ok test_insert_before_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_insert_before_function) ... ok test_iri_to_uri_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_iri_to_uri_function) ... ok test_local_name_from_qname_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_local_name_from_qname_function) ... ok test_lower_case_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_lower_case_function) ... ok test_matches_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_matches_function) ... ok test_max_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_max_function) ... ok test_min_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_min_function) ... ok test_minutes_from_datetime_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_minutes_from_datetime_function) ... ok test_minutes_from_duration_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_minutes_from_duration_function) ... ok test_minutes_from_time_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_minutes_from_time_function) ... ok test_month_from_date_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_month_from_date_function) ... ok test_month_from_datetime_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_month_from_datetime_function) ... ok test_months_from_duration_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_months_from_duration_function) ... ok test_namespace_uri_for_prefix_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_namespace_uri_for_prefix_function) ... ok test_namespace_uri_from_qname_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_namespace_uri_from_qname_function) ... ok test_node_accessor_functions (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_node_accessor_functions) ... ok test_node_name_function__issue__091 (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_node_name_function__issue__091) ... ok test_node_set_id_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_node_set_id_function) ... ok test_node_set_id_function_with_schema (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_node_set_id_function_with_schema) ... ok test_node_set_id_function_with_wrong_schema (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_node_set_id_function_with_wrong_schema) ... ok test_node_set_idref_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_node_set_idref_function) ... ok test_normalize_unicode_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_normalize_unicode_function) ... ok test_prefix_from_qname_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_prefix_from_qname_function) ... ok test_qname_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_qname_function) ... ok test_remove_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_remove_function) ... ok test_replace_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_replace_function) ... ok test_resolve_qname_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_resolve_qname_function) ... ok test_resolve_uri_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_resolve_uri_function) ... ok test_reverse_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_reverse_function) ... ok test_root_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_root_function) ... ok test_round_half_to_even_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_round_half_to_even_function) ... ok test_seconds_from_datetime_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_seconds_from_datetime_function) ... ok test_seconds_from_duration_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_seconds_from_duration_function) ... ok test_seconds_from_time_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_seconds_from_time_function) ... ok test_sequence_cardinality_functions (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_sequence_cardinality_functions) ... ok test_static_base_uri_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_static_base_uri_function) ... ok test_string_and_data_functions (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_string_and_data_functions) ... ok test_string_join_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_string_join_function) ... ok test_string_to_codepoints_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_string_to_codepoints_function) ... ok test_subsequence_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_subsequence_function) ... ok test_sum_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_sum_function) ... ok test_timezone_from_date_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_timezone_from_date_function) ... ok test_timezone_from_datetime_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_timezone_from_datetime_function) ... ok test_timezone_from_time_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_timezone_from_time_function) ... ok test_tokenize_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_tokenize_function) ... ok test_trace_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_trace_function) ... ok test_unordered_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_unordered_function) ... ok test_upper_case_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_upper_case_function) ... ok test_year_from_date_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_year_from_date_function) ... ok test_year_from_datetime_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_year_from_datetime_function) ... ok test_years_from_duration_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest.test_years_from_duration_function) ... ok test_abs_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_abs_function) ... ok test_adjust_date_to_timezone_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_adjust_date_to_timezone_function) ... ok test_adjust_datetime_to_timezone_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_adjust_datetime_to_timezone_function) ... ok test_adjust_time_to_timezone_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_adjust_time_to_timezone_function) ... ok test_avg_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_avg_function) ... ok test_base_uri_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_base_uri_function) ... ok test_boolean_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_boolean_function) ... ok test_codepoint_equal_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_codepoint_equal_function) ... ok test_codepoints_to_string_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_codepoints_to_string_function) ... ok test_collection_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_collection_function) ... ok test_compare_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_compare_function) ... ok test_context_datetime_functions (tests.test_xpath2_functions.XPath2FunctionsTest.test_context_datetime_functions) ... ok test_count_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_count_function) ... ok test_data_function_with_typed_nodes (tests.test_xpath2_functions.XPath2FunctionsTest.test_data_function_with_typed_nodes) ... ok test_datetime_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_datetime_function) ... ok test_day_from_date_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_day_from_date_function) ... ok test_day_from_datetime_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_day_from_datetime_function) ... ok test_days_from_duration_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_days_from_duration_function) ... ok test_deep_equal_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_deep_equal_function) ... ok test_deep_equal_function_on_nested_sequences (tests.test_xpath2_functions.XPath2FunctionsTest.test_deep_equal_function_on_nested_sequences) ... ok test_default_collation_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_default_collation_function) ... ok test_distinct_values_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_distinct_values_function) ... ok test_doc_functions (tests.test_xpath2_functions.XPath2FunctionsTest.test_doc_functions) ... ok test_document_uri_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_document_uri_function) ... ok test_empty_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_empty_function) ... ok test_encode_for_uri_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_encode_for_uri_function) ... ok test_ends_with_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_ends_with_function) ... ok test_error_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_error_function) ... ok test_escape_html_uri_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_escape_html_uri_function) ... ok test_exists_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_exists_function) ... ok test_hours_from_datetime_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_hours_from_datetime_function) ... ok test_hours_from_duration_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_hours_from_duration_function) ... ok test_hours_from_time_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_hours_from_time_function) ... ok test_in_scope_prefixes_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_in_scope_prefixes_function) ... ok test_index_of_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_index_of_function) ... ok test_insert_before_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_insert_before_function) ... ok test_iri_to_uri_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_iri_to_uri_function) ... ok test_local_name_from_qname_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_local_name_from_qname_function) ... ok test_lower_case_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_lower_case_function) ... ok test_matches_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_matches_function) ... ok test_max_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_max_function) ... ok test_min_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_min_function) ... ok test_minutes_from_datetime_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_minutes_from_datetime_function) ... ok test_minutes_from_duration_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_minutes_from_duration_function) ... ok test_minutes_from_time_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_minutes_from_time_function) ... ok test_month_from_date_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_month_from_date_function) ... ok test_month_from_datetime_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_month_from_datetime_function) ... ok test_months_from_duration_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_months_from_duration_function) ... ok test_namespace_uri_for_prefix_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_namespace_uri_for_prefix_function) ... ok test_namespace_uri_from_qname_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_namespace_uri_from_qname_function) ... ok test_node_accessor_functions (tests.test_xpath2_functions.XPath2FunctionsTest.test_node_accessor_functions) ... ok test_node_name_function__issue__091 (tests.test_xpath2_functions.XPath2FunctionsTest.test_node_name_function__issue__091) ... ok test_node_set_id_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_node_set_id_function) ... ok test_node_set_id_function_with_schema (tests.test_xpath2_functions.XPath2FunctionsTest.test_node_set_id_function_with_schema) ... ok test_node_set_id_function_with_wrong_schema (tests.test_xpath2_functions.XPath2FunctionsTest.test_node_set_id_function_with_wrong_schema) ... ok test_node_set_idref_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_node_set_idref_function) ... ok test_normalize_unicode_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_normalize_unicode_function) ... ok test_prefix_from_qname_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_prefix_from_qname_function) ... ok test_qname_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_qname_function) ... ok test_remove_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_remove_function) ... ok test_replace_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_replace_function) ... ok test_resolve_qname_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_resolve_qname_function) ... ok test_resolve_uri_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_resolve_uri_function) ... ok test_reverse_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_reverse_function) ... ok test_root_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_root_function) ... ok test_round_half_to_even_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_round_half_to_even_function) ... ok test_seconds_from_datetime_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_seconds_from_datetime_function) ... ok test_seconds_from_duration_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_seconds_from_duration_function) ... ok test_seconds_from_time_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_seconds_from_time_function) ... ok test_sequence_cardinality_functions (tests.test_xpath2_functions.XPath2FunctionsTest.test_sequence_cardinality_functions) ... ok test_static_base_uri_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_static_base_uri_function) ... ok test_string_and_data_functions (tests.test_xpath2_functions.XPath2FunctionsTest.test_string_and_data_functions) ... ok test_string_join_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_string_join_function) ... ok test_string_to_codepoints_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_string_to_codepoints_function) ... ok test_subsequence_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_subsequence_function) ... ok test_sum_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_sum_function) ... ok test_timezone_from_date_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_timezone_from_date_function) ... ok test_timezone_from_datetime_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_timezone_from_datetime_function) ... ok test_timezone_from_time_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_timezone_from_time_function) ... ok test_tokenize_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_tokenize_function) ... ok test_trace_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_trace_function) ... ok test_unordered_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_unordered_function) ... ok test_upper_case_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_upper_case_function) ... ok test_year_from_date_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_year_from_date_function) ... ok test_year_from_datetime_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_year_from_datetime_function) ... ok test_years_from_duration_function (tests.test_xpath2_functions.XPath2FunctionsTest.test_years_from_duration_function) ... ok test_add_day_time_duration_to_datetime (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_add_day_time_duration_to_datetime) ... ok test_add_day_time_duration_to_time (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_add_day_time_duration_to_time) ... ok test_add_year_month_duration_to_date (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_add_year_month_duration_to_date) ... ok test_add_year_month_duration_to_datetime (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_add_year_month_duration_to_datetime) ... ok test_addition_and_subtraction_operators (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_addition_and_subtraction_operators) ... ok test_ancestor_axes (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_ancestor_axes) ... ok test_attribute_abbreviation_and_axis (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_attribute_abbreviation_and_axis) ... ok test_attribute_accessor (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_attribute_accessor) ... ok test_auxiliary_tokens (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_auxiliary_tokens) ... ok test_boolean_context_nonempty_elements (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_boolean_context_nonempty_elements) ... ok test_boolean_evaluation_in_selector (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_boolean_evaluation_in_selector) ... ok test_boolean_functions (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_boolean_functions) ... ok test_braced_uri_literal (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_braced_uri_literal) ... ok test_cast_expression (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_cast_expression) ... ok test_cast_or_castable_with_derived_type (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_cast_or_castable_with_derived_type) ... ok test_castable_expression (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_castable_expression) ... ok test_ceiling_function (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_ceiling_function) ... ok test_check_variables_method (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_check_variables_method) ... ok test_child_axis (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_child_axis) ... ok test_collection_types_argument (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_collection_types_argument) ... ok test_comma_operator (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_comma_operator) ... ok test_comparison_in_expression (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_comparison_in_expression) ... ok test_comparison_of_sequences (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_comparison_of_sequences) ... ok test_comparison_operators (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_comparison_operators) ... ok test_concat_function (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_concat_function) ... ok test_contains_function (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_contains_function) ... ok test_context_item_expression (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_context_item_expression) ... ok test_context_variables (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_context_variables) ... ok test_count_function (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_count_function) ... ok test_day_time_duration_operators (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_day_time_duration_operators) ... ok test_default_axis (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_default_axis) Tests about when child:: default axis is applied. ... ok test_default_collation_argument (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_default_collation_argument) ... ok test_default_collection_type_argument (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_default_collection_type_argument) ... ok test_default_namespace (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_default_namespace) ... ok test_descendant_axis (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_descendant_axis) ... ok test_descendant_or_self_axis (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_descendant_or_self_axis) ... ok test_descendant_predicate__issue_51 (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_descendant_predicate__issue_51) ... ok test_div_operator (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_div_operator) ... ok test_document_node_accessor (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_document_node_accessor) ... ok test_document_types_argument (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_document_types_argument) ... ok test_double_slash_shortcut (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_double_slash_shortcut) ... ok test_double_slash_shortcut_pr16 (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_double_slash_shortcut_pr16) ... ok test_duration_with_arithmetical_operators (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_duration_with_arithmetical_operators) ... ok test_element_accessor (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_element_accessor) ... ok test_element_decimal_cast (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_element_decimal_cast) ... ok test_element_decimal_comparison_after_round (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_element_decimal_comparison_after_round) ... ok test_empty_sequence_type (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_empty_sequence_type) ... ok test_external_function_arguments (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_external_function_arguments) ... ok test_external_function_arguments__issue_92 (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_external_function_arguments__issue_92) ... ok test_external_function_arity (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_external_function_arity) ... ok test_external_function_registration (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_external_function_registration) ... ok test_floor_function (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_floor_function) ... ok test_following_axis (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_following_axis) ... ok test_following_sibling_axis (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_following_sibling_axis) ... ok test_for_expressions (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_for_expressions) ... ok test_function_namespace (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_function_namespace) ... ok test_function_signatures (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_function_signatures) ... ok test_get_function (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_get_function) ... ok test_idiv_operator (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_idiv_operator) ... ok test_if_expressions (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_if_expressions) ... ok test_input_selector (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_input_selector) ... ok test_instance_of_expression (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_instance_of_expression) ... ok test_invalid_schema_argument (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_invalid_schema_argument) ... ok test_is_instance_function_with_schema (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_is_instance_function_with_schema) ... ok test_issue_093 (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_issue_093) ... ok test_issue_093_with_schema (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_issue_093_with_schema) ... ok test_issue_35_getting_attribute_names (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_issue_35_getting_attribute_names) ... ok test_item_sequence_type (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_item_sequence_type) ... ok test_lang_function (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_lang_function) ... ok test_logical_and_operator (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_logical_and_operator) ... ok test_logical_expressions (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_logical_expressions) ... ok test_logical_expressions_ (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_logical_expressions_) ... ok test_logical_or_operator (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_logical_or_operator) ... ok test_namespace_axis (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_namespace_axis) ... ok test_namespace_axis_on_schema_context (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_namespace_axis_on_schema_context) ... ok test_node_and_node_accessors (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_node_and_node_accessors) ... ok test_node_comparison_operators (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_node_comparison_operators) ... ok test_node_selection (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_node_selection) ... ok test_node_set_functions (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_node_set_functions) ... ok test_node_set_id_function (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_node_set_id_function) ... ok test_node_types (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_node_types) ... ok test_nonempty_elements (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_nonempty_elements) ... ok test_normalize_space_function (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_normalize_space_function) ... ok test_number_function (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_number_function) ... ok test_numerical_add_operator (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_numerical_add_operator) ... ok test_numerical_expressions (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_numerical_expressions) ... ok test_numerical_mod_operator (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_numerical_mod_operator) ... ok test_numerical_sub_operator (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_numerical_sub_operator) ... ok test_operator_ambiguity (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_operator_ambiguity) ... ok test_order_with_descendants__issue_079 (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_order_with_descendants__issue_079) ... ok test_parent_shortcut_and_axis (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_parent_shortcut_and_axis) ... ok test_parenthesized_expression (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_parenthesized_expression) ... ok test_parenthesized_expressions (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_parenthesized_expressions) ... ok test_parser_pickling (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_parser_pickling) ... ok test_parser_position (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_parser_position) ... ok test_path_step_operator (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_path_step_operator) ... ok test_path_step_operator_with_duplicates (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_path_step_operator_with_duplicates) ... ok test_preceding_axis (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_preceding_axis) ... ok test_preceding_sibling_axis (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_preceding_sibling_axis) ... ok test_predicate (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_predicate) ... ok test_prefixed_references (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_prefixed_references) ... ok test_proxy_token_disambiguation__issue_078 (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_proxy_token_disambiguation__issue_078) ... ok test_quantifier_expressions (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_quantifier_expressions) ... ok test_range_expressions (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_range_expressions) ... ok test_raw_resolution_for_issue_73 (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_raw_resolution_for_issue_73) ... ok test_round_function (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_round_function) ... ok test_self_axis (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_self_axis) ... ok test_starts_with_function (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_starts_with_function) ... ok test_statements_ambiguity (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_statements_ambiguity) ... ok test_static_analysis_phase (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_static_analysis_phase) ... ok test_string_function (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_string_function) ... ok test_string_length_function (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_string_length_function) ... ok test_string_representation (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_string_representation) ... ok test_substring_after_function (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_substring_after_function) ... ok test_substring_before_function (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_substring_before_function) ... ok test_substring_function (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_substring_function) ... ok test_subtract_dates (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_subtract_dates) ... ok test_subtract_datetimes (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_subtract_datetimes) ... ok test_subtract_day_time_duration_from_date (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_subtract_day_time_duration_from_date) ... ok test_subtract_day_time_duration_from_datetime (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_subtract_day_time_duration_from_datetime) ... ok test_subtract_day_time_duration_to_time (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_subtract_day_time_duration_to_time) ... ok test_subtract_times (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_subtract_times) ... ok test_subtract_year_month_duration_from_date (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_subtract_year_month_duration_from_date) ... ok test_subtract_year_month_duration_from_datetime (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_subtract_year_month_duration_from_datetime) ... ok test_sum_function (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_sum_function) ... ok test_token_classes (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_token_classes) ... ok test_token_source (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_token_source) ... ok test_token_tree (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_token_tree) ... ok test_tokenizer_ambiguity (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_tokenizer_ambiguity) ... ok test_translate_function (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_translate_function) ... ok test_treat_as_expression (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_treat_as_expression) ... ok test_union (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_union) ... ok test_union_intersect_except_operators (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_union_intersect_except_operators) ... ok test_unknown_axis (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_unknown_axis) ... ok test_unknown_function (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_unknown_function) ... ok test_variable_reference (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_variable_reference) ... ok test_variable_substitution (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_variable_substitution) ... ok test_variable_types_argument (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_variable_types_argument) ... ok test_wrong_nargs (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_wrong_nargs) ... ok test_wrong_syntax (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_wrong_syntax) ... ok test_xpath_comments (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_xpath_comments) ... ok test_xpath_tokenizer (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_xpath_tokenizer) ... ok test_xsd_qname_method (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_xsd_qname_method) ... ok test_year_month_duration_operators (tests.test_xpath2_parser.LxmlXPath2ParserTest.test_year_month_duration_operators) ... ok test_add_day_time_duration_to_datetime (tests.test_xpath2_parser.XPath2ParserTest.test_add_day_time_duration_to_datetime) ... ok test_add_day_time_duration_to_time (tests.test_xpath2_parser.XPath2ParserTest.test_add_day_time_duration_to_time) ... ok test_add_year_month_duration_to_date (tests.test_xpath2_parser.XPath2ParserTest.test_add_year_month_duration_to_date) ... ok test_add_year_month_duration_to_datetime (tests.test_xpath2_parser.XPath2ParserTest.test_add_year_month_duration_to_datetime) ... ok test_addition_and_subtraction_operators (tests.test_xpath2_parser.XPath2ParserTest.test_addition_and_subtraction_operators) ... ok test_ancestor_axes (tests.test_xpath2_parser.XPath2ParserTest.test_ancestor_axes) ... ok test_attribute_abbreviation_and_axis (tests.test_xpath2_parser.XPath2ParserTest.test_attribute_abbreviation_and_axis) ... ok test_attribute_accessor (tests.test_xpath2_parser.XPath2ParserTest.test_attribute_accessor) ... ok test_auxiliary_tokens (tests.test_xpath2_parser.XPath2ParserTest.test_auxiliary_tokens) ... ok test_boolean_context_nonempty_elements (tests.test_xpath2_parser.XPath2ParserTest.test_boolean_context_nonempty_elements) ... ok test_boolean_evaluation_in_selector (tests.test_xpath2_parser.XPath2ParserTest.test_boolean_evaluation_in_selector) ... ok test_boolean_functions (tests.test_xpath2_parser.XPath2ParserTest.test_boolean_functions) ... ok test_braced_uri_literal (tests.test_xpath2_parser.XPath2ParserTest.test_braced_uri_literal) ... ok test_cast_expression (tests.test_xpath2_parser.XPath2ParserTest.test_cast_expression) ... ok test_cast_or_castable_with_derived_type (tests.test_xpath2_parser.XPath2ParserTest.test_cast_or_castable_with_derived_type) ... ok test_castable_expression (tests.test_xpath2_parser.XPath2ParserTest.test_castable_expression) ... ok test_ceiling_function (tests.test_xpath2_parser.XPath2ParserTest.test_ceiling_function) ... ok test_check_variables_method (tests.test_xpath2_parser.XPath2ParserTest.test_check_variables_method) ... ok test_child_axis (tests.test_xpath2_parser.XPath2ParserTest.test_child_axis) ... ok test_collection_types_argument (tests.test_xpath2_parser.XPath2ParserTest.test_collection_types_argument) ... ok test_comma_operator (tests.test_xpath2_parser.XPath2ParserTest.test_comma_operator) ... ok test_comparison_in_expression (tests.test_xpath2_parser.XPath2ParserTest.test_comparison_in_expression) ... ok test_comparison_of_sequences (tests.test_xpath2_parser.XPath2ParserTest.test_comparison_of_sequences) ... ok test_comparison_operators (tests.test_xpath2_parser.XPath2ParserTest.test_comparison_operators) ... ok test_concat_function (tests.test_xpath2_parser.XPath2ParserTest.test_concat_function) ... ok test_contains_function (tests.test_xpath2_parser.XPath2ParserTest.test_contains_function) ... ok test_context_item_expression (tests.test_xpath2_parser.XPath2ParserTest.test_context_item_expression) ... ok test_context_variables (tests.test_xpath2_parser.XPath2ParserTest.test_context_variables) ... ok test_count_function (tests.test_xpath2_parser.XPath2ParserTest.test_count_function) ... ok test_day_time_duration_operators (tests.test_xpath2_parser.XPath2ParserTest.test_day_time_duration_operators) ... ok test_default_axis (tests.test_xpath2_parser.XPath2ParserTest.test_default_axis) Tests about when child:: default axis is applied. ... ok test_default_collation_argument (tests.test_xpath2_parser.XPath2ParserTest.test_default_collation_argument) ... ok test_default_collection_type_argument (tests.test_xpath2_parser.XPath2ParserTest.test_default_collection_type_argument) ... ok test_default_namespace (tests.test_xpath2_parser.XPath2ParserTest.test_default_namespace) ... ok test_descendant_axis (tests.test_xpath2_parser.XPath2ParserTest.test_descendant_axis) ... ok test_descendant_or_self_axis (tests.test_xpath2_parser.XPath2ParserTest.test_descendant_or_self_axis) ... ok test_descendant_predicate__issue_51 (tests.test_xpath2_parser.XPath2ParserTest.test_descendant_predicate__issue_51) ... ok test_div_operator (tests.test_xpath2_parser.XPath2ParserTest.test_div_operator) ... ok test_document_node_accessor (tests.test_xpath2_parser.XPath2ParserTest.test_document_node_accessor) ... ok test_document_types_argument (tests.test_xpath2_parser.XPath2ParserTest.test_document_types_argument) ... ok test_double_slash_shortcut (tests.test_xpath2_parser.XPath2ParserTest.test_double_slash_shortcut) ... ok test_double_slash_shortcut_pr16 (tests.test_xpath2_parser.XPath2ParserTest.test_double_slash_shortcut_pr16) ... ok test_duration_with_arithmetical_operators (tests.test_xpath2_parser.XPath2ParserTest.test_duration_with_arithmetical_operators) ... ok test_element_accessor (tests.test_xpath2_parser.XPath2ParserTest.test_element_accessor) ... ok test_element_decimal_cast (tests.test_xpath2_parser.XPath2ParserTest.test_element_decimal_cast) ... ok test_element_decimal_comparison_after_round (tests.test_xpath2_parser.XPath2ParserTest.test_element_decimal_comparison_after_round) ... ok test_empty_sequence_type (tests.test_xpath2_parser.XPath2ParserTest.test_empty_sequence_type) ... ok test_external_function_arguments (tests.test_xpath2_parser.XPath2ParserTest.test_external_function_arguments) ... ok test_external_function_arguments__issue_92 (tests.test_xpath2_parser.XPath2ParserTest.test_external_function_arguments__issue_92) ... ok test_external_function_arity (tests.test_xpath2_parser.XPath2ParserTest.test_external_function_arity) ... ok test_external_function_registration (tests.test_xpath2_parser.XPath2ParserTest.test_external_function_registration) ... ok test_floor_function (tests.test_xpath2_parser.XPath2ParserTest.test_floor_function) ... ok test_following_axis (tests.test_xpath2_parser.XPath2ParserTest.test_following_axis) ... ok test_following_sibling_axis (tests.test_xpath2_parser.XPath2ParserTest.test_following_sibling_axis) ... ok test_for_expressions (tests.test_xpath2_parser.XPath2ParserTest.test_for_expressions) ... ok test_function_namespace (tests.test_xpath2_parser.XPath2ParserTest.test_function_namespace) ... ok test_function_signatures (tests.test_xpath2_parser.XPath2ParserTest.test_function_signatures) ... ok test_get_function (tests.test_xpath2_parser.XPath2ParserTest.test_get_function) ... ok test_idiv_operator (tests.test_xpath2_parser.XPath2ParserTest.test_idiv_operator) ... ok test_if_expressions (tests.test_xpath2_parser.XPath2ParserTest.test_if_expressions) ... ok test_instance_of_expression (tests.test_xpath2_parser.XPath2ParserTest.test_instance_of_expression) ... ok test_invalid_schema_argument (tests.test_xpath2_parser.XPath2ParserTest.test_invalid_schema_argument) ... ok test_is_instance_function_with_schema (tests.test_xpath2_parser.XPath2ParserTest.test_is_instance_function_with_schema) ... ok test_issue_093 (tests.test_xpath2_parser.XPath2ParserTest.test_issue_093) ... ok test_issue_093_with_schema (tests.test_xpath2_parser.XPath2ParserTest.test_issue_093_with_schema) ... ok test_issue_35_getting_attribute_names (tests.test_xpath2_parser.XPath2ParserTest.test_issue_35_getting_attribute_names) ... ok test_item_sequence_type (tests.test_xpath2_parser.XPath2ParserTest.test_item_sequence_type) ... ok test_lang_function (tests.test_xpath2_parser.XPath2ParserTest.test_lang_function) ... ok test_logical_and_operator (tests.test_xpath2_parser.XPath2ParserTest.test_logical_and_operator) ... ok test_logical_expressions (tests.test_xpath2_parser.XPath2ParserTest.test_logical_expressions) ... ok test_logical_expressions_ (tests.test_xpath2_parser.XPath2ParserTest.test_logical_expressions_) ... ok test_logical_or_operator (tests.test_xpath2_parser.XPath2ParserTest.test_logical_or_operator) ... ok test_namespace_axis (tests.test_xpath2_parser.XPath2ParserTest.test_namespace_axis) ... ok test_namespace_axis_on_schema_context (tests.test_xpath2_parser.XPath2ParserTest.test_namespace_axis_on_schema_context) ... ok test_node_and_node_accessors (tests.test_xpath2_parser.XPath2ParserTest.test_node_and_node_accessors) ... ok test_node_comparison_operators (tests.test_xpath2_parser.XPath2ParserTest.test_node_comparison_operators) ... ok test_node_selection (tests.test_xpath2_parser.XPath2ParserTest.test_node_selection) ... ok test_node_set_functions (tests.test_xpath2_parser.XPath2ParserTest.test_node_set_functions) ... ok test_node_set_id_function (tests.test_xpath2_parser.XPath2ParserTest.test_node_set_id_function) ... ok test_node_types (tests.test_xpath2_parser.XPath2ParserTest.test_node_types) ... ok test_nonempty_elements (tests.test_xpath2_parser.XPath2ParserTest.test_nonempty_elements) ... ok test_normalize_space_function (tests.test_xpath2_parser.XPath2ParserTest.test_normalize_space_function) ... ok test_number_function (tests.test_xpath2_parser.XPath2ParserTest.test_number_function) ... ok test_numerical_add_operator (tests.test_xpath2_parser.XPath2ParserTest.test_numerical_add_operator) ... ok test_numerical_expressions (tests.test_xpath2_parser.XPath2ParserTest.test_numerical_expressions) ... ok test_numerical_mod_operator (tests.test_xpath2_parser.XPath2ParserTest.test_numerical_mod_operator) ... ok test_numerical_sub_operator (tests.test_xpath2_parser.XPath2ParserTest.test_numerical_sub_operator) ... ok test_operator_ambiguity (tests.test_xpath2_parser.XPath2ParserTest.test_operator_ambiguity) ... ok test_order_with_descendants__issue_079 (tests.test_xpath2_parser.XPath2ParserTest.test_order_with_descendants__issue_079) ... ok test_parent_shortcut_and_axis (tests.test_xpath2_parser.XPath2ParserTest.test_parent_shortcut_and_axis) ... ok test_parenthesized_expression (tests.test_xpath2_parser.XPath2ParserTest.test_parenthesized_expression) ... ok test_parenthesized_expressions (tests.test_xpath2_parser.XPath2ParserTest.test_parenthesized_expressions) ... ok test_parser_pickling (tests.test_xpath2_parser.XPath2ParserTest.test_parser_pickling) ... ok test_parser_position (tests.test_xpath2_parser.XPath2ParserTest.test_parser_position) ... ok test_path_step_operator (tests.test_xpath2_parser.XPath2ParserTest.test_path_step_operator) ... ok test_path_step_operator_with_duplicates (tests.test_xpath2_parser.XPath2ParserTest.test_path_step_operator_with_duplicates) ... ok test_preceding_axis (tests.test_xpath2_parser.XPath2ParserTest.test_preceding_axis) ... ok test_preceding_sibling_axis (tests.test_xpath2_parser.XPath2ParserTest.test_preceding_sibling_axis) ... ok test_predicate (tests.test_xpath2_parser.XPath2ParserTest.test_predicate) ... ok test_prefixed_references (tests.test_xpath2_parser.XPath2ParserTest.test_prefixed_references) ... ok test_proxy_token_disambiguation__issue_078 (tests.test_xpath2_parser.XPath2ParserTest.test_proxy_token_disambiguation__issue_078) ... ok test_quantifier_expressions (tests.test_xpath2_parser.XPath2ParserTest.test_quantifier_expressions) ... ok test_range_expressions (tests.test_xpath2_parser.XPath2ParserTest.test_range_expressions) ... ok test_raw_resolution_for_issue_73 (tests.test_xpath2_parser.XPath2ParserTest.test_raw_resolution_for_issue_73) ... ok test_round_function (tests.test_xpath2_parser.XPath2ParserTest.test_round_function) ... ok test_self_axis (tests.test_xpath2_parser.XPath2ParserTest.test_self_axis) ... ok test_starts_with_function (tests.test_xpath2_parser.XPath2ParserTest.test_starts_with_function) ... ok test_statements_ambiguity (tests.test_xpath2_parser.XPath2ParserTest.test_statements_ambiguity) ... ok test_static_analysis_phase (tests.test_xpath2_parser.XPath2ParserTest.test_static_analysis_phase) ... ok test_string_function (tests.test_xpath2_parser.XPath2ParserTest.test_string_function) ... ok test_string_length_function (tests.test_xpath2_parser.XPath2ParserTest.test_string_length_function) ... ok test_string_representation (tests.test_xpath2_parser.XPath2ParserTest.test_string_representation) ... ok test_substring_after_function (tests.test_xpath2_parser.XPath2ParserTest.test_substring_after_function) ... ok test_substring_before_function (tests.test_xpath2_parser.XPath2ParserTest.test_substring_before_function) ... ok test_substring_function (tests.test_xpath2_parser.XPath2ParserTest.test_substring_function) ... ok test_subtract_dates (tests.test_xpath2_parser.XPath2ParserTest.test_subtract_dates) ... ok test_subtract_datetimes (tests.test_xpath2_parser.XPath2ParserTest.test_subtract_datetimes) ... ok test_subtract_day_time_duration_from_date (tests.test_xpath2_parser.XPath2ParserTest.test_subtract_day_time_duration_from_date) ... ok test_subtract_day_time_duration_from_datetime (tests.test_xpath2_parser.XPath2ParserTest.test_subtract_day_time_duration_from_datetime) ... ok test_subtract_day_time_duration_to_time (tests.test_xpath2_parser.XPath2ParserTest.test_subtract_day_time_duration_to_time) ... ok test_subtract_times (tests.test_xpath2_parser.XPath2ParserTest.test_subtract_times) ... ok test_subtract_year_month_duration_from_date (tests.test_xpath2_parser.XPath2ParserTest.test_subtract_year_month_duration_from_date) ... ok test_subtract_year_month_duration_from_datetime (tests.test_xpath2_parser.XPath2ParserTest.test_subtract_year_month_duration_from_datetime) ... ok test_sum_function (tests.test_xpath2_parser.XPath2ParserTest.test_sum_function) ... ok test_token_classes (tests.test_xpath2_parser.XPath2ParserTest.test_token_classes) ... ok test_token_source (tests.test_xpath2_parser.XPath2ParserTest.test_token_source) ... ok test_token_tree (tests.test_xpath2_parser.XPath2ParserTest.test_token_tree) ... ok test_tokenizer_ambiguity (tests.test_xpath2_parser.XPath2ParserTest.test_tokenizer_ambiguity) ... ok test_translate_function (tests.test_xpath2_parser.XPath2ParserTest.test_translate_function) ... ok test_treat_as_expression (tests.test_xpath2_parser.XPath2ParserTest.test_treat_as_expression) ... ok test_union (tests.test_xpath2_parser.XPath2ParserTest.test_union) ... ok test_union_intersect_except_operators (tests.test_xpath2_parser.XPath2ParserTest.test_union_intersect_except_operators) ... ok test_unknown_axis (tests.test_xpath2_parser.XPath2ParserTest.test_unknown_axis) ... ok test_unknown_function (tests.test_xpath2_parser.XPath2ParserTest.test_unknown_function) ... ok test_variable_reference (tests.test_xpath2_parser.XPath2ParserTest.test_variable_reference) ... ok test_variable_substitution (tests.test_xpath2_parser.XPath2ParserTest.test_variable_substitution) ... ok test_variable_types_argument (tests.test_xpath2_parser.XPath2ParserTest.test_variable_types_argument) ... ok test_wrong_nargs (tests.test_xpath2_parser.XPath2ParserTest.test_wrong_nargs) ... ok test_wrong_syntax (tests.test_xpath2_parser.XPath2ParserTest.test_wrong_syntax) ... ok test_xpath_comments (tests.test_xpath2_parser.XPath2ParserTest.test_xpath_comments) ... ok test_xpath_tokenizer (tests.test_xpath2_parser.XPath2ParserTest.test_xpath_tokenizer) ... ok test_xsd_qname_method (tests.test_xpath2_parser.XPath2ParserTest.test_xsd_qname_method) ... ok test_year_month_duration_operators (tests.test_xpath2_parser.XPath2ParserTest.test_year_month_duration_operators) ... ok test_any_uri_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_any_uri_constructor) ... ok test_base64_binary_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_base64_binary_constructor) ... ok test_boolean_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_boolean_constructor) ... ok test_constructor_class (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_constructor_class) ... ok test_date_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_date_constructor) ... ok test_datetime_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_datetime_constructor) ... ok test_datetimestamp_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_datetimestamp_constructor) ... ok test_day_time_duration_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_day_time_duration_constructor) ... ok test_decimal_constructors (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_decimal_constructors) ... ok test_double_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_double_constructor) ... ok test_duration_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_duration_constructor) ... ok test_entity_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_entity_constructor) ... ok test_float_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_float_constructor) ... ok test_gregorian_day_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_gregorian_day_constructor) ... ok test_gregorian_month_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_gregorian_month_constructor) ... ok test_gregorian_month_day_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_gregorian_month_day_constructor) ... ok test_gregorian_year_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_gregorian_year_constructor) ... ok test_gregorian_year_month_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_gregorian_year_month_constructor) ... ok test_hex_binary_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_hex_binary_constructor) ... ok test_id_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_id_constructor) ... ok test_idref_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_idref_constructor) ... ok test_integer_constructors (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_integer_constructors) ... ok test_invalid_arguments (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_invalid_arguments) ... ok test_language_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_language_constructor) ... ok test_limited_integer_constructors (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_limited_integer_constructors) ... ok test_missing_context_on_namespaced_name__issue_068 (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_missing_context_on_namespaced_name__issue_068) ... ok test_name_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_name_constructor) ... ok test_ncname_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_ncname_constructor) ... ok test_nmtoken_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_nmtoken_constructor) ... ok test_normalized_string_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_normalized_string_constructor) ... ok test_notation_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_notation_constructor) ... ok test_qname_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_qname_constructor) ... ok test_string_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_string_constructor) ... ok test_time_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_time_constructor) ... ok test_token_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_token_constructor) ... ok test_unknown_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_unknown_constructor) ... ok test_untyped_atomic_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_untyped_atomic_constructor) ... ok test_year_month_duration_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest.test_year_month_duration_constructor) ... ok test_abs_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_abs_function) ... ok test_acos_math_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_acos_math_function) ... ok test_adjust_date_to_timezone_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_adjust_date_to_timezone_function) ... ok test_adjust_datetime_to_timezone_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_adjust_datetime_to_timezone_function) ... ok test_adjust_time_to_timezone_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_adjust_time_to_timezone_function) ... ok test_analyze_string_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_analyze_string_function) ... ok test_asin_math_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_asin_math_function) ... ok test_atan2_math_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_atan2_math_function) ... ok test_atan_math_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_atan_math_function) ... ok test_available_environment_variables_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_available_environment_variables_function) ... ok test_avg_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_avg_function) ... ok test_base_uri_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_base_uri_function) ... ok test_boolean_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_boolean_function) ... ok test_codepoint_equal_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_codepoint_equal_function) ... ok test_codepoints_to_string_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_codepoints_to_string_function) ... ok test_collection_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_collection_function) ... ok test_compare_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_compare_function) ... ok test_context_datetime_functions (tests.test_xpath30.LxmlXPath30FunctionsTest.test_context_datetime_functions) ... ok test_cos_math_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_cos_math_function) ... ok test_count_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_count_function) ... ok test_data_function_with_typed_nodes (tests.test_xpath30.LxmlXPath30FunctionsTest.test_data_function_with_typed_nodes) ... ok test_datetime_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_datetime_function) ... ok test_day_from_date_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_day_from_date_function) ... ok test_day_from_datetime_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_day_from_datetime_function) ... ok test_days_from_duration_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_days_from_duration_function) ... ok test_deep_equal_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_deep_equal_function) ... ok test_deep_equal_function_on_nested_sequences (tests.test_xpath30.LxmlXPath30FunctionsTest.test_deep_equal_function_on_nested_sequences) ... ok test_default_collation_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_default_collation_function) ... ok test_distinct_values_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_distinct_values_function) ... ok test_doc_functions (tests.test_xpath30.LxmlXPath30FunctionsTest.test_doc_functions) ... ok test_document_uri_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_document_uri_function) ... ok test_empty_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_empty_function) ... ok test_encode_for_uri_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_encode_for_uri_function) ... ok test_ends_with_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_ends_with_function) ... ok test_environment_variable_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_environment_variable_function) ... ok test_error_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_error_function) ... ok test_escape_html_uri_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_escape_html_uri_function) ... ok test_exists_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_exists_function) ... ok test_exp10_math_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_exp10_math_function) ... ok test_exp_math_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_exp_math_function) ... ok test_filter (tests.test_xpath30.LxmlXPath30FunctionsTest.test_filter) ... ok test_fold_left (tests.test_xpath30.LxmlXPath30FunctionsTest.test_fold_left) ... ok test_fold_right (tests.test_xpath30.LxmlXPath30FunctionsTest.test_fold_right) ... ok test_for_each (tests.test_xpath30.LxmlXPath30FunctionsTest.test_for_each) ... ok test_for_each_pair (tests.test_xpath30.LxmlXPath30FunctionsTest.test_for_each_pair) ... ok test_format_integer (tests.test_xpath30.LxmlXPath30FunctionsTest.test_format_integer) ... ok test_function_arity (tests.test_xpath30.LxmlXPath30FunctionsTest.test_function_arity) ... ok test_function_lookup (tests.test_xpath30.LxmlXPath30FunctionsTest.test_function_lookup) ... ok test_function_name (tests.test_xpath30.LxmlXPath30FunctionsTest.test_function_name) ... ok test_generate_id_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_generate_id_function) ... ok test_has_children_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_has_children_function) ... ok test_head_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_head_function) ... ok test_hours_from_datetime_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_hours_from_datetime_function) ... ok test_hours_from_duration_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_hours_from_duration_function) ... ok test_hours_from_time_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_hours_from_time_function) ... ok test_in_scope_prefixes_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_in_scope_prefixes_function) ... ok test_index_of_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_index_of_function) ... ok test_inline_function_expression (tests.test_xpath30.LxmlXPath30FunctionsTest.test_inline_function_expression) ... ok test_innermost_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_innermost_function) ... ok test_insert_before_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_insert_before_function) ... ok test_iri_to_uri_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_iri_to_uri_function) ... ok test_local_name_from_qname_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_local_name_from_qname_function) ... ok test_log10_math_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_log10_math_function) ... ok test_log_math_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_log_math_function) ... ok test_lower_case_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_lower_case_function) ... ok test_matches_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_matches_function) ... ok test_max_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_max_function) ... ok test_min_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_min_function) ... ok test_minutes_from_datetime_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_minutes_from_datetime_function) ... ok test_minutes_from_duration_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_minutes_from_duration_function) ... ok test_minutes_from_time_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_minutes_from_time_function) ... ok test_month_from_date_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_month_from_date_function) ... ok test_month_from_datetime_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_month_from_datetime_function) ... ok test_months_from_duration_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_months_from_duration_function) ... ok test_namespace_uri_for_prefix_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_namespace_uri_for_prefix_function) ... ok test_namespace_uri_from_qname_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_namespace_uri_from_qname_function) ... ok test_node_accessor_functions (tests.test_xpath30.LxmlXPath30FunctionsTest.test_node_accessor_functions) ... ok test_node_name_function__issue__091 (tests.test_xpath30.LxmlXPath30FunctionsTest.test_node_name_function__issue__091) ... ok test_node_set_id_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_node_set_id_function) ... ok test_node_set_id_function_with_schema (tests.test_xpath30.LxmlXPath30FunctionsTest.test_node_set_id_function_with_schema) ... ok test_node_set_id_function_with_wrong_schema (tests.test_xpath30.LxmlXPath30FunctionsTest.test_node_set_id_function_with_wrong_schema) ... ok test_node_set_idref_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_node_set_idref_function) ... ok test_normalize_unicode_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_normalize_unicode_function) ... ok test_odd_children_serialization__issue_056 (tests.test_xpath30.LxmlXPath30FunctionsTest.test_odd_children_serialization__issue_056) ... ok test_outermost_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_outermost_function) ... ok test_outermost_function_call__issue_092 (tests.test_xpath30.LxmlXPath30FunctionsTest.test_outermost_function_call__issue_092) ... ok test_parse_xml_fragment_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_parse_xml_fragment_function) ... ok test_parse_xml_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_parse_xml_function) ... ok test_path_function__issue_067 (tests.test_xpath30.LxmlXPath30FunctionsTest.test_path_function__issue_067) ... ok test_path_function_with_namespaces (tests.test_xpath30.LxmlXPath30FunctionsTest.test_path_function_with_namespaces) ... ok test_path_function_with_same_child (tests.test_xpath30.LxmlXPath30FunctionsTest.test_path_function_with_same_child) ... ok test_pi_math_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_pi_math_function) ... ok test_pow_math_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_pow_math_function) ... ok test_prefix_from_qname_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_prefix_from_qname_function) ... ok test_qname_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_qname_function) ... ok test_remove_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_remove_function) ... ok test_replace_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_replace_function) ... ok test_resolve_qname_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_resolve_qname_function) ... ok test_resolve_uri_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_resolve_uri_function) ... ok test_reverse_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_reverse_function) ... ok test_root_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_root_function) ... ok test_round_half_to_even_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_round_half_to_even_function) ... ok test_seconds_from_datetime_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_seconds_from_datetime_function) ... ok test_seconds_from_duration_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_seconds_from_duration_function) ... ok test_seconds_from_time_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_seconds_from_time_function) ... ok test_sequence_cardinality_functions (tests.test_xpath30.LxmlXPath30FunctionsTest.test_sequence_cardinality_functions) ... ok test_serialize_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_serialize_function) ... ok test_sin_math_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_sin_math_function) ... ok test_sqrt_math_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_sqrt_math_function) ... ok test_static_base_uri_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_static_base_uri_function) ... ok test_string_and_data_functions (tests.test_xpath30.LxmlXPath30FunctionsTest.test_string_and_data_functions) ... ok test_string_join_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_string_join_function) ... ok test_string_to_codepoints_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_string_to_codepoints_function) ... ok test_subsequence_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_subsequence_function) ... ok test_sum_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_sum_function) ... ok test_tail_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_tail_function) ... ok test_tan_math_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_tan_math_function) ... ok test_timezone_from_date_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_timezone_from_date_function) ... ok test_timezone_from_datetime_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_timezone_from_datetime_function) ... ok test_timezone_from_time_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_timezone_from_time_function) ... ok test_tokenize_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_tokenize_function) ... ok test_trace_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_trace_function) ... ok test_unordered_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_unordered_function) ... ok test_unparsed_text_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_unparsed_text_function) ... ok test_upper_case_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_upper_case_function) ... ok test_year_from_date_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_year_from_date_function) ... ok test_year_from_datetime_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_year_from_datetime_function) ... ok test_years_from_duration_function (tests.test_xpath30.LxmlXPath30FunctionsTest.test_years_from_duration_function) ... ok test_add_day_time_duration_to_datetime (tests.test_xpath30.LxmlXPath30ParserTest.test_add_day_time_duration_to_datetime) ... ok test_add_day_time_duration_to_time (tests.test_xpath30.LxmlXPath30ParserTest.test_add_day_time_duration_to_time) ... ok test_add_year_month_duration_to_date (tests.test_xpath30.LxmlXPath30ParserTest.test_add_year_month_duration_to_date) ... ok test_add_year_month_duration_to_datetime (tests.test_xpath30.LxmlXPath30ParserTest.test_add_year_month_duration_to_datetime) ... ok test_addition_and_subtraction_operators (tests.test_xpath30.LxmlXPath30ParserTest.test_addition_and_subtraction_operators) ... ok test_ancestor_axes (tests.test_xpath30.LxmlXPath30ParserTest.test_ancestor_axes) ... ok test_attribute_abbreviation_and_axis (tests.test_xpath30.LxmlXPath30ParserTest.test_attribute_abbreviation_and_axis) ... ok test_attribute_accessor (tests.test_xpath30.LxmlXPath30ParserTest.test_attribute_accessor) ... ok test_auxiliary_tokens (tests.test_xpath30.LxmlXPath30ParserTest.test_auxiliary_tokens) ... ok test_boolean_context_nonempty_elements (tests.test_xpath30.LxmlXPath30ParserTest.test_boolean_context_nonempty_elements) ... ok test_boolean_evaluation_in_selector (tests.test_xpath30.LxmlXPath30ParserTest.test_boolean_evaluation_in_selector) ... ok test_boolean_functions (tests.test_xpath30.LxmlXPath30ParserTest.test_boolean_functions) ... ok test_braced_uri_literal (tests.test_xpath30.LxmlXPath30ParserTest.test_braced_uri_literal) ... ok test_cast_expression (tests.test_xpath30.LxmlXPath30ParserTest.test_cast_expression) ... ok test_cast_or_castable_with_derived_type (tests.test_xpath30.LxmlXPath30ParserTest.test_cast_or_castable_with_derived_type) ... ok test_castable_expression (tests.test_xpath30.LxmlXPath30ParserTest.test_castable_expression) ... ok test_ceiling_function (tests.test_xpath30.LxmlXPath30ParserTest.test_ceiling_function) ... ok test_check_variables_method (tests.test_xpath30.LxmlXPath30ParserTest.test_check_variables_method) ... ok test_child_axis (tests.test_xpath30.LxmlXPath30ParserTest.test_child_axis) ... ok test_collection_types_argument (tests.test_xpath30.LxmlXPath30ParserTest.test_collection_types_argument) ... ok test_comma_operator (tests.test_xpath30.LxmlXPath30ParserTest.test_comma_operator) ... ok test_comparison_in_expression (tests.test_xpath30.LxmlXPath30ParserTest.test_comparison_in_expression) ... ok test_comparison_of_sequences (tests.test_xpath30.LxmlXPath30ParserTest.test_comparison_of_sequences) ... ok test_comparison_operators (tests.test_xpath30.LxmlXPath30ParserTest.test_comparison_operators) ... ok test_concat_function (tests.test_xpath30.LxmlXPath30ParserTest.test_concat_function) ... ok test_concat_operator (tests.test_xpath30.LxmlXPath30ParserTest.test_concat_operator) ... ok test_contains_function (tests.test_xpath30.LxmlXPath30ParserTest.test_contains_function) ... ok test_context_item_expression (tests.test_xpath30.LxmlXPath30ParserTest.test_context_item_expression) ... ok test_context_variables (tests.test_xpath30.LxmlXPath30ParserTest.test_context_variables) ... ok test_count_function (tests.test_xpath30.LxmlXPath30ParserTest.test_count_function) ... ok test_day_time_duration_operators (tests.test_xpath30.LxmlXPath30ParserTest.test_day_time_duration_operators) ... ok test_decimal_formats_argument (tests.test_xpath30.LxmlXPath30ParserTest.test_decimal_formats_argument) ... ok test_default_axis (tests.test_xpath30.LxmlXPath30ParserTest.test_default_axis) Tests about when child:: default axis is applied. ... ok test_default_collation_argument (tests.test_xpath30.LxmlXPath30ParserTest.test_default_collation_argument) ... ok test_default_collection_type_argument (tests.test_xpath30.LxmlXPath30ParserTest.test_default_collection_type_argument) ... ok test_default_namespace (tests.test_xpath30.LxmlXPath30ParserTest.test_default_namespace) ... ok test_defuse_xml_argument (tests.test_xpath30.LxmlXPath30ParserTest.test_defuse_xml_argument) ... ok test_descendant_axis (tests.test_xpath30.LxmlXPath30ParserTest.test_descendant_axis) ... ok test_descendant_or_self_axis (tests.test_xpath30.LxmlXPath30ParserTest.test_descendant_or_self_axis) ... ok test_descendant_predicate__issue_51 (tests.test_xpath30.LxmlXPath30ParserTest.test_descendant_predicate__issue_51) ... ok test_div_operator (tests.test_xpath30.LxmlXPath30ParserTest.test_div_operator) ... ok test_document_node_accessor (tests.test_xpath30.LxmlXPath30ParserTest.test_document_node_accessor) ... ok test_document_types_argument (tests.test_xpath30.LxmlXPath30ParserTest.test_document_types_argument) ... ok test_double_slash_shortcut (tests.test_xpath30.LxmlXPath30ParserTest.test_double_slash_shortcut) ... ok test_double_slash_shortcut_pr16 (tests.test_xpath30.LxmlXPath30ParserTest.test_double_slash_shortcut_pr16) ... ok test_duration_with_arithmetical_operators (tests.test_xpath30.LxmlXPath30ParserTest.test_duration_with_arithmetical_operators) ... ok test_dynamic_function_call (tests.test_xpath30.LxmlXPath30ParserTest.test_dynamic_function_call) ... ok test_element_accessor (tests.test_xpath30.LxmlXPath30ParserTest.test_element_accessor) ... ok test_element_decimal_cast (tests.test_xpath30.LxmlXPath30ParserTest.test_element_decimal_cast) ... ok test_element_decimal_comparison_after_round (tests.test_xpath30.LxmlXPath30ParserTest.test_element_decimal_comparison_after_round) ... ok test_empty_sequence_type (tests.test_xpath30.LxmlXPath30ParserTest.test_empty_sequence_type) ... ok test_external_function_arguments (tests.test_xpath30.LxmlXPath30ParserTest.test_external_function_arguments) ... ok test_external_function_arguments__issue_92 (tests.test_xpath30.LxmlXPath30ParserTest.test_external_function_arguments__issue_92) ... ok test_external_function_arity (tests.test_xpath30.LxmlXPath30ParserTest.test_external_function_arity) ... ok test_external_function_registration (tests.test_xpath30.LxmlXPath30ParserTest.test_external_function_registration) ... ok test_floor_function (tests.test_xpath30.LxmlXPath30ParserTest.test_floor_function) ... ok test_following_axis (tests.test_xpath30.LxmlXPath30ParserTest.test_following_axis) ... ok test_following_sibling_axis (tests.test_xpath30.LxmlXPath30ParserTest.test_following_sibling_axis) ... ok test_for_expressions (tests.test_xpath30.LxmlXPath30ParserTest.test_for_expressions) ... ok test_function_match (tests.test_xpath30.LxmlXPath30ParserTest.test_function_match) ... ok test_function_namespace (tests.test_xpath30.LxmlXPath30ParserTest.test_function_namespace) ... ok test_function_signatures (tests.test_xpath30.LxmlXPath30ParserTest.test_function_signatures) ... ok test_function_test (tests.test_xpath30.LxmlXPath30ParserTest.test_function_test) ... ok test_get_function (tests.test_xpath30.LxmlXPath30ParserTest.test_get_function) ... ok test_idiv_operator (tests.test_xpath30.LxmlXPath30ParserTest.test_idiv_operator) ... ok test_if_expressions (tests.test_xpath30.LxmlXPath30ParserTest.test_if_expressions) ... ok test_instance_of_expression (tests.test_xpath30.LxmlXPath30ParserTest.test_instance_of_expression) ... ok test_int_to_alphabetic (tests.test_xpath30.LxmlXPath30ParserTest.test_int_to_alphabetic) ... ok test_int_to_roman (tests.test_xpath30.LxmlXPath30ParserTest.test_int_to_roman) ... ok test_int_to_words (tests.test_xpath30.LxmlXPath30ParserTest.test_int_to_words) ... ok test_invalid_schema_argument (tests.test_xpath30.LxmlXPath30ParserTest.test_invalid_schema_argument) ... ok test_is_instance_function_with_schema (tests.test_xpath30.LxmlXPath30ParserTest.test_is_instance_function_with_schema) ... ok test_issue_093 (tests.test_xpath30.LxmlXPath30ParserTest.test_issue_093) ... ok test_issue_093_with_schema (tests.test_xpath30.LxmlXPath30ParserTest.test_issue_093_with_schema) ... ok test_issue_35_getting_attribute_names (tests.test_xpath30.LxmlXPath30ParserTest.test_issue_35_getting_attribute_names) ... ok test_item_sequence_type (tests.test_xpath30.LxmlXPath30ParserTest.test_item_sequence_type) ... ok test_lang_function (tests.test_xpath30.LxmlXPath30ParserTest.test_lang_function) ... ok test_let_expression (tests.test_xpath30.LxmlXPath30ParserTest.test_let_expression) ... ok test_logical_and_operator (tests.test_xpath30.LxmlXPath30ParserTest.test_logical_and_operator) ... ok test_logical_expressions (tests.test_xpath30.LxmlXPath30ParserTest.test_logical_expressions) ... ok test_logical_expressions_ (tests.test_xpath30.LxmlXPath30ParserTest.test_logical_expressions_) ... ok test_logical_or_operator (tests.test_xpath30.LxmlXPath30ParserTest.test_logical_or_operator) ... ok test_namespace_axis (tests.test_xpath30.LxmlXPath30ParserTest.test_namespace_axis) ... ok test_namespace_axis_on_schema_context (tests.test_xpath30.LxmlXPath30ParserTest.test_namespace_axis_on_schema_context) ... ok test_node_and_node_accessors (tests.test_xpath30.LxmlXPath30ParserTest.test_node_and_node_accessors) ... ok test_node_comparison_operators (tests.test_xpath30.LxmlXPath30ParserTest.test_node_comparison_operators) ... ok test_node_selection (tests.test_xpath30.LxmlXPath30ParserTest.test_node_selection) ... ok test_node_set_functions (tests.test_xpath30.LxmlXPath30ParserTest.test_node_set_functions) ... ok test_node_set_id_function (tests.test_xpath30.LxmlXPath30ParserTest.test_node_set_id_function) ... ok test_node_types (tests.test_xpath30.LxmlXPath30ParserTest.test_node_types) ... ok test_nonempty_elements (tests.test_xpath30.LxmlXPath30ParserTest.test_nonempty_elements) ... ok test_normalize_space_function (tests.test_xpath30.LxmlXPath30ParserTest.test_normalize_space_function) ... ok test_number_function (tests.test_xpath30.LxmlXPath30ParserTest.test_number_function) ... ok test_numerical_add_operator (tests.test_xpath30.LxmlXPath30ParserTest.test_numerical_add_operator) ... ok test_numerical_expressions (tests.test_xpath30.LxmlXPath30ParserTest.test_numerical_expressions) ... ok test_numerical_mod_operator (tests.test_xpath30.LxmlXPath30ParserTest.test_numerical_mod_operator) ... ok test_numerical_sub_operator (tests.test_xpath30.LxmlXPath30ParserTest.test_numerical_sub_operator) ... ok test_operator_ambiguity (tests.test_xpath30.LxmlXPath30ParserTest.test_operator_ambiguity) ... ok test_order_with_descendants__issue_079 (tests.test_xpath30.LxmlXPath30ParserTest.test_order_with_descendants__issue_079) ... ok test_parent_shortcut_and_axis (tests.test_xpath30.LxmlXPath30ParserTest.test_parent_shortcut_and_axis) ... ok test_parenthesized_expression (tests.test_xpath30.LxmlXPath30ParserTest.test_parenthesized_expression) ... ok test_parenthesized_expressions (tests.test_xpath30.LxmlXPath30ParserTest.test_parenthesized_expressions) ... ok test_parser_pickling (tests.test_xpath30.LxmlXPath30ParserTest.test_parser_pickling) ... ok test_parser_position (tests.test_xpath30.LxmlXPath30ParserTest.test_parser_position) ... ok test_path_step_operator (tests.test_xpath30.LxmlXPath30ParserTest.test_path_step_operator) ... ok test_path_step_operator_with_duplicates (tests.test_xpath30.LxmlXPath30ParserTest.test_path_step_operator_with_duplicates) ... ok test_picture_pattern (tests.test_xpath30.LxmlXPath30ParserTest.test_picture_pattern) ... ok test_preceding_axis (tests.test_xpath30.LxmlXPath30ParserTest.test_preceding_axis) ... ok test_preceding_sibling_axis (tests.test_xpath30.LxmlXPath30ParserTest.test_preceding_sibling_axis) ... ok test_predicate (tests.test_xpath30.LxmlXPath30ParserTest.test_predicate) ... ok test_prefixed_references (tests.test_xpath30.LxmlXPath30ParserTest.test_prefixed_references) ... ok test_proxy_token_disambiguation__issue_078 (tests.test_xpath30.LxmlXPath30ParserTest.test_proxy_token_disambiguation__issue_078) ... ok test_quantifier_expressions (tests.test_xpath30.LxmlXPath30ParserTest.test_quantifier_expressions) ... ok test_range_expressions (tests.test_xpath30.LxmlXPath30ParserTest.test_range_expressions) ... ok test_raw_resolution_for_issue_73 (tests.test_xpath30.LxmlXPath30ParserTest.test_raw_resolution_for_issue_73) ... ok test_round_function (tests.test_xpath30.LxmlXPath30ParserTest.test_round_function) ... ok test_self_axis (tests.test_xpath30.LxmlXPath30ParserTest.test_self_axis) ... ok test_starts_with_function (tests.test_xpath30.LxmlXPath30ParserTest.test_starts_with_function) ... ok test_statements_ambiguity (tests.test_xpath30.LxmlXPath30ParserTest.test_statements_ambiguity) ... ok test_static_analysis_phase (tests.test_xpath30.LxmlXPath30ParserTest.test_static_analysis_phase) ... ok test_string_function (tests.test_xpath30.LxmlXPath30ParserTest.test_string_function) ... ok test_string_length_function (tests.test_xpath30.LxmlXPath30ParserTest.test_string_length_function) ... ok test_string_representation (tests.test_xpath30.LxmlXPath30ParserTest.test_string_representation) ... ok test_substring_after_function (tests.test_xpath30.LxmlXPath30ParserTest.test_substring_after_function) ... ok test_substring_before_function (tests.test_xpath30.LxmlXPath30ParserTest.test_substring_before_function) ... ok test_substring_function (tests.test_xpath30.LxmlXPath30ParserTest.test_substring_function) ... ok test_subtract_dates (tests.test_xpath30.LxmlXPath30ParserTest.test_subtract_dates) ... ok test_subtract_datetimes (tests.test_xpath30.LxmlXPath30ParserTest.test_subtract_datetimes) ... ok test_subtract_day_time_duration_from_date (tests.test_xpath30.LxmlXPath30ParserTest.test_subtract_day_time_duration_from_date) ... ok test_subtract_day_time_duration_from_datetime (tests.test_xpath30.LxmlXPath30ParserTest.test_subtract_day_time_duration_from_datetime) ... ok test_subtract_day_time_duration_to_time (tests.test_xpath30.LxmlXPath30ParserTest.test_subtract_day_time_duration_to_time) ... ok test_subtract_times (tests.test_xpath30.LxmlXPath30ParserTest.test_subtract_times) ... ok test_subtract_year_month_duration_from_date (tests.test_xpath30.LxmlXPath30ParserTest.test_subtract_year_month_duration_from_date) ... ok test_subtract_year_month_duration_from_datetime (tests.test_xpath30.LxmlXPath30ParserTest.test_subtract_year_month_duration_from_datetime) ... ok test_sum_function (tests.test_xpath30.LxmlXPath30ParserTest.test_sum_function) ... ok test_token_classes (tests.test_xpath30.LxmlXPath30ParserTest.test_token_classes) ... ok test_token_source (tests.test_xpath30.LxmlXPath30ParserTest.test_token_source) ... ok test_token_tree (tests.test_xpath30.LxmlXPath30ParserTest.test_token_tree) ... ok test_tokenizer_ambiguity (tests.test_xpath30.LxmlXPath30ParserTest.test_tokenizer_ambiguity) ... ok test_translate_function (tests.test_xpath30.LxmlXPath30ParserTest.test_translate_function) ... ok test_treat_as_expression (tests.test_xpath30.LxmlXPath30ParserTest.test_treat_as_expression) ... ok test_union (tests.test_xpath30.LxmlXPath30ParserTest.test_union) ... ok test_union_intersect_except_operators (tests.test_xpath30.LxmlXPath30ParserTest.test_union_intersect_except_operators) ... ok test_unknown_axis (tests.test_xpath30.LxmlXPath30ParserTest.test_unknown_axis) ... ok test_unknown_function (tests.test_xpath30.LxmlXPath30ParserTest.test_unknown_function) ... ok test_variable_reference (tests.test_xpath30.LxmlXPath30ParserTest.test_variable_reference) ... ok test_variable_substitution (tests.test_xpath30.LxmlXPath30ParserTest.test_variable_substitution) ... ok test_variable_types_argument (tests.test_xpath30.LxmlXPath30ParserTest.test_variable_types_argument) ... ok test_wrong_nargs (tests.test_xpath30.LxmlXPath30ParserTest.test_wrong_nargs) ... ok test_wrong_syntax (tests.test_xpath30.LxmlXPath30ParserTest.test_wrong_syntax) ... ok test_xpath_comments (tests.test_xpath30.LxmlXPath30ParserTest.test_xpath_comments) ... ok test_xpath_tokenizer (tests.test_xpath30.LxmlXPath30ParserTest.test_xpath_tokenizer) ... ok test_xsd_qname_method (tests.test_xpath30.LxmlXPath30ParserTest.test_xsd_qname_method) ... ok test_year_month_duration_operators (tests.test_xpath30.LxmlXPath30ParserTest.test_year_month_duration_operators) ... ok test_any_uri_constructor (tests.test_xpath30.XPath30ConstructorsTest.test_any_uri_constructor) ... ok test_base64_binary_constructor (tests.test_xpath30.XPath30ConstructorsTest.test_base64_binary_constructor) ... ok test_boolean_constructor (tests.test_xpath30.XPath30ConstructorsTest.test_boolean_constructor) ... ok test_constructor_class (tests.test_xpath30.XPath30ConstructorsTest.test_constructor_class) ... ok test_date_constructor (tests.test_xpath30.XPath30ConstructorsTest.test_date_constructor) ... ok test_datetime_constructor (tests.test_xpath30.XPath30ConstructorsTest.test_datetime_constructor) ... ok test_datetimestamp_constructor (tests.test_xpath30.XPath30ConstructorsTest.test_datetimestamp_constructor) ... ok test_day_time_duration_constructor (tests.test_xpath30.XPath30ConstructorsTest.test_day_time_duration_constructor) ... ok test_decimal_constructors (tests.test_xpath30.XPath30ConstructorsTest.test_decimal_constructors) ... ok test_double_constructor (tests.test_xpath30.XPath30ConstructorsTest.test_double_constructor) ... ok test_duration_constructor (tests.test_xpath30.XPath30ConstructorsTest.test_duration_constructor) ... ok test_entity_constructor (tests.test_xpath30.XPath30ConstructorsTest.test_entity_constructor) ... ok test_float_constructor (tests.test_xpath30.XPath30ConstructorsTest.test_float_constructor) ... ok test_gregorian_day_constructor (tests.test_xpath30.XPath30ConstructorsTest.test_gregorian_day_constructor) ... ok test_gregorian_month_constructor (tests.test_xpath30.XPath30ConstructorsTest.test_gregorian_month_constructor) ... ok test_gregorian_month_day_constructor (tests.test_xpath30.XPath30ConstructorsTest.test_gregorian_month_day_constructor) ... ok test_gregorian_year_constructor (tests.test_xpath30.XPath30ConstructorsTest.test_gregorian_year_constructor) ... ok test_gregorian_year_month_constructor (tests.test_xpath30.XPath30ConstructorsTest.test_gregorian_year_month_constructor) ... ok test_hex_binary_constructor (tests.test_xpath30.XPath30ConstructorsTest.test_hex_binary_constructor) ... ok test_id_constructor (tests.test_xpath30.XPath30ConstructorsTest.test_id_constructor) ... ok test_idref_constructor (tests.test_xpath30.XPath30ConstructorsTest.test_idref_constructor) ... ok test_integer_constructors (tests.test_xpath30.XPath30ConstructorsTest.test_integer_constructors) ... ok test_invalid_arguments (tests.test_xpath30.XPath30ConstructorsTest.test_invalid_arguments) ... ok test_language_constructor (tests.test_xpath30.XPath30ConstructorsTest.test_language_constructor) ... ok test_limited_integer_constructors (tests.test_xpath30.XPath30ConstructorsTest.test_limited_integer_constructors) ... ok test_missing_context_on_namespaced_name__issue_068 (tests.test_xpath30.XPath30ConstructorsTest.test_missing_context_on_namespaced_name__issue_068) ... ok test_name_constructor (tests.test_xpath30.XPath30ConstructorsTest.test_name_constructor) ... ok test_ncname_constructor (tests.test_xpath30.XPath30ConstructorsTest.test_ncname_constructor) ... ok test_nmtoken_constructor (tests.test_xpath30.XPath30ConstructorsTest.test_nmtoken_constructor) ... ok test_normalized_string_constructor (tests.test_xpath30.XPath30ConstructorsTest.test_normalized_string_constructor) ... ok test_notation_constructor (tests.test_xpath30.XPath30ConstructorsTest.test_notation_constructor) ... ok test_qname_constructor (tests.test_xpath30.XPath30ConstructorsTest.test_qname_constructor) ... ok test_string_constructor (tests.test_xpath30.XPath30ConstructorsTest.test_string_constructor) ... ok test_time_constructor (tests.test_xpath30.XPath30ConstructorsTest.test_time_constructor) ... ok test_token_constructor (tests.test_xpath30.XPath30ConstructorsTest.test_token_constructor) ... ok test_unknown_constructor (tests.test_xpath30.XPath30ConstructorsTest.test_unknown_constructor) ... ok test_untyped_atomic_constructor (tests.test_xpath30.XPath30ConstructorsTest.test_untyped_atomic_constructor) ... ok test_year_month_duration_constructor (tests.test_xpath30.XPath30ConstructorsTest.test_year_month_duration_constructor) ... ok test_abs_function (tests.test_xpath30.XPath30FunctionsTest.test_abs_function) ... ok test_acos_math_function (tests.test_xpath30.XPath30FunctionsTest.test_acos_math_function) ... ok test_adjust_date_to_timezone_function (tests.test_xpath30.XPath30FunctionsTest.test_adjust_date_to_timezone_function) ... ok test_adjust_datetime_to_timezone_function (tests.test_xpath30.XPath30FunctionsTest.test_adjust_datetime_to_timezone_function) ... ok test_adjust_time_to_timezone_function (tests.test_xpath30.XPath30FunctionsTest.test_adjust_time_to_timezone_function) ... ok test_analyze_string_function (tests.test_xpath30.XPath30FunctionsTest.test_analyze_string_function) ... ok test_asin_math_function (tests.test_xpath30.XPath30FunctionsTest.test_asin_math_function) ... ok test_atan2_math_function (tests.test_xpath30.XPath30FunctionsTest.test_atan2_math_function) ... ok test_atan_math_function (tests.test_xpath30.XPath30FunctionsTest.test_atan_math_function) ... ok test_available_environment_variables_function (tests.test_xpath30.XPath30FunctionsTest.test_available_environment_variables_function) ... ok test_avg_function (tests.test_xpath30.XPath30FunctionsTest.test_avg_function) ... ok test_base_uri_function (tests.test_xpath30.XPath30FunctionsTest.test_base_uri_function) ... ok test_boolean_function (tests.test_xpath30.XPath30FunctionsTest.test_boolean_function) ... ok test_codepoint_equal_function (tests.test_xpath30.XPath30FunctionsTest.test_codepoint_equal_function) ... ok test_codepoints_to_string_function (tests.test_xpath30.XPath30FunctionsTest.test_codepoints_to_string_function) ... ok test_collection_function (tests.test_xpath30.XPath30FunctionsTest.test_collection_function) ... ok test_compare_function (tests.test_xpath30.XPath30FunctionsTest.test_compare_function) ... ok test_context_datetime_functions (tests.test_xpath30.XPath30FunctionsTest.test_context_datetime_functions) ... ok test_cos_math_function (tests.test_xpath30.XPath30FunctionsTest.test_cos_math_function) ... ok test_count_function (tests.test_xpath30.XPath30FunctionsTest.test_count_function) ... ok test_data_function_with_typed_nodes (tests.test_xpath30.XPath30FunctionsTest.test_data_function_with_typed_nodes) ... ok test_datetime_function (tests.test_xpath30.XPath30FunctionsTest.test_datetime_function) ... ok test_day_from_date_function (tests.test_xpath30.XPath30FunctionsTest.test_day_from_date_function) ... ok test_day_from_datetime_function (tests.test_xpath30.XPath30FunctionsTest.test_day_from_datetime_function) ... ok test_days_from_duration_function (tests.test_xpath30.XPath30FunctionsTest.test_days_from_duration_function) ... ok test_deep_equal_function (tests.test_xpath30.XPath30FunctionsTest.test_deep_equal_function) ... ok test_deep_equal_function_on_nested_sequences (tests.test_xpath30.XPath30FunctionsTest.test_deep_equal_function_on_nested_sequences) ... ok test_default_collation_function (tests.test_xpath30.XPath30FunctionsTest.test_default_collation_function) ... ok test_distinct_values_function (tests.test_xpath30.XPath30FunctionsTest.test_distinct_values_function) ... ok test_doc_functions (tests.test_xpath30.XPath30FunctionsTest.test_doc_functions) ... ok test_document_uri_function (tests.test_xpath30.XPath30FunctionsTest.test_document_uri_function) ... ok test_empty_function (tests.test_xpath30.XPath30FunctionsTest.test_empty_function) ... ok test_encode_for_uri_function (tests.test_xpath30.XPath30FunctionsTest.test_encode_for_uri_function) ... ok test_ends_with_function (tests.test_xpath30.XPath30FunctionsTest.test_ends_with_function) ... ok test_environment_variable_function (tests.test_xpath30.XPath30FunctionsTest.test_environment_variable_function) ... ok test_error_function (tests.test_xpath30.XPath30FunctionsTest.test_error_function) ... ok test_escape_html_uri_function (tests.test_xpath30.XPath30FunctionsTest.test_escape_html_uri_function) ... ok test_exists_function (tests.test_xpath30.XPath30FunctionsTest.test_exists_function) ... ok test_exp10_math_function (tests.test_xpath30.XPath30FunctionsTest.test_exp10_math_function) ... ok test_exp_math_function (tests.test_xpath30.XPath30FunctionsTest.test_exp_math_function) ... ok test_filter (tests.test_xpath30.XPath30FunctionsTest.test_filter) ... ok test_fold_left (tests.test_xpath30.XPath30FunctionsTest.test_fold_left) ... ok test_fold_right (tests.test_xpath30.XPath30FunctionsTest.test_fold_right) ... ok test_for_each (tests.test_xpath30.XPath30FunctionsTest.test_for_each) ... ok test_for_each_pair (tests.test_xpath30.XPath30FunctionsTest.test_for_each_pair) ... ok test_format_integer (tests.test_xpath30.XPath30FunctionsTest.test_format_integer) ... ok test_function_arity (tests.test_xpath30.XPath30FunctionsTest.test_function_arity) ... ok test_function_lookup (tests.test_xpath30.XPath30FunctionsTest.test_function_lookup) ... ok test_function_name (tests.test_xpath30.XPath30FunctionsTest.test_function_name) ... ok test_generate_id_function (tests.test_xpath30.XPath30FunctionsTest.test_generate_id_function) ... ok test_has_children_function (tests.test_xpath30.XPath30FunctionsTest.test_has_children_function) ... ok test_head_function (tests.test_xpath30.XPath30FunctionsTest.test_head_function) ... ok test_hours_from_datetime_function (tests.test_xpath30.XPath30FunctionsTest.test_hours_from_datetime_function) ... ok test_hours_from_duration_function (tests.test_xpath30.XPath30FunctionsTest.test_hours_from_duration_function) ... ok test_hours_from_time_function (tests.test_xpath30.XPath30FunctionsTest.test_hours_from_time_function) ... ok test_in_scope_prefixes_function (tests.test_xpath30.XPath30FunctionsTest.test_in_scope_prefixes_function) ... ok test_index_of_function (tests.test_xpath30.XPath30FunctionsTest.test_index_of_function) ... ok test_inline_function_expression (tests.test_xpath30.XPath30FunctionsTest.test_inline_function_expression) ... ok test_innermost_function (tests.test_xpath30.XPath30FunctionsTest.test_innermost_function) ... ok test_insert_before_function (tests.test_xpath30.XPath30FunctionsTest.test_insert_before_function) ... ok test_iri_to_uri_function (tests.test_xpath30.XPath30FunctionsTest.test_iri_to_uri_function) ... ok test_local_name_from_qname_function (tests.test_xpath30.XPath30FunctionsTest.test_local_name_from_qname_function) ... ok test_log10_math_function (tests.test_xpath30.XPath30FunctionsTest.test_log10_math_function) ... ok test_log_math_function (tests.test_xpath30.XPath30FunctionsTest.test_log_math_function) ... ok test_lower_case_function (tests.test_xpath30.XPath30FunctionsTest.test_lower_case_function) ... ok test_matches_function (tests.test_xpath30.XPath30FunctionsTest.test_matches_function) ... ok test_max_function (tests.test_xpath30.XPath30FunctionsTest.test_max_function) ... ok test_min_function (tests.test_xpath30.XPath30FunctionsTest.test_min_function) ... ok test_minutes_from_datetime_function (tests.test_xpath30.XPath30FunctionsTest.test_minutes_from_datetime_function) ... ok test_minutes_from_duration_function (tests.test_xpath30.XPath30FunctionsTest.test_minutes_from_duration_function) ... ok test_minutes_from_time_function (tests.test_xpath30.XPath30FunctionsTest.test_minutes_from_time_function) ... ok test_month_from_date_function (tests.test_xpath30.XPath30FunctionsTest.test_month_from_date_function) ... ok test_month_from_datetime_function (tests.test_xpath30.XPath30FunctionsTest.test_month_from_datetime_function) ... ok test_months_from_duration_function (tests.test_xpath30.XPath30FunctionsTest.test_months_from_duration_function) ... ok test_namespace_uri_for_prefix_function (tests.test_xpath30.XPath30FunctionsTest.test_namespace_uri_for_prefix_function) ... ok test_namespace_uri_from_qname_function (tests.test_xpath30.XPath30FunctionsTest.test_namespace_uri_from_qname_function) ... ok test_node_accessor_functions (tests.test_xpath30.XPath30FunctionsTest.test_node_accessor_functions) ... ok test_node_name_function__issue__091 (tests.test_xpath30.XPath30FunctionsTest.test_node_name_function__issue__091) ... ok test_node_set_id_function (tests.test_xpath30.XPath30FunctionsTest.test_node_set_id_function) ... ok test_node_set_id_function_with_schema (tests.test_xpath30.XPath30FunctionsTest.test_node_set_id_function_with_schema) ... ok test_node_set_id_function_with_wrong_schema (tests.test_xpath30.XPath30FunctionsTest.test_node_set_id_function_with_wrong_schema) ... ok test_node_set_idref_function (tests.test_xpath30.XPath30FunctionsTest.test_node_set_idref_function) ... ok test_normalize_unicode_function (tests.test_xpath30.XPath30FunctionsTest.test_normalize_unicode_function) ... ok test_odd_children_serialization__issue_056 (tests.test_xpath30.XPath30FunctionsTest.test_odd_children_serialization__issue_056) ... ok test_outermost_function (tests.test_xpath30.XPath30FunctionsTest.test_outermost_function) ... ok test_outermost_function_call__issue_092 (tests.test_xpath30.XPath30FunctionsTest.test_outermost_function_call__issue_092) ... ok test_parse_xml_fragment_function (tests.test_xpath30.XPath30FunctionsTest.test_parse_xml_fragment_function) ... ok test_parse_xml_function (tests.test_xpath30.XPath30FunctionsTest.test_parse_xml_function) ... ok test_path_function__issue_067 (tests.test_xpath30.XPath30FunctionsTest.test_path_function__issue_067) ... ok test_path_function_with_namespaces (tests.test_xpath30.XPath30FunctionsTest.test_path_function_with_namespaces) ... ok test_path_function_with_same_child (tests.test_xpath30.XPath30FunctionsTest.test_path_function_with_same_child) ... ok test_pi_math_function (tests.test_xpath30.XPath30FunctionsTest.test_pi_math_function) ... ok test_pow_math_function (tests.test_xpath30.XPath30FunctionsTest.test_pow_math_function) ... ok test_prefix_from_qname_function (tests.test_xpath30.XPath30FunctionsTest.test_prefix_from_qname_function) ... ok test_qname_function (tests.test_xpath30.XPath30FunctionsTest.test_qname_function) ... ok test_remove_function (tests.test_xpath30.XPath30FunctionsTest.test_remove_function) ... ok test_replace_function (tests.test_xpath30.XPath30FunctionsTest.test_replace_function) ... ok test_resolve_qname_function (tests.test_xpath30.XPath30FunctionsTest.test_resolve_qname_function) ... ok test_resolve_uri_function (tests.test_xpath30.XPath30FunctionsTest.test_resolve_uri_function) ... ok test_reverse_function (tests.test_xpath30.XPath30FunctionsTest.test_reverse_function) ... ok test_root_function (tests.test_xpath30.XPath30FunctionsTest.test_root_function) ... ok test_round_half_to_even_function (tests.test_xpath30.XPath30FunctionsTest.test_round_half_to_even_function) ... ok test_seconds_from_datetime_function (tests.test_xpath30.XPath30FunctionsTest.test_seconds_from_datetime_function) ... ok test_seconds_from_duration_function (tests.test_xpath30.XPath30FunctionsTest.test_seconds_from_duration_function) ... ok test_seconds_from_time_function (tests.test_xpath30.XPath30FunctionsTest.test_seconds_from_time_function) ... ok test_sequence_cardinality_functions (tests.test_xpath30.XPath30FunctionsTest.test_sequence_cardinality_functions) ... ok test_serialize_function (tests.test_xpath30.XPath30FunctionsTest.test_serialize_function) ... ok test_sin_math_function (tests.test_xpath30.XPath30FunctionsTest.test_sin_math_function) ... ok test_sqrt_math_function (tests.test_xpath30.XPath30FunctionsTest.test_sqrt_math_function) ... ok test_static_base_uri_function (tests.test_xpath30.XPath30FunctionsTest.test_static_base_uri_function) ... ok test_string_and_data_functions (tests.test_xpath30.XPath30FunctionsTest.test_string_and_data_functions) ... ok test_string_join_function (tests.test_xpath30.XPath30FunctionsTest.test_string_join_function) ... ok test_string_to_codepoints_function (tests.test_xpath30.XPath30FunctionsTest.test_string_to_codepoints_function) ... ok test_subsequence_function (tests.test_xpath30.XPath30FunctionsTest.test_subsequence_function) ... ok test_sum_function (tests.test_xpath30.XPath30FunctionsTest.test_sum_function) ... ok test_tail_function (tests.test_xpath30.XPath30FunctionsTest.test_tail_function) ... ok test_tan_math_function (tests.test_xpath30.XPath30FunctionsTest.test_tan_math_function) ... ok test_timezone_from_date_function (tests.test_xpath30.XPath30FunctionsTest.test_timezone_from_date_function) ... ok test_timezone_from_datetime_function (tests.test_xpath30.XPath30FunctionsTest.test_timezone_from_datetime_function) ... ok test_timezone_from_time_function (tests.test_xpath30.XPath30FunctionsTest.test_timezone_from_time_function) ... ok test_tokenize_function (tests.test_xpath30.XPath30FunctionsTest.test_tokenize_function) ... ok test_trace_function (tests.test_xpath30.XPath30FunctionsTest.test_trace_function) ... ok test_unordered_function (tests.test_xpath30.XPath30FunctionsTest.test_unordered_function) ... ok test_unparsed_text_function (tests.test_xpath30.XPath30FunctionsTest.test_unparsed_text_function) ... ok test_upper_case_function (tests.test_xpath30.XPath30FunctionsTest.test_upper_case_function) ... ok test_year_from_date_function (tests.test_xpath30.XPath30FunctionsTest.test_year_from_date_function) ... ok test_year_from_datetime_function (tests.test_xpath30.XPath30FunctionsTest.test_year_from_datetime_function) ... ok test_years_from_duration_function (tests.test_xpath30.XPath30FunctionsTest.test_years_from_duration_function) ... ok test_add_day_time_duration_to_datetime (tests.test_xpath30.XPath30ParserTest.test_add_day_time_duration_to_datetime) ... ok test_add_day_time_duration_to_time (tests.test_xpath30.XPath30ParserTest.test_add_day_time_duration_to_time) ... ok test_add_year_month_duration_to_date (tests.test_xpath30.XPath30ParserTest.test_add_year_month_duration_to_date) ... ok test_add_year_month_duration_to_datetime (tests.test_xpath30.XPath30ParserTest.test_add_year_month_duration_to_datetime) ... ok test_addition_and_subtraction_operators (tests.test_xpath30.XPath30ParserTest.test_addition_and_subtraction_operators) ... ok test_ancestor_axes (tests.test_xpath30.XPath30ParserTest.test_ancestor_axes) ... ok test_attribute_abbreviation_and_axis (tests.test_xpath30.XPath30ParserTest.test_attribute_abbreviation_and_axis) ... ok test_attribute_accessor (tests.test_xpath30.XPath30ParserTest.test_attribute_accessor) ... ok test_auxiliary_tokens (tests.test_xpath30.XPath30ParserTest.test_auxiliary_tokens) ... ok test_boolean_context_nonempty_elements (tests.test_xpath30.XPath30ParserTest.test_boolean_context_nonempty_elements) ... ok test_boolean_evaluation_in_selector (tests.test_xpath30.XPath30ParserTest.test_boolean_evaluation_in_selector) ... ok test_boolean_functions (tests.test_xpath30.XPath30ParserTest.test_boolean_functions) ... ok test_braced_uri_literal (tests.test_xpath30.XPath30ParserTest.test_braced_uri_literal) ... ok test_cast_expression (tests.test_xpath30.XPath30ParserTest.test_cast_expression) ... ok test_cast_or_castable_with_derived_type (tests.test_xpath30.XPath30ParserTest.test_cast_or_castable_with_derived_type) ... ok test_castable_expression (tests.test_xpath30.XPath30ParserTest.test_castable_expression) ... ok test_ceiling_function (tests.test_xpath30.XPath30ParserTest.test_ceiling_function) ... ok test_check_variables_method (tests.test_xpath30.XPath30ParserTest.test_check_variables_method) ... ok test_child_axis (tests.test_xpath30.XPath30ParserTest.test_child_axis) ... ok test_collection_types_argument (tests.test_xpath30.XPath30ParserTest.test_collection_types_argument) ... ok test_comma_operator (tests.test_xpath30.XPath30ParserTest.test_comma_operator) ... ok test_comparison_in_expression (tests.test_xpath30.XPath30ParserTest.test_comparison_in_expression) ... ok test_comparison_of_sequences (tests.test_xpath30.XPath30ParserTest.test_comparison_of_sequences) ... ok test_comparison_operators (tests.test_xpath30.XPath30ParserTest.test_comparison_operators) ... ok test_concat_function (tests.test_xpath30.XPath30ParserTest.test_concat_function) ... ok test_concat_operator (tests.test_xpath30.XPath30ParserTest.test_concat_operator) ... ok test_contains_function (tests.test_xpath30.XPath30ParserTest.test_contains_function) ... ok test_context_item_expression (tests.test_xpath30.XPath30ParserTest.test_context_item_expression) ... ok test_context_variables (tests.test_xpath30.XPath30ParserTest.test_context_variables) ... ok test_count_function (tests.test_xpath30.XPath30ParserTest.test_count_function) ... ok test_day_time_duration_operators (tests.test_xpath30.XPath30ParserTest.test_day_time_duration_operators) ... ok test_decimal_formats_argument (tests.test_xpath30.XPath30ParserTest.test_decimal_formats_argument) ... ok test_default_axis (tests.test_xpath30.XPath30ParserTest.test_default_axis) Tests about when child:: default axis is applied. ... ok test_default_collation_argument (tests.test_xpath30.XPath30ParserTest.test_default_collation_argument) ... ok test_default_collection_type_argument (tests.test_xpath30.XPath30ParserTest.test_default_collection_type_argument) ... ok test_default_namespace (tests.test_xpath30.XPath30ParserTest.test_default_namespace) ... ok test_defuse_xml_argument (tests.test_xpath30.XPath30ParserTest.test_defuse_xml_argument) ... ok test_descendant_axis (tests.test_xpath30.XPath30ParserTest.test_descendant_axis) ... ok test_descendant_or_self_axis (tests.test_xpath30.XPath30ParserTest.test_descendant_or_self_axis) ... ok test_descendant_predicate__issue_51 (tests.test_xpath30.XPath30ParserTest.test_descendant_predicate__issue_51) ... ok test_div_operator (tests.test_xpath30.XPath30ParserTest.test_div_operator) ... ok test_document_node_accessor (tests.test_xpath30.XPath30ParserTest.test_document_node_accessor) ... ok test_document_types_argument (tests.test_xpath30.XPath30ParserTest.test_document_types_argument) ... ok test_double_slash_shortcut (tests.test_xpath30.XPath30ParserTest.test_double_slash_shortcut) ... ok test_double_slash_shortcut_pr16 (tests.test_xpath30.XPath30ParserTest.test_double_slash_shortcut_pr16) ... ok test_duration_with_arithmetical_operators (tests.test_xpath30.XPath30ParserTest.test_duration_with_arithmetical_operators) ... ok test_dynamic_function_call (tests.test_xpath30.XPath30ParserTest.test_dynamic_function_call) ... ok test_element_accessor (tests.test_xpath30.XPath30ParserTest.test_element_accessor) ... ok test_element_decimal_cast (tests.test_xpath30.XPath30ParserTest.test_element_decimal_cast) ... ok test_element_decimal_comparison_after_round (tests.test_xpath30.XPath30ParserTest.test_element_decimal_comparison_after_round) ... ok test_empty_sequence_type (tests.test_xpath30.XPath30ParserTest.test_empty_sequence_type) ... ok test_external_function_arguments (tests.test_xpath30.XPath30ParserTest.test_external_function_arguments) ... ok test_external_function_arguments__issue_92 (tests.test_xpath30.XPath30ParserTest.test_external_function_arguments__issue_92) ... ok test_external_function_arity (tests.test_xpath30.XPath30ParserTest.test_external_function_arity) ... ok test_external_function_registration (tests.test_xpath30.XPath30ParserTest.test_external_function_registration) ... ok test_floor_function (tests.test_xpath30.XPath30ParserTest.test_floor_function) ... ok test_following_axis (tests.test_xpath30.XPath30ParserTest.test_following_axis) ... ok test_following_sibling_axis (tests.test_xpath30.XPath30ParserTest.test_following_sibling_axis) ... ok test_for_expressions (tests.test_xpath30.XPath30ParserTest.test_for_expressions) ... ok test_function_match (tests.test_xpath30.XPath30ParserTest.test_function_match) ... ok test_function_namespace (tests.test_xpath30.XPath30ParserTest.test_function_namespace) ... ok test_function_signatures (tests.test_xpath30.XPath30ParserTest.test_function_signatures) ... ok test_function_test (tests.test_xpath30.XPath30ParserTest.test_function_test) ... ok test_get_function (tests.test_xpath30.XPath30ParserTest.test_get_function) ... ok test_idiv_operator (tests.test_xpath30.XPath30ParserTest.test_idiv_operator) ... ok test_if_expressions (tests.test_xpath30.XPath30ParserTest.test_if_expressions) ... ok test_instance_of_expression (tests.test_xpath30.XPath30ParserTest.test_instance_of_expression) ... ok test_int_to_alphabetic (tests.test_xpath30.XPath30ParserTest.test_int_to_alphabetic) ... ok test_int_to_roman (tests.test_xpath30.XPath30ParserTest.test_int_to_roman) ... ok test_int_to_words (tests.test_xpath30.XPath30ParserTest.test_int_to_words) ... ok test_invalid_schema_argument (tests.test_xpath30.XPath30ParserTest.test_invalid_schema_argument) ... ok test_is_instance_function_with_schema (tests.test_xpath30.XPath30ParserTest.test_is_instance_function_with_schema) ... ok test_issue_093 (tests.test_xpath30.XPath30ParserTest.test_issue_093) ... ok test_issue_093_with_schema (tests.test_xpath30.XPath30ParserTest.test_issue_093_with_schema) ... ok test_issue_35_getting_attribute_names (tests.test_xpath30.XPath30ParserTest.test_issue_35_getting_attribute_names) ... ok test_item_sequence_type (tests.test_xpath30.XPath30ParserTest.test_item_sequence_type) ... ok test_lang_function (tests.test_xpath30.XPath30ParserTest.test_lang_function) ... ok test_let_expression (tests.test_xpath30.XPath30ParserTest.test_let_expression) ... ok test_logical_and_operator (tests.test_xpath30.XPath30ParserTest.test_logical_and_operator) ... ok test_logical_expressions (tests.test_xpath30.XPath30ParserTest.test_logical_expressions) ... ok test_logical_expressions_ (tests.test_xpath30.XPath30ParserTest.test_logical_expressions_) ... ok test_logical_or_operator (tests.test_xpath30.XPath30ParserTest.test_logical_or_operator) ... ok test_namespace_axis (tests.test_xpath30.XPath30ParserTest.test_namespace_axis) ... ok test_namespace_axis_on_schema_context (tests.test_xpath30.XPath30ParserTest.test_namespace_axis_on_schema_context) ... ok test_node_and_node_accessors (tests.test_xpath30.XPath30ParserTest.test_node_and_node_accessors) ... ok test_node_comparison_operators (tests.test_xpath30.XPath30ParserTest.test_node_comparison_operators) ... ok test_node_selection (tests.test_xpath30.XPath30ParserTest.test_node_selection) ... ok test_node_set_functions (tests.test_xpath30.XPath30ParserTest.test_node_set_functions) ... ok test_node_set_id_function (tests.test_xpath30.XPath30ParserTest.test_node_set_id_function) ... ok test_node_types (tests.test_xpath30.XPath30ParserTest.test_node_types) ... ok test_nonempty_elements (tests.test_xpath30.XPath30ParserTest.test_nonempty_elements) ... ok test_normalize_space_function (tests.test_xpath30.XPath30ParserTest.test_normalize_space_function) ... ok test_number_function (tests.test_xpath30.XPath30ParserTest.test_number_function) ... ok test_numerical_add_operator (tests.test_xpath30.XPath30ParserTest.test_numerical_add_operator) ... ok test_numerical_expressions (tests.test_xpath30.XPath30ParserTest.test_numerical_expressions) ... ok test_numerical_mod_operator (tests.test_xpath30.XPath30ParserTest.test_numerical_mod_operator) ... ok test_numerical_sub_operator (tests.test_xpath30.XPath30ParserTest.test_numerical_sub_operator) ... ok test_operator_ambiguity (tests.test_xpath30.XPath30ParserTest.test_operator_ambiguity) ... ok test_order_with_descendants__issue_079 (tests.test_xpath30.XPath30ParserTest.test_order_with_descendants__issue_079) ... ok test_parent_shortcut_and_axis (tests.test_xpath30.XPath30ParserTest.test_parent_shortcut_and_axis) ... ok test_parenthesized_expression (tests.test_xpath30.XPath30ParserTest.test_parenthesized_expression) ... ok test_parenthesized_expressions (tests.test_xpath30.XPath30ParserTest.test_parenthesized_expressions) ... ok test_parser_pickling (tests.test_xpath30.XPath30ParserTest.test_parser_pickling) ... ok test_parser_position (tests.test_xpath30.XPath30ParserTest.test_parser_position) ... ok test_path_step_operator (tests.test_xpath30.XPath30ParserTest.test_path_step_operator) ... ok test_path_step_operator_with_duplicates (tests.test_xpath30.XPath30ParserTest.test_path_step_operator_with_duplicates) ... ok test_picture_pattern (tests.test_xpath30.XPath30ParserTest.test_picture_pattern) ... ok test_preceding_axis (tests.test_xpath30.XPath30ParserTest.test_preceding_axis) ... ok test_preceding_sibling_axis (tests.test_xpath30.XPath30ParserTest.test_preceding_sibling_axis) ... ok test_predicate (tests.test_xpath30.XPath30ParserTest.test_predicate) ... ok test_prefixed_references (tests.test_xpath30.XPath30ParserTest.test_prefixed_references) ... ok test_proxy_token_disambiguation__issue_078 (tests.test_xpath30.XPath30ParserTest.test_proxy_token_disambiguation__issue_078) ... ok test_quantifier_expressions (tests.test_xpath30.XPath30ParserTest.test_quantifier_expressions) ... ok test_range_expressions (tests.test_xpath30.XPath30ParserTest.test_range_expressions) ... ok test_raw_resolution_for_issue_73 (tests.test_xpath30.XPath30ParserTest.test_raw_resolution_for_issue_73) ... ok test_round_function (tests.test_xpath30.XPath30ParserTest.test_round_function) ... ok test_self_axis (tests.test_xpath30.XPath30ParserTest.test_self_axis) ... ok test_starts_with_function (tests.test_xpath30.XPath30ParserTest.test_starts_with_function) ... ok test_statements_ambiguity (tests.test_xpath30.XPath30ParserTest.test_statements_ambiguity) ... ok test_static_analysis_phase (tests.test_xpath30.XPath30ParserTest.test_static_analysis_phase) ... ok test_string_function (tests.test_xpath30.XPath30ParserTest.test_string_function) ... ok test_string_length_function (tests.test_xpath30.XPath30ParserTest.test_string_length_function) ... ok test_string_representation (tests.test_xpath30.XPath30ParserTest.test_string_representation) ... ok test_substring_after_function (tests.test_xpath30.XPath30ParserTest.test_substring_after_function) ... ok test_substring_before_function (tests.test_xpath30.XPath30ParserTest.test_substring_before_function) ... ok test_substring_function (tests.test_xpath30.XPath30ParserTest.test_substring_function) ... ok test_subtract_dates (tests.test_xpath30.XPath30ParserTest.test_subtract_dates) ... ok test_subtract_datetimes (tests.test_xpath30.XPath30ParserTest.test_subtract_datetimes) ... ok test_subtract_day_time_duration_from_date (tests.test_xpath30.XPath30ParserTest.test_subtract_day_time_duration_from_date) ... ok test_subtract_day_time_duration_from_datetime (tests.test_xpath30.XPath30ParserTest.test_subtract_day_time_duration_from_datetime) ... ok test_subtract_day_time_duration_to_time (tests.test_xpath30.XPath30ParserTest.test_subtract_day_time_duration_to_time) ... ok test_subtract_times (tests.test_xpath30.XPath30ParserTest.test_subtract_times) ... ok test_subtract_year_month_duration_from_date (tests.test_xpath30.XPath30ParserTest.test_subtract_year_month_duration_from_date) ... ok test_subtract_year_month_duration_from_datetime (tests.test_xpath30.XPath30ParserTest.test_subtract_year_month_duration_from_datetime) ... ok test_sum_function (tests.test_xpath30.XPath30ParserTest.test_sum_function) ... ok test_token_classes (tests.test_xpath30.XPath30ParserTest.test_token_classes) ... ok test_token_source (tests.test_xpath30.XPath30ParserTest.test_token_source) ... ok test_token_tree (tests.test_xpath30.XPath30ParserTest.test_token_tree) ... ok test_tokenizer_ambiguity (tests.test_xpath30.XPath30ParserTest.test_tokenizer_ambiguity) ... ok test_translate_function (tests.test_xpath30.XPath30ParserTest.test_translate_function) ... ok test_treat_as_expression (tests.test_xpath30.XPath30ParserTest.test_treat_as_expression) ... ok test_union (tests.test_xpath30.XPath30ParserTest.test_union) ... ok test_union_intersect_except_operators (tests.test_xpath30.XPath30ParserTest.test_union_intersect_except_operators) ... ok test_unknown_axis (tests.test_xpath30.XPath30ParserTest.test_unknown_axis) ... ok test_unknown_function (tests.test_xpath30.XPath30ParserTest.test_unknown_function) ... ok test_variable_reference (tests.test_xpath30.XPath30ParserTest.test_variable_reference) ... ok test_variable_substitution (tests.test_xpath30.XPath30ParserTest.test_variable_substitution) ... ok test_variable_types_argument (tests.test_xpath30.XPath30ParserTest.test_variable_types_argument) ... ok test_wrong_nargs (tests.test_xpath30.XPath30ParserTest.test_wrong_nargs) ... ok test_wrong_syntax (tests.test_xpath30.XPath30ParserTest.test_wrong_syntax) ... ok test_xpath_comments (tests.test_xpath30.XPath30ParserTest.test_xpath_comments) ... ok test_xpath_tokenizer (tests.test_xpath30.XPath30ParserTest.test_xpath_tokenizer) ... ok test_xsd_qname_method (tests.test_xpath30.XPath30ParserTest.test_xsd_qname_method) ... ok test_year_month_duration_operators (tests.test_xpath30.XPath30ParserTest.test_year_month_duration_operators) ... ok test_any_uri_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_any_uri_constructor) ... ok test_base64_binary_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_base64_binary_constructor) ... ok test_boolean_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_boolean_constructor) ... ok test_constructor_class (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_constructor_class) ... ok test_date_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_date_constructor) ... ok test_datetime_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_datetime_constructor) ... ok test_datetimestamp_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_datetimestamp_constructor) ... ok test_day_time_duration_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_day_time_duration_constructor) ... ok test_decimal_constructors (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_decimal_constructors) ... ok test_double_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_double_constructor) ... ok test_duration_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_duration_constructor) ... ok test_entity_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_entity_constructor) ... ok test_float_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_float_constructor) ... ok test_gregorian_day_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_gregorian_day_constructor) ... ok test_gregorian_month_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_gregorian_month_constructor) ... ok test_gregorian_month_day_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_gregorian_month_day_constructor) ... ok test_gregorian_year_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_gregorian_year_constructor) ... ok test_gregorian_year_month_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_gregorian_year_month_constructor) ... ok test_hex_binary_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_hex_binary_constructor) ... ok test_id_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_id_constructor) ... ok test_idref_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_idref_constructor) ... ok test_integer_constructors (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_integer_constructors) ... ok test_invalid_arguments (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_invalid_arguments) ... ok test_language_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_language_constructor) ... ok test_limited_integer_constructors (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_limited_integer_constructors) ... ok test_missing_context_on_namespaced_name__issue_068 (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_missing_context_on_namespaced_name__issue_068) ... ok test_name_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_name_constructor) ... ok test_ncname_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_ncname_constructor) ... ok test_nmtoken_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_nmtoken_constructor) ... ok test_normalized_string_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_normalized_string_constructor) ... ok test_notation_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_notation_constructor) ... ok test_qname_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_qname_constructor) ... ok test_string_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_string_constructor) ... ok test_time_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_time_constructor) ... ok test_token_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_token_constructor) ... ok test_unknown_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_unknown_constructor) ... ok test_untyped_atomic_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_untyped_atomic_constructor) ... ok test_year_month_duration_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest.test_year_month_duration_constructor) ... ok test_abs_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_abs_function) ... ok test_acos_math_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_acos_math_function) ... ok test_adjust_date_to_timezone_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_adjust_date_to_timezone_function) ... ok test_adjust_datetime_to_timezone_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_adjust_datetime_to_timezone_function) ... ok test_adjust_time_to_timezone_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_adjust_time_to_timezone_function) ... ok test_analyze_string_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_analyze_string_function) ... ok test_asin_math_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_asin_math_function) ... ok test_atan2_math_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_atan2_math_function) ... ok test_atan_math_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_atan_math_function) ... ok test_available_environment_variables_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_available_environment_variables_function) ... ok test_avg_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_avg_function) ... ok test_base_uri_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_base_uri_function) ... ok test_boolean_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_boolean_function) ... ok test_codepoint_equal_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_codepoint_equal_function) ... ok test_codepoints_to_string_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_codepoints_to_string_function) ... ok test_collection_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_collection_function) ... ok test_compare_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_compare_function) ... ok test_context_datetime_functions (tests.test_xpath31.LxmlXPath31FunctionsTest.test_context_datetime_functions) ... ok test_cos_math_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_cos_math_function) ... ok test_count_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_count_function) ... ok test_data_function_with_typed_nodes (tests.test_xpath31.LxmlXPath31FunctionsTest.test_data_function_with_typed_nodes) ... ok test_datetime_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_datetime_function) ... ok test_day_from_date_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_day_from_date_function) ... ok test_day_from_datetime_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_day_from_datetime_function) ... ok test_days_from_duration_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_days_from_duration_function) ... ok test_deep_equal_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_deep_equal_function) ... ok test_deep_equal_function_on_nested_sequences (tests.test_xpath31.LxmlXPath31FunctionsTest.test_deep_equal_function_on_nested_sequences) ... ok test_default_collation_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_default_collation_function) ... ok test_distinct_values_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_distinct_values_function) ... ok test_doc_functions (tests.test_xpath31.LxmlXPath31FunctionsTest.test_doc_functions) ... ok test_document_uri_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_document_uri_function) ... ok test_empty_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_empty_function) ... ok test_encode_for_uri_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_encode_for_uri_function) ... ok test_ends_with_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_ends_with_function) ... ok test_environment_variable_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_environment_variable_function) ... ok test_error_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_error_function) ... ok test_escape_html_uri_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_escape_html_uri_function) ... ok test_exists_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_exists_function) ... ok test_exp10_math_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_exp10_math_function) ... ok test_exp_math_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_exp_math_function) ... ok test_filter (tests.test_xpath31.LxmlXPath31FunctionsTest.test_filter) ... ok test_fold_left (tests.test_xpath31.LxmlXPath31FunctionsTest.test_fold_left) ... ok test_fold_right (tests.test_xpath31.LxmlXPath31FunctionsTest.test_fold_right) ... ok test_for_each (tests.test_xpath31.LxmlXPath31FunctionsTest.test_for_each) ... ok test_for_each_pair (tests.test_xpath31.LxmlXPath31FunctionsTest.test_for_each_pair) ... ok test_format_integer (tests.test_xpath31.LxmlXPath31FunctionsTest.test_format_integer) ... ok test_function_arity (tests.test_xpath31.LxmlXPath31FunctionsTest.test_function_arity) ... ok test_function_lookup (tests.test_xpath31.LxmlXPath31FunctionsTest.test_function_lookup) ... ok test_function_name (tests.test_xpath31.LxmlXPath31FunctionsTest.test_function_name) ... ok test_generate_id_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_generate_id_function) ... ok test_has_children_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_has_children_function) ... ok test_head_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_head_function) ... ok test_hours_from_datetime_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_hours_from_datetime_function) ... ok test_hours_from_duration_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_hours_from_duration_function) ... ok test_hours_from_time_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_hours_from_time_function) ... ok test_in_scope_prefixes_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_in_scope_prefixes_function) ... ok test_index_of_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_index_of_function) ... ok test_inline_function_expression (tests.test_xpath31.LxmlXPath31FunctionsTest.test_inline_function_expression) ... ok test_innermost_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_innermost_function) ... ok test_insert_before_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_insert_before_function) ... ok test_iri_to_uri_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_iri_to_uri_function) ... ok test_local_name_from_qname_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_local_name_from_qname_function) ... ok test_log10_math_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_log10_math_function) ... ok test_log_math_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_log_math_function) ... ok test_lower_case_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_lower_case_function) ... ok test_matches_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_matches_function) ... ok test_max_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_max_function) ... ok test_min_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_min_function) ... ok test_minutes_from_datetime_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_minutes_from_datetime_function) ... ok test_minutes_from_duration_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_minutes_from_duration_function) ... ok test_minutes_from_time_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_minutes_from_time_function) ... ok test_month_from_date_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_month_from_date_function) ... ok test_month_from_datetime_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_month_from_datetime_function) ... ok test_months_from_duration_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_months_from_duration_function) ... ok test_namespace_uri_for_prefix_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_namespace_uri_for_prefix_function) ... ok test_namespace_uri_from_qname_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_namespace_uri_from_qname_function) ... ok test_node_accessor_functions (tests.test_xpath31.LxmlXPath31FunctionsTest.test_node_accessor_functions) ... ok test_node_name_function__issue__091 (tests.test_xpath31.LxmlXPath31FunctionsTest.test_node_name_function__issue__091) ... ok test_node_set_id_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_node_set_id_function) ... ok test_node_set_id_function_with_schema (tests.test_xpath31.LxmlXPath31FunctionsTest.test_node_set_id_function_with_schema) ... ok test_node_set_id_function_with_wrong_schema (tests.test_xpath31.LxmlXPath31FunctionsTest.test_node_set_id_function_with_wrong_schema) ... ok test_node_set_idref_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_node_set_idref_function) ... ok test_normalize_unicode_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_normalize_unicode_function) ... ok test_odd_children_serialization__issue_056 (tests.test_xpath31.LxmlXPath31FunctionsTest.test_odd_children_serialization__issue_056) ... ok test_outermost_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_outermost_function) ... ok test_outermost_function_call__issue_092 (tests.test_xpath31.LxmlXPath31FunctionsTest.test_outermost_function_call__issue_092) ... ok test_parse_xml_fragment_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_parse_xml_fragment_function) ... ok test_parse_xml_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_parse_xml_function) ... ok test_path_function__issue_067 (tests.test_xpath31.LxmlXPath31FunctionsTest.test_path_function__issue_067) ... ok test_path_function_with_namespaces (tests.test_xpath31.LxmlXPath31FunctionsTest.test_path_function_with_namespaces) ... ok test_path_function_with_same_child (tests.test_xpath31.LxmlXPath31FunctionsTest.test_path_function_with_same_child) ... ok test_pi_math_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_pi_math_function) ... ok test_pow_math_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_pow_math_function) ... ok test_prefix_from_qname_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_prefix_from_qname_function) ... ok test_qname_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_qname_function) ... ok test_remove_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_remove_function) ... ok test_replace_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_replace_function) ... ok test_resolve_qname_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_resolve_qname_function) ... ok test_resolve_uri_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_resolve_uri_function) ... ok test_reverse_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_reverse_function) ... ok test_root_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_root_function) ... ok test_round_half_to_even_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_round_half_to_even_function) ... ok test_seconds_from_datetime_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_seconds_from_datetime_function) ... ok test_seconds_from_duration_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_seconds_from_duration_function) ... ok test_seconds_from_time_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_seconds_from_time_function) ... ok test_sequence_cardinality_functions (tests.test_xpath31.LxmlXPath31FunctionsTest.test_sequence_cardinality_functions) ... ok test_serialize_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_serialize_function) ... ok test_sin_math_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_sin_math_function) ... ok test_sqrt_math_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_sqrt_math_function) ... ok test_static_base_uri_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_static_base_uri_function) ... ok test_string_and_data_functions (tests.test_xpath31.LxmlXPath31FunctionsTest.test_string_and_data_functions) ... ok test_string_join_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_string_join_function) ... ok test_string_to_codepoints_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_string_to_codepoints_function) ... ok test_subsequence_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_subsequence_function) ... ok test_sum_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_sum_function) ... ok test_tail_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_tail_function) ... ok test_tan_math_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_tan_math_function) ... ok test_timezone_from_date_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_timezone_from_date_function) ... ok test_timezone_from_datetime_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_timezone_from_datetime_function) ... ok test_timezone_from_time_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_timezone_from_time_function) ... ok test_tokenize_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_tokenize_function) ... ok test_trace_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_trace_function) ... ok test_unordered_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_unordered_function) ... ok test_unparsed_text_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_unparsed_text_function) ... ok test_upper_case_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_upper_case_function) ... ok test_year_from_date_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_year_from_date_function) ... ok test_year_from_datetime_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_year_from_datetime_function) ... ok test_years_from_duration_function (tests.test_xpath31.LxmlXPath31FunctionsTest.test_years_from_duration_function) ... ok test_add_day_time_duration_to_datetime (tests.test_xpath31.LxmlXPath31ParserTest.test_add_day_time_duration_to_datetime) ... ok test_add_day_time_duration_to_time (tests.test_xpath31.LxmlXPath31ParserTest.test_add_day_time_duration_to_time) ... ok test_add_year_month_duration_to_date (tests.test_xpath31.LxmlXPath31ParserTest.test_add_year_month_duration_to_date) ... ok test_add_year_month_duration_to_datetime (tests.test_xpath31.LxmlXPath31ParserTest.test_add_year_month_duration_to_datetime) ... ok test_addition_and_subtraction_operators (tests.test_xpath31.LxmlXPath31ParserTest.test_addition_and_subtraction_operators) ... ok test_ancestor_axes (tests.test_xpath31.LxmlXPath31ParserTest.test_ancestor_axes) ... ok test_apply_function (tests.test_xpath31.LxmlXPath31ParserTest.test_apply_function) ... ok test_array_append_function (tests.test_xpath31.LxmlXPath31ParserTest.test_array_append_function) ... ok test_array_filter_function (tests.test_xpath31.LxmlXPath31ParserTest.test_array_filter_function) ... ok test_array_flatten_function (tests.test_xpath31.LxmlXPath31ParserTest.test_array_flatten_function) ... ok test_array_fold_left_function (tests.test_xpath31.LxmlXPath31ParserTest.test_array_fold_left_function) ... ok test_array_fold_right_function (tests.test_xpath31.LxmlXPath31ParserTest.test_array_fold_right_function) ... ok test_array_for_each_function (tests.test_xpath31.LxmlXPath31ParserTest.test_array_for_each_function) ... ok test_array_for_each_pair_function (tests.test_xpath31.LxmlXPath31ParserTest.test_array_for_each_pair_function) ... ok test_array_get_function (tests.test_xpath31.LxmlXPath31ParserTest.test_array_get_function) ... ok test_array_head_function (tests.test_xpath31.LxmlXPath31ParserTest.test_array_head_function) ... ok test_array_insert_before_function (tests.test_xpath31.LxmlXPath31ParserTest.test_array_insert_before_function) ... ok test_array_join_function (tests.test_xpath31.LxmlXPath31ParserTest.test_array_join_function) ... ok test_array_lookup (tests.test_xpath31.LxmlXPath31ParserTest.test_array_lookup) ... ok test_array_put_function (tests.test_xpath31.LxmlXPath31ParserTest.test_array_put_function) ... ok test_array_remove_function (tests.test_xpath31.LxmlXPath31ParserTest.test_array_remove_function) ... ok test_array_reverse_function (tests.test_xpath31.LxmlXPath31ParserTest.test_array_reverse_function) ... ok test_array_size_function (tests.test_xpath31.LxmlXPath31ParserTest.test_array_size_function) ... ok test_array_sort_function (tests.test_xpath31.LxmlXPath31ParserTest.test_array_sort_function) ... ok test_array_subarray_function (tests.test_xpath31.LxmlXPath31ParserTest.test_array_subarray_function) ... ok test_array_tail_function (tests.test_xpath31.LxmlXPath31ParserTest.test_array_tail_function) ... ok test_arrow_operator (tests.test_xpath31.LxmlXPath31ParserTest.test_arrow_operator) ... ok test_attribute_abbreviation_and_axis (tests.test_xpath31.LxmlXPath31ParserTest.test_attribute_abbreviation_and_axis) ... ok test_attribute_accessor (tests.test_xpath31.LxmlXPath31ParserTest.test_attribute_accessor) ... ok test_auxiliary_tokens (tests.test_xpath31.LxmlXPath31ParserTest.test_auxiliary_tokens) ... ok test_boolean_context_nonempty_elements (tests.test_xpath31.LxmlXPath31ParserTest.test_boolean_context_nonempty_elements) ... ok test_boolean_evaluation_in_selector (tests.test_xpath31.LxmlXPath31ParserTest.test_boolean_evaluation_in_selector) ... ok test_boolean_functions (tests.test_xpath31.LxmlXPath31ParserTest.test_boolean_functions) ... ok test_braced_uri_literal (tests.test_xpath31.LxmlXPath31ParserTest.test_braced_uri_literal) ... ok test_cast_expression (tests.test_xpath31.LxmlXPath31ParserTest.test_cast_expression) ... ok test_cast_or_castable_with_derived_type (tests.test_xpath31.LxmlXPath31ParserTest.test_cast_or_castable_with_derived_type) ... ok test_castable_expression (tests.test_xpath31.LxmlXPath31ParserTest.test_castable_expression) ... ok test_ceiling_function (tests.test_xpath31.LxmlXPath31ParserTest.test_ceiling_function) ... ok test_check_variables_method (tests.test_xpath31.LxmlXPath31ParserTest.test_check_variables_method) ... ok test_child_axis (tests.test_xpath31.LxmlXPath31ParserTest.test_child_axis) ... ok test_collation_key_function (tests.test_xpath31.LxmlXPath31ParserTest.test_collation_key_function) ... ok test_collection_types_argument (tests.test_xpath31.LxmlXPath31ParserTest.test_collection_types_argument) ... ok test_comma_operator (tests.test_xpath31.LxmlXPath31ParserTest.test_comma_operator) ... ok test_comparison_in_expression (tests.test_xpath31.LxmlXPath31ParserTest.test_comparison_in_expression) ... ok test_comparison_of_sequences (tests.test_xpath31.LxmlXPath31ParserTest.test_comparison_of_sequences) ... ok test_comparison_operators (tests.test_xpath31.LxmlXPath31ParserTest.test_comparison_operators) ... ok test_concat_function (tests.test_xpath31.LxmlXPath31ParserTest.test_concat_function) ... ok test_concat_operator (tests.test_xpath31.LxmlXPath31ParserTest.test_concat_operator) ... ok test_contains_function (tests.test_xpath31.LxmlXPath31ParserTest.test_contains_function) ... ok test_contains_token_function (tests.test_xpath31.LxmlXPath31ParserTest.test_contains_token_function) ... ok test_context_item_expression (tests.test_xpath31.LxmlXPath31ParserTest.test_context_item_expression) ... ok test_context_variables (tests.test_xpath31.LxmlXPath31ParserTest.test_context_variables) ... ok test_count_function (tests.test_xpath31.LxmlXPath31ParserTest.test_count_function) ... ok test_curly_array_constructor (tests.test_xpath31.LxmlXPath31ParserTest.test_curly_array_constructor) ... ok test_day_time_duration_operators (tests.test_xpath31.LxmlXPath31ParserTest.test_day_time_duration_operators) ... ok test_decimal_formats_argument (tests.test_xpath31.LxmlXPath31ParserTest.test_decimal_formats_argument) ... ok test_default_axis (tests.test_xpath31.LxmlXPath31ParserTest.test_default_axis) Tests about when child:: default axis is applied. ... ok test_default_collation_argument (tests.test_xpath31.LxmlXPath31ParserTest.test_default_collation_argument) ... ok test_default_collection_type_argument (tests.test_xpath31.LxmlXPath31ParserTest.test_default_collection_type_argument) ... ok test_default_namespace (tests.test_xpath31.LxmlXPath31ParserTest.test_default_namespace) ... ok test_defuse_xml_argument (tests.test_xpath31.LxmlXPath31ParserTest.test_defuse_xml_argument) ... ok test_descendant_axis (tests.test_xpath31.LxmlXPath31ParserTest.test_descendant_axis) ... ok test_descendant_or_self_axis (tests.test_xpath31.LxmlXPath31ParserTest.test_descendant_or_self_axis) ... ok test_descendant_predicate__issue_51 (tests.test_xpath31.LxmlXPath31ParserTest.test_descendant_predicate__issue_51) ... ok test_div_operator (tests.test_xpath31.LxmlXPath31ParserTest.test_div_operator) ... ok test_document_node_accessor (tests.test_xpath31.LxmlXPath31ParserTest.test_document_node_accessor) ... ok test_document_types_argument (tests.test_xpath31.LxmlXPath31ParserTest.test_document_types_argument) ... ok test_double_slash_shortcut (tests.test_xpath31.LxmlXPath31ParserTest.test_double_slash_shortcut) ... ok test_double_slash_shortcut_pr16 (tests.test_xpath31.LxmlXPath31ParserTest.test_double_slash_shortcut_pr16) ... ok test_duration_with_arithmetical_operators (tests.test_xpath31.LxmlXPath31ParserTest.test_duration_with_arithmetical_operators) ... ok test_dynamic_function_call (tests.test_xpath31.LxmlXPath31ParserTest.test_dynamic_function_call) ... ok test_element_accessor (tests.test_xpath31.LxmlXPath31ParserTest.test_element_accessor) ... ok test_element_decimal_cast (tests.test_xpath31.LxmlXPath31ParserTest.test_element_decimal_cast) ... ok test_element_decimal_comparison_after_round (tests.test_xpath31.LxmlXPath31ParserTest.test_element_decimal_comparison_after_round) ... ok test_empty_sequence_type (tests.test_xpath31.LxmlXPath31ParserTest.test_empty_sequence_type) ... ok test_external_function_arguments (tests.test_xpath31.LxmlXPath31ParserTest.test_external_function_arguments) ... ok test_external_function_arguments__issue_92 (tests.test_xpath31.LxmlXPath31ParserTest.test_external_function_arguments__issue_92) ... ok test_external_function_arity (tests.test_xpath31.LxmlXPath31ParserTest.test_external_function_arity) ... ok test_external_function_registration (tests.test_xpath31.LxmlXPath31ParserTest.test_external_function_registration) ... ok test_floor_function (tests.test_xpath31.LxmlXPath31ParserTest.test_floor_function) ... ok test_following_axis (tests.test_xpath31.LxmlXPath31ParserTest.test_following_axis) ... ok test_following_sibling_axis (tests.test_xpath31.LxmlXPath31ParserTest.test_following_sibling_axis) ... ok test_for_expressions (tests.test_xpath31.LxmlXPath31ParserTest.test_for_expressions) ... ok test_function_match (tests.test_xpath31.LxmlXPath31ParserTest.test_function_match) ... ok test_function_namespace (tests.test_xpath31.LxmlXPath31ParserTest.test_function_namespace) ... ok test_function_signatures (tests.test_xpath31.LxmlXPath31ParserTest.test_function_signatures) ... ok test_function_test (tests.test_xpath31.LxmlXPath31ParserTest.test_function_test) ... ok test_get_function (tests.test_xpath31.LxmlXPath31ParserTest.test_get_function) ... ok test_idiv_operator (tests.test_xpath31.LxmlXPath31ParserTest.test_idiv_operator) ... ok test_if_expressions (tests.test_xpath31.LxmlXPath31ParserTest.test_if_expressions) ... ok test_instance_of_expression (tests.test_xpath31.LxmlXPath31ParserTest.test_instance_of_expression) ... ok test_int_to_alphabetic (tests.test_xpath31.LxmlXPath31ParserTest.test_int_to_alphabetic) ... ok test_int_to_roman (tests.test_xpath31.LxmlXPath31ParserTest.test_int_to_roman) ... ok test_int_to_words (tests.test_xpath31.LxmlXPath31ParserTest.test_int_to_words) ... ok test_invalid_schema_argument (tests.test_xpath31.LxmlXPath31ParserTest.test_invalid_schema_argument) ... ok test_is_instance_function_with_schema (tests.test_xpath31.LxmlXPath31ParserTest.test_is_instance_function_with_schema) ... ok test_issue_082 (tests.test_xpath31.LxmlXPath31ParserTest.test_issue_082) ... ok test_issue_083 (tests.test_xpath31.LxmlXPath31ParserTest.test_issue_083) ... ok test_issue_093 (tests.test_xpath31.LxmlXPath31ParserTest.test_issue_093) ... ok test_issue_093_with_schema (tests.test_xpath31.LxmlXPath31ParserTest.test_issue_093_with_schema) ... ok test_issue_35_getting_attribute_names (tests.test_xpath31.LxmlXPath31ParserTest.test_issue_35_getting_attribute_names) ... ok test_item_sequence_type (tests.test_xpath31.LxmlXPath31ParserTest.test_item_sequence_type) ... ok test_json_to_xml_function (tests.test_xpath31.LxmlXPath31ParserTest.test_json_to_xml_function) ... ok test_lang_function (tests.test_xpath31.LxmlXPath31ParserTest.test_lang_function) ... ok test_let_expression (tests.test_xpath31.LxmlXPath31ParserTest.test_let_expression) ... ok test_load_xquery_module_function (tests.test_xpath31.LxmlXPath31ParserTest.test_load_xquery_module_function) ... ok test_logical_and_operator (tests.test_xpath31.LxmlXPath31ParserTest.test_logical_and_operator) ... ok test_logical_expressions (tests.test_xpath31.LxmlXPath31ParserTest.test_logical_expressions) ... ok test_logical_expressions_ (tests.test_xpath31.LxmlXPath31ParserTest.test_logical_expressions_) ... ok test_logical_or_operator (tests.test_xpath31.LxmlXPath31ParserTest.test_logical_or_operator) ... ok test_lookup_operator_tree (tests.test_xpath31.LxmlXPath31ParserTest.test_lookup_operator_tree) ... ok test_lookup_postfix_operator (tests.test_xpath31.LxmlXPath31ParserTest.test_lookup_postfix_operator) ... ok test_lookup_unary_operator (tests.test_xpath31.LxmlXPath31ParserTest.test_lookup_unary_operator) ... ok test_map_ambiguity (tests.test_xpath31.LxmlXPath31ParserTest.test_map_ambiguity) ... ok test_map_contains_function (tests.test_xpath31.LxmlXPath31ParserTest.test_map_contains_function) ... ok test_map_entry_function (tests.test_xpath31.LxmlXPath31ParserTest.test_map_entry_function) ... ok test_map_find_function (tests.test_xpath31.LxmlXPath31ParserTest.test_map_find_function) ... ok test_map_for_each_function (tests.test_xpath31.LxmlXPath31ParserTest.test_map_for_each_function) ... ok test_map_get_function (tests.test_xpath31.LxmlXPath31ParserTest.test_map_get_function) ... ok test_map_keys_function (tests.test_xpath31.LxmlXPath31ParserTest.test_map_keys_function) ... ok test_map_merge_function (tests.test_xpath31.LxmlXPath31ParserTest.test_map_merge_function) ... ok test_map_put_function (tests.test_xpath31.LxmlXPath31ParserTest.test_map_put_function) ... ok test_map_remove_function (tests.test_xpath31.LxmlXPath31ParserTest.test_map_remove_function) ... ok test_map_size_function (tests.test_xpath31.LxmlXPath31ParserTest.test_map_size_function) ... ok test_map_weekdays (tests.test_xpath31.LxmlXPath31ParserTest.test_map_weekdays) ... ok test_namespace_axis (tests.test_xpath31.LxmlXPath31ParserTest.test_namespace_axis) ... ok test_namespace_axis_on_schema_context (tests.test_xpath31.LxmlXPath31ParserTest.test_namespace_axis_on_schema_context) ... ok test_nested_map (tests.test_xpath31.LxmlXPath31ParserTest.test_nested_map) ... ok test_node_and_node_accessors (tests.test_xpath31.LxmlXPath31ParserTest.test_node_and_node_accessors) ... ok test_node_comparison_operators (tests.test_xpath31.LxmlXPath31ParserTest.test_node_comparison_operators) ... ok test_node_selection (tests.test_xpath31.LxmlXPath31ParserTest.test_node_selection) ... ok test_node_set_functions (tests.test_xpath31.LxmlXPath31ParserTest.test_node_set_functions) ... ok test_node_set_id_function (tests.test_xpath31.LxmlXPath31ParserTest.test_node_set_id_function) ... ok test_node_types (tests.test_xpath31.LxmlXPath31ParserTest.test_node_types) ... ok test_nonempty_elements (tests.test_xpath31.LxmlXPath31ParserTest.test_nonempty_elements) ... ok test_normalize_space_function (tests.test_xpath31.LxmlXPath31ParserTest.test_normalize_space_function) ... ok test_number_function (tests.test_xpath31.LxmlXPath31ParserTest.test_number_function) ... ok test_numerical_add_operator (tests.test_xpath31.LxmlXPath31ParserTest.test_numerical_add_operator) ... ok test_numerical_expressions (tests.test_xpath31.LxmlXPath31ParserTest.test_numerical_expressions) ... ok test_numerical_mod_operator (tests.test_xpath31.LxmlXPath31ParserTest.test_numerical_mod_operator) ... ok test_numerical_sub_operator (tests.test_xpath31.LxmlXPath31ParserTest.test_numerical_sub_operator) ... ok test_operator_ambiguity (tests.test_xpath31.LxmlXPath31ParserTest.test_operator_ambiguity) ... ok test_order_with_descendants__issue_079 (tests.test_xpath31.LxmlXPath31ParserTest.test_order_with_descendants__issue_079) ... ok test_parent_shortcut_and_axis (tests.test_xpath31.LxmlXPath31ParserTest.test_parent_shortcut_and_axis) ... ok test_parenthesized_expression (tests.test_xpath31.LxmlXPath31ParserTest.test_parenthesized_expression) ... ok test_parenthesized_expressions (tests.test_xpath31.LxmlXPath31ParserTest.test_parenthesized_expressions) ... ok test_parse_ietf_date_function (tests.test_xpath31.LxmlXPath31ParserTest.test_parse_ietf_date_function) ... ok test_parse_json_function (tests.test_xpath31.LxmlXPath31ParserTest.test_parse_json_function) ... ok test_parser_pickling (tests.test_xpath31.LxmlXPath31ParserTest.test_parser_pickling) ... ok test_parser_position (tests.test_xpath31.LxmlXPath31ParserTest.test_parser_position) ... ok test_path_step_operator (tests.test_xpath31.LxmlXPath31ParserTest.test_path_step_operator) ... ok test_path_step_operator_with_duplicates (tests.test_xpath31.LxmlXPath31ParserTest.test_path_step_operator_with_duplicates) ... ok test_picture_pattern (tests.test_xpath31.LxmlXPath31ParserTest.test_picture_pattern) ... ok test_preceding_axis (tests.test_xpath31.LxmlXPath31ParserTest.test_preceding_axis) ... ok test_preceding_sibling_axis (tests.test_xpath31.LxmlXPath31ParserTest.test_preceding_sibling_axis) ... ok test_predicate (tests.test_xpath31.LxmlXPath31ParserTest.test_predicate) ... ok test_prefixed_references (tests.test_xpath31.LxmlXPath31ParserTest.test_prefixed_references) ... ok test_proxy_token_disambiguation__issue_078 (tests.test_xpath31.LxmlXPath31ParserTest.test_proxy_token_disambiguation__issue_078) ... ok test_quantifier_expressions (tests.test_xpath31.LxmlXPath31ParserTest.test_quantifier_expressions) ... ok test_random_number_generator_function (tests.test_xpath31.LxmlXPath31ParserTest.test_random_number_generator_function) ... ok test_range_expressions (tests.test_xpath31.LxmlXPath31ParserTest.test_range_expressions) ... ok test_raw_resolution_for_issue_73 (tests.test_xpath31.LxmlXPath31ParserTest.test_raw_resolution_for_issue_73) ... ok test_regression_ep415_ep420__issue_71 (tests.test_xpath31.LxmlXPath31ParserTest.test_regression_ep415_ep420__issue_71) ... ok test_round_function (tests.test_xpath31.LxmlXPath31ParserTest.test_round_function) ... ok test_self_axis (tests.test_xpath31.LxmlXPath31ParserTest.test_self_axis) ... ok test_sort_function (tests.test_xpath31.LxmlXPath31ParserTest.test_sort_function) ... ok test_square_array_constructor (tests.test_xpath31.LxmlXPath31ParserTest.test_square_array_constructor) ... ok test_starts_with_function (tests.test_xpath31.LxmlXPath31ParserTest.test_starts_with_function) ... ok test_statements_ambiguity (tests.test_xpath31.LxmlXPath31ParserTest.test_statements_ambiguity) ... ok test_static_analysis_phase (tests.test_xpath31.LxmlXPath31ParserTest.test_static_analysis_phase) ... ok test_string_function (tests.test_xpath31.LxmlXPath31ParserTest.test_string_function) ... ok test_string_length_function (tests.test_xpath31.LxmlXPath31ParserTest.test_string_length_function) ... ok test_string_representation (tests.test_xpath31.LxmlXPath31ParserTest.test_string_representation) ... ok test_substring_after_function (tests.test_xpath31.LxmlXPath31ParserTest.test_substring_after_function) ... ok test_substring_before_function (tests.test_xpath31.LxmlXPath31ParserTest.test_substring_before_function) ... ok test_substring_function (tests.test_xpath31.LxmlXPath31ParserTest.test_substring_function) ... ok test_subtract_dates (tests.test_xpath31.LxmlXPath31ParserTest.test_subtract_dates) ... ok test_subtract_datetimes (tests.test_xpath31.LxmlXPath31ParserTest.test_subtract_datetimes) ... ok test_subtract_day_time_duration_from_date (tests.test_xpath31.LxmlXPath31ParserTest.test_subtract_day_time_duration_from_date) ... ok test_subtract_day_time_duration_from_datetime (tests.test_xpath31.LxmlXPath31ParserTest.test_subtract_day_time_duration_from_datetime) ... ok test_subtract_day_time_duration_to_time (tests.test_xpath31.LxmlXPath31ParserTest.test_subtract_day_time_duration_to_time) ... ok test_subtract_times (tests.test_xpath31.LxmlXPath31ParserTest.test_subtract_times) ... ok test_subtract_year_month_duration_from_date (tests.test_xpath31.LxmlXPath31ParserTest.test_subtract_year_month_duration_from_date) ... ok test_subtract_year_month_duration_from_datetime (tests.test_xpath31.LxmlXPath31ParserTest.test_subtract_year_month_duration_from_datetime) ... ok test_sum_function (tests.test_xpath31.LxmlXPath31ParserTest.test_sum_function) ... ok test_token_classes (tests.test_xpath31.LxmlXPath31ParserTest.test_token_classes) ... ok test_token_source (tests.test_xpath31.LxmlXPath31ParserTest.test_token_source) ... ok test_token_tree (tests.test_xpath31.LxmlXPath31ParserTest.test_token_tree) ... ok test_tokenizer_ambiguity (tests.test_xpath31.LxmlXPath31ParserTest.test_tokenizer_ambiguity) ... ok test_transform_function (tests.test_xpath31.LxmlXPath31ParserTest.test_transform_function) ... ok test_translate_function (tests.test_xpath31.LxmlXPath31ParserTest.test_translate_function) ... ok test_treat_as_expression (tests.test_xpath31.LxmlXPath31ParserTest.test_treat_as_expression) ... ok test_union (tests.test_xpath31.LxmlXPath31ParserTest.test_union) ... ok test_union_intersect_except_operators (tests.test_xpath31.LxmlXPath31ParserTest.test_union_intersect_except_operators) ... ok test_unknown_axis (tests.test_xpath31.LxmlXPath31ParserTest.test_unknown_axis) ... ok test_unknown_function (tests.test_xpath31.LxmlXPath31ParserTest.test_unknown_function) ... ok test_variable_reference (tests.test_xpath31.LxmlXPath31ParserTest.test_variable_reference) ... ok test_variable_substitution (tests.test_xpath31.LxmlXPath31ParserTest.test_variable_substitution) ... ok test_variable_types_argument (tests.test_xpath31.LxmlXPath31ParserTest.test_variable_types_argument) ... ok test_wrong_nargs (tests.test_xpath31.LxmlXPath31ParserTest.test_wrong_nargs) ... ok test_wrong_syntax (tests.test_xpath31.LxmlXPath31ParserTest.test_wrong_syntax) ... ok test_xml_to_json_function (tests.test_xpath31.LxmlXPath31ParserTest.test_xml_to_json_function) ... ok test_xpath_comments (tests.test_xpath31.LxmlXPath31ParserTest.test_xpath_comments) ... ok test_xpath_tokenizer (tests.test_xpath31.LxmlXPath31ParserTest.test_xpath_tokenizer) ... ok test_xsd_qname_method (tests.test_xpath31.LxmlXPath31ParserTest.test_xsd_qname_method) ... ok test_year_month_duration_operators (tests.test_xpath31.LxmlXPath31ParserTest.test_year_month_duration_operators) ... ok test_any_uri_constructor (tests.test_xpath31.XPath31ConstructorsTest.test_any_uri_constructor) ... ok test_base64_binary_constructor (tests.test_xpath31.XPath31ConstructorsTest.test_base64_binary_constructor) ... ok test_boolean_constructor (tests.test_xpath31.XPath31ConstructorsTest.test_boolean_constructor) ... ok test_constructor_class (tests.test_xpath31.XPath31ConstructorsTest.test_constructor_class) ... ok test_date_constructor (tests.test_xpath31.XPath31ConstructorsTest.test_date_constructor) ... ok test_datetime_constructor (tests.test_xpath31.XPath31ConstructorsTest.test_datetime_constructor) ... ok test_datetimestamp_constructor (tests.test_xpath31.XPath31ConstructorsTest.test_datetimestamp_constructor) ... ok test_day_time_duration_constructor (tests.test_xpath31.XPath31ConstructorsTest.test_day_time_duration_constructor) ... ok test_decimal_constructors (tests.test_xpath31.XPath31ConstructorsTest.test_decimal_constructors) ... ok test_double_constructor (tests.test_xpath31.XPath31ConstructorsTest.test_double_constructor) ... ok test_duration_constructor (tests.test_xpath31.XPath31ConstructorsTest.test_duration_constructor) ... ok test_entity_constructor (tests.test_xpath31.XPath31ConstructorsTest.test_entity_constructor) ... ok test_float_constructor (tests.test_xpath31.XPath31ConstructorsTest.test_float_constructor) ... ok test_gregorian_day_constructor (tests.test_xpath31.XPath31ConstructorsTest.test_gregorian_day_constructor) ... ok test_gregorian_month_constructor (tests.test_xpath31.XPath31ConstructorsTest.test_gregorian_month_constructor) ... ok test_gregorian_month_day_constructor (tests.test_xpath31.XPath31ConstructorsTest.test_gregorian_month_day_constructor) ... ok test_gregorian_year_constructor (tests.test_xpath31.XPath31ConstructorsTest.test_gregorian_year_constructor) ... ok test_gregorian_year_month_constructor (tests.test_xpath31.XPath31ConstructorsTest.test_gregorian_year_month_constructor) ... ok test_hex_binary_constructor (tests.test_xpath31.XPath31ConstructorsTest.test_hex_binary_constructor) ... ok test_id_constructor (tests.test_xpath31.XPath31ConstructorsTest.test_id_constructor) ... ok test_idref_constructor (tests.test_xpath31.XPath31ConstructorsTest.test_idref_constructor) ... ok test_integer_constructors (tests.test_xpath31.XPath31ConstructorsTest.test_integer_constructors) ... ok test_invalid_arguments (tests.test_xpath31.XPath31ConstructorsTest.test_invalid_arguments) ... ok test_language_constructor (tests.test_xpath31.XPath31ConstructorsTest.test_language_constructor) ... ok test_limited_integer_constructors (tests.test_xpath31.XPath31ConstructorsTest.test_limited_integer_constructors) ... ok test_missing_context_on_namespaced_name__issue_068 (tests.test_xpath31.XPath31ConstructorsTest.test_missing_context_on_namespaced_name__issue_068) ... ok test_name_constructor (tests.test_xpath31.XPath31ConstructorsTest.test_name_constructor) ... ok test_ncname_constructor (tests.test_xpath31.XPath31ConstructorsTest.test_ncname_constructor) ... ok test_nmtoken_constructor (tests.test_xpath31.XPath31ConstructorsTest.test_nmtoken_constructor) ... ok test_normalized_string_constructor (tests.test_xpath31.XPath31ConstructorsTest.test_normalized_string_constructor) ... ok test_notation_constructor (tests.test_xpath31.XPath31ConstructorsTest.test_notation_constructor) ... ok test_qname_constructor (tests.test_xpath31.XPath31ConstructorsTest.test_qname_constructor) ... ok test_string_constructor (tests.test_xpath31.XPath31ConstructorsTest.test_string_constructor) ... ok test_time_constructor (tests.test_xpath31.XPath31ConstructorsTest.test_time_constructor) ... ok test_token_constructor (tests.test_xpath31.XPath31ConstructorsTest.test_token_constructor) ... ok test_unknown_constructor (tests.test_xpath31.XPath31ConstructorsTest.test_unknown_constructor) ... ok test_untyped_atomic_constructor (tests.test_xpath31.XPath31ConstructorsTest.test_untyped_atomic_constructor) ... ok test_year_month_duration_constructor (tests.test_xpath31.XPath31ConstructorsTest.test_year_month_duration_constructor) ... ok test_abs_function (tests.test_xpath31.XPath31FunctionsTest.test_abs_function) ... ok test_acos_math_function (tests.test_xpath31.XPath31FunctionsTest.test_acos_math_function) ... ok test_adjust_date_to_timezone_function (tests.test_xpath31.XPath31FunctionsTest.test_adjust_date_to_timezone_function) ... ok test_adjust_datetime_to_timezone_function (tests.test_xpath31.XPath31FunctionsTest.test_adjust_datetime_to_timezone_function) ... ok test_adjust_time_to_timezone_function (tests.test_xpath31.XPath31FunctionsTest.test_adjust_time_to_timezone_function) ... ok test_analyze_string_function (tests.test_xpath31.XPath31FunctionsTest.test_analyze_string_function) ... ok test_asin_math_function (tests.test_xpath31.XPath31FunctionsTest.test_asin_math_function) ... ok test_atan2_math_function (tests.test_xpath31.XPath31FunctionsTest.test_atan2_math_function) ... ok test_atan_math_function (tests.test_xpath31.XPath31FunctionsTest.test_atan_math_function) ... ok test_available_environment_variables_function (tests.test_xpath31.XPath31FunctionsTest.test_available_environment_variables_function) ... ok test_avg_function (tests.test_xpath31.XPath31FunctionsTest.test_avg_function) ... ok test_base_uri_function (tests.test_xpath31.XPath31FunctionsTest.test_base_uri_function) ... ok test_boolean_function (tests.test_xpath31.XPath31FunctionsTest.test_boolean_function) ... ok test_codepoint_equal_function (tests.test_xpath31.XPath31FunctionsTest.test_codepoint_equal_function) ... ok test_codepoints_to_string_function (tests.test_xpath31.XPath31FunctionsTest.test_codepoints_to_string_function) ... ok test_collection_function (tests.test_xpath31.XPath31FunctionsTest.test_collection_function) ... ok test_compare_function (tests.test_xpath31.XPath31FunctionsTest.test_compare_function) ... ok test_context_datetime_functions (tests.test_xpath31.XPath31FunctionsTest.test_context_datetime_functions) ... ok test_cos_math_function (tests.test_xpath31.XPath31FunctionsTest.test_cos_math_function) ... ok test_count_function (tests.test_xpath31.XPath31FunctionsTest.test_count_function) ... ok test_data_function_with_typed_nodes (tests.test_xpath31.XPath31FunctionsTest.test_data_function_with_typed_nodes) ... ok test_datetime_function (tests.test_xpath31.XPath31FunctionsTest.test_datetime_function) ... ok test_day_from_date_function (tests.test_xpath31.XPath31FunctionsTest.test_day_from_date_function) ... ok test_day_from_datetime_function (tests.test_xpath31.XPath31FunctionsTest.test_day_from_datetime_function) ... ok test_days_from_duration_function (tests.test_xpath31.XPath31FunctionsTest.test_days_from_duration_function) ... ok test_deep_equal_function (tests.test_xpath31.XPath31FunctionsTest.test_deep_equal_function) ... ok test_deep_equal_function_on_nested_sequences (tests.test_xpath31.XPath31FunctionsTest.test_deep_equal_function_on_nested_sequences) ... ok test_default_collation_function (tests.test_xpath31.XPath31FunctionsTest.test_default_collation_function) ... ok test_distinct_values_function (tests.test_xpath31.XPath31FunctionsTest.test_distinct_values_function) ... ok test_doc_functions (tests.test_xpath31.XPath31FunctionsTest.test_doc_functions) ... ok test_document_uri_function (tests.test_xpath31.XPath31FunctionsTest.test_document_uri_function) ... ok test_empty_function (tests.test_xpath31.XPath31FunctionsTest.test_empty_function) ... ok test_encode_for_uri_function (tests.test_xpath31.XPath31FunctionsTest.test_encode_for_uri_function) ... ok test_ends_with_function (tests.test_xpath31.XPath31FunctionsTest.test_ends_with_function) ... ok test_environment_variable_function (tests.test_xpath31.XPath31FunctionsTest.test_environment_variable_function) ... ok test_error_function (tests.test_xpath31.XPath31FunctionsTest.test_error_function) ... ok test_escape_html_uri_function (tests.test_xpath31.XPath31FunctionsTest.test_escape_html_uri_function) ... ok test_exists_function (tests.test_xpath31.XPath31FunctionsTest.test_exists_function) ... ok test_exp10_math_function (tests.test_xpath31.XPath31FunctionsTest.test_exp10_math_function) ... ok test_exp_math_function (tests.test_xpath31.XPath31FunctionsTest.test_exp_math_function) ... ok test_filter (tests.test_xpath31.XPath31FunctionsTest.test_filter) ... ok test_fold_left (tests.test_xpath31.XPath31FunctionsTest.test_fold_left) ... ok test_fold_right (tests.test_xpath31.XPath31FunctionsTest.test_fold_right) ... ok test_for_each (tests.test_xpath31.XPath31FunctionsTest.test_for_each) ... ok test_for_each_pair (tests.test_xpath31.XPath31FunctionsTest.test_for_each_pair) ... ok test_format_integer (tests.test_xpath31.XPath31FunctionsTest.test_format_integer) ... ok test_function_arity (tests.test_xpath31.XPath31FunctionsTest.test_function_arity) ... ok test_function_lookup (tests.test_xpath31.XPath31FunctionsTest.test_function_lookup) ... ok test_function_name (tests.test_xpath31.XPath31FunctionsTest.test_function_name) ... ok test_generate_id_function (tests.test_xpath31.XPath31FunctionsTest.test_generate_id_function) ... ok test_has_children_function (tests.test_xpath31.XPath31FunctionsTest.test_has_children_function) ... ok test_head_function (tests.test_xpath31.XPath31FunctionsTest.test_head_function) ... ok test_hours_from_datetime_function (tests.test_xpath31.XPath31FunctionsTest.test_hours_from_datetime_function) ... ok test_hours_from_duration_function (tests.test_xpath31.XPath31FunctionsTest.test_hours_from_duration_function) ... ok test_hours_from_time_function (tests.test_xpath31.XPath31FunctionsTest.test_hours_from_time_function) ... ok test_in_scope_prefixes_function (tests.test_xpath31.XPath31FunctionsTest.test_in_scope_prefixes_function) ... ok test_index_of_function (tests.test_xpath31.XPath31FunctionsTest.test_index_of_function) ... ok test_inline_function_expression (tests.test_xpath31.XPath31FunctionsTest.test_inline_function_expression) ... ok test_innermost_function (tests.test_xpath31.XPath31FunctionsTest.test_innermost_function) ... ok test_insert_before_function (tests.test_xpath31.XPath31FunctionsTest.test_insert_before_function) ... ok test_iri_to_uri_function (tests.test_xpath31.XPath31FunctionsTest.test_iri_to_uri_function) ... ok test_local_name_from_qname_function (tests.test_xpath31.XPath31FunctionsTest.test_local_name_from_qname_function) ... ok test_log10_math_function (tests.test_xpath31.XPath31FunctionsTest.test_log10_math_function) ... ok test_log_math_function (tests.test_xpath31.XPath31FunctionsTest.test_log_math_function) ... ok test_lower_case_function (tests.test_xpath31.XPath31FunctionsTest.test_lower_case_function) ... ok test_matches_function (tests.test_xpath31.XPath31FunctionsTest.test_matches_function) ... ok test_max_function (tests.test_xpath31.XPath31FunctionsTest.test_max_function) ... ok test_min_function (tests.test_xpath31.XPath31FunctionsTest.test_min_function) ... ok test_minutes_from_datetime_function (tests.test_xpath31.XPath31FunctionsTest.test_minutes_from_datetime_function) ... ok test_minutes_from_duration_function (tests.test_xpath31.XPath31FunctionsTest.test_minutes_from_duration_function) ... ok test_minutes_from_time_function (tests.test_xpath31.XPath31FunctionsTest.test_minutes_from_time_function) ... ok test_month_from_date_function (tests.test_xpath31.XPath31FunctionsTest.test_month_from_date_function) ... ok test_month_from_datetime_function (tests.test_xpath31.XPath31FunctionsTest.test_month_from_datetime_function) ... ok test_months_from_duration_function (tests.test_xpath31.XPath31FunctionsTest.test_months_from_duration_function) ... ok test_namespace_uri_for_prefix_function (tests.test_xpath31.XPath31FunctionsTest.test_namespace_uri_for_prefix_function) ... ok test_namespace_uri_from_qname_function (tests.test_xpath31.XPath31FunctionsTest.test_namespace_uri_from_qname_function) ... ok test_node_accessor_functions (tests.test_xpath31.XPath31FunctionsTest.test_node_accessor_functions) ... ok test_node_name_function__issue__091 (tests.test_xpath31.XPath31FunctionsTest.test_node_name_function__issue__091) ... ok test_node_set_id_function (tests.test_xpath31.XPath31FunctionsTest.test_node_set_id_function) ... ok test_node_set_id_function_with_schema (tests.test_xpath31.XPath31FunctionsTest.test_node_set_id_function_with_schema) ... ok test_node_set_id_function_with_wrong_schema (tests.test_xpath31.XPath31FunctionsTest.test_node_set_id_function_with_wrong_schema) ... ok test_node_set_idref_function (tests.test_xpath31.XPath31FunctionsTest.test_node_set_idref_function) ... ok test_normalize_unicode_function (tests.test_xpath31.XPath31FunctionsTest.test_normalize_unicode_function) ... ok test_odd_children_serialization__issue_056 (tests.test_xpath31.XPath31FunctionsTest.test_odd_children_serialization__issue_056) ... ok test_outermost_function (tests.test_xpath31.XPath31FunctionsTest.test_outermost_function) ... ok test_outermost_function_call__issue_092 (tests.test_xpath31.XPath31FunctionsTest.test_outermost_function_call__issue_092) ... ok test_parse_xml_fragment_function (tests.test_xpath31.XPath31FunctionsTest.test_parse_xml_fragment_function) ... ok test_parse_xml_function (tests.test_xpath31.XPath31FunctionsTest.test_parse_xml_function) ... ok test_path_function__issue_067 (tests.test_xpath31.XPath31FunctionsTest.test_path_function__issue_067) ... ok test_path_function_with_namespaces (tests.test_xpath31.XPath31FunctionsTest.test_path_function_with_namespaces) ... ok test_path_function_with_same_child (tests.test_xpath31.XPath31FunctionsTest.test_path_function_with_same_child) ... ok test_pi_math_function (tests.test_xpath31.XPath31FunctionsTest.test_pi_math_function) ... ok test_pow_math_function (tests.test_xpath31.XPath31FunctionsTest.test_pow_math_function) ... ok test_prefix_from_qname_function (tests.test_xpath31.XPath31FunctionsTest.test_prefix_from_qname_function) ... ok test_qname_function (tests.test_xpath31.XPath31FunctionsTest.test_qname_function) ... ok test_remove_function (tests.test_xpath31.XPath31FunctionsTest.test_remove_function) ... ok test_replace_function (tests.test_xpath31.XPath31FunctionsTest.test_replace_function) ... ok test_resolve_qname_function (tests.test_xpath31.XPath31FunctionsTest.test_resolve_qname_function) ... ok test_resolve_uri_function (tests.test_xpath31.XPath31FunctionsTest.test_resolve_uri_function) ... ok test_reverse_function (tests.test_xpath31.XPath31FunctionsTest.test_reverse_function) ... ok test_root_function (tests.test_xpath31.XPath31FunctionsTest.test_root_function) ... ok test_round_half_to_even_function (tests.test_xpath31.XPath31FunctionsTest.test_round_half_to_even_function) ... ok test_seconds_from_datetime_function (tests.test_xpath31.XPath31FunctionsTest.test_seconds_from_datetime_function) ... ok test_seconds_from_duration_function (tests.test_xpath31.XPath31FunctionsTest.test_seconds_from_duration_function) ... ok test_seconds_from_time_function (tests.test_xpath31.XPath31FunctionsTest.test_seconds_from_time_function) ... ok test_sequence_cardinality_functions (tests.test_xpath31.XPath31FunctionsTest.test_sequence_cardinality_functions) ... ok test_serialize_function (tests.test_xpath31.XPath31FunctionsTest.test_serialize_function) ... ok test_sin_math_function (tests.test_xpath31.XPath31FunctionsTest.test_sin_math_function) ... ok test_sqrt_math_function (tests.test_xpath31.XPath31FunctionsTest.test_sqrt_math_function) ... ok test_static_base_uri_function (tests.test_xpath31.XPath31FunctionsTest.test_static_base_uri_function) ... ok test_string_and_data_functions (tests.test_xpath31.XPath31FunctionsTest.test_string_and_data_functions) ... ok test_string_join_function (tests.test_xpath31.XPath31FunctionsTest.test_string_join_function) ... ok test_string_to_codepoints_function (tests.test_xpath31.XPath31FunctionsTest.test_string_to_codepoints_function) ... ok test_subsequence_function (tests.test_xpath31.XPath31FunctionsTest.test_subsequence_function) ... ok test_sum_function (tests.test_xpath31.XPath31FunctionsTest.test_sum_function) ... ok test_tail_function (tests.test_xpath31.XPath31FunctionsTest.test_tail_function) ... ok test_tan_math_function (tests.test_xpath31.XPath31FunctionsTest.test_tan_math_function) ... ok test_timezone_from_date_function (tests.test_xpath31.XPath31FunctionsTest.test_timezone_from_date_function) ... ok test_timezone_from_datetime_function (tests.test_xpath31.XPath31FunctionsTest.test_timezone_from_datetime_function) ... ok test_timezone_from_time_function (tests.test_xpath31.XPath31FunctionsTest.test_timezone_from_time_function) ... ok test_tokenize_function (tests.test_xpath31.XPath31FunctionsTest.test_tokenize_function) ... ok test_trace_function (tests.test_xpath31.XPath31FunctionsTest.test_trace_function) ... ok test_unordered_function (tests.test_xpath31.XPath31FunctionsTest.test_unordered_function) ... ok test_unparsed_text_function (tests.test_xpath31.XPath31FunctionsTest.test_unparsed_text_function) ... ok test_upper_case_function (tests.test_xpath31.XPath31FunctionsTest.test_upper_case_function) ... ok test_year_from_date_function (tests.test_xpath31.XPath31FunctionsTest.test_year_from_date_function) ... ok test_year_from_datetime_function (tests.test_xpath31.XPath31FunctionsTest.test_year_from_datetime_function) ... ok test_years_from_duration_function (tests.test_xpath31.XPath31FunctionsTest.test_years_from_duration_function) ... ok test_add_day_time_duration_to_datetime (tests.test_xpath31.XPath31ParserTest.test_add_day_time_duration_to_datetime) ... ok test_add_day_time_duration_to_time (tests.test_xpath31.XPath31ParserTest.test_add_day_time_duration_to_time) ... ok test_add_year_month_duration_to_date (tests.test_xpath31.XPath31ParserTest.test_add_year_month_duration_to_date) ... ok test_add_year_month_duration_to_datetime (tests.test_xpath31.XPath31ParserTest.test_add_year_month_duration_to_datetime) ... ok test_addition_and_subtraction_operators (tests.test_xpath31.XPath31ParserTest.test_addition_and_subtraction_operators) ... ok test_ancestor_axes (tests.test_xpath31.XPath31ParserTest.test_ancestor_axes) ... ok test_apply_function (tests.test_xpath31.XPath31ParserTest.test_apply_function) ... ok test_array_append_function (tests.test_xpath31.XPath31ParserTest.test_array_append_function) ... ok test_array_filter_function (tests.test_xpath31.XPath31ParserTest.test_array_filter_function) ... ok test_array_flatten_function (tests.test_xpath31.XPath31ParserTest.test_array_flatten_function) ... ok test_array_fold_left_function (tests.test_xpath31.XPath31ParserTest.test_array_fold_left_function) ... ok test_array_fold_right_function (tests.test_xpath31.XPath31ParserTest.test_array_fold_right_function) ... ok test_array_for_each_function (tests.test_xpath31.XPath31ParserTest.test_array_for_each_function) ... ok test_array_for_each_pair_function (tests.test_xpath31.XPath31ParserTest.test_array_for_each_pair_function) ... ok test_array_get_function (tests.test_xpath31.XPath31ParserTest.test_array_get_function) ... ok test_array_head_function (tests.test_xpath31.XPath31ParserTest.test_array_head_function) ... ok test_array_insert_before_function (tests.test_xpath31.XPath31ParserTest.test_array_insert_before_function) ... ok test_array_join_function (tests.test_xpath31.XPath31ParserTest.test_array_join_function) ... ok test_array_lookup (tests.test_xpath31.XPath31ParserTest.test_array_lookup) ... ok test_array_put_function (tests.test_xpath31.XPath31ParserTest.test_array_put_function) ... ok test_array_remove_function (tests.test_xpath31.XPath31ParserTest.test_array_remove_function) ... ok test_array_reverse_function (tests.test_xpath31.XPath31ParserTest.test_array_reverse_function) ... ok test_array_size_function (tests.test_xpath31.XPath31ParserTest.test_array_size_function) ... ok test_array_sort_function (tests.test_xpath31.XPath31ParserTest.test_array_sort_function) ... ok test_array_subarray_function (tests.test_xpath31.XPath31ParserTest.test_array_subarray_function) ... ok test_array_tail_function (tests.test_xpath31.XPath31ParserTest.test_array_tail_function) ... ok test_arrow_operator (tests.test_xpath31.XPath31ParserTest.test_arrow_operator) ... ok test_attribute_abbreviation_and_axis (tests.test_xpath31.XPath31ParserTest.test_attribute_abbreviation_and_axis) ... ok test_attribute_accessor (tests.test_xpath31.XPath31ParserTest.test_attribute_accessor) ... ok test_auxiliary_tokens (tests.test_xpath31.XPath31ParserTest.test_auxiliary_tokens) ... ok test_boolean_context_nonempty_elements (tests.test_xpath31.XPath31ParserTest.test_boolean_context_nonempty_elements) ... ok test_boolean_evaluation_in_selector (tests.test_xpath31.XPath31ParserTest.test_boolean_evaluation_in_selector) ... ok test_boolean_functions (tests.test_xpath31.XPath31ParserTest.test_boolean_functions) ... ok test_braced_uri_literal (tests.test_xpath31.XPath31ParserTest.test_braced_uri_literal) ... ok test_cast_expression (tests.test_xpath31.XPath31ParserTest.test_cast_expression) ... ok test_cast_or_castable_with_derived_type (tests.test_xpath31.XPath31ParserTest.test_cast_or_castable_with_derived_type) ... ok test_castable_expression (tests.test_xpath31.XPath31ParserTest.test_castable_expression) ... ok test_ceiling_function (tests.test_xpath31.XPath31ParserTest.test_ceiling_function) ... ok test_check_variables_method (tests.test_xpath31.XPath31ParserTest.test_check_variables_method) ... ok test_child_axis (tests.test_xpath31.XPath31ParserTest.test_child_axis) ... ok test_collation_key_function (tests.test_xpath31.XPath31ParserTest.test_collation_key_function) ... ok test_collection_types_argument (tests.test_xpath31.XPath31ParserTest.test_collection_types_argument) ... ok test_comma_operator (tests.test_xpath31.XPath31ParserTest.test_comma_operator) ... ok test_comparison_in_expression (tests.test_xpath31.XPath31ParserTest.test_comparison_in_expression) ... ok test_comparison_of_sequences (tests.test_xpath31.XPath31ParserTest.test_comparison_of_sequences) ... ok test_comparison_operators (tests.test_xpath31.XPath31ParserTest.test_comparison_operators) ... ok test_concat_function (tests.test_xpath31.XPath31ParserTest.test_concat_function) ... ok test_concat_operator (tests.test_xpath31.XPath31ParserTest.test_concat_operator) ... ok test_contains_function (tests.test_xpath31.XPath31ParserTest.test_contains_function) ... ok test_contains_token_function (tests.test_xpath31.XPath31ParserTest.test_contains_token_function) ... ok test_context_item_expression (tests.test_xpath31.XPath31ParserTest.test_context_item_expression) ... ok test_context_variables (tests.test_xpath31.XPath31ParserTest.test_context_variables) ... ok test_count_function (tests.test_xpath31.XPath31ParserTest.test_count_function) ... ok test_curly_array_constructor (tests.test_xpath31.XPath31ParserTest.test_curly_array_constructor) ... ok test_day_time_duration_operators (tests.test_xpath31.XPath31ParserTest.test_day_time_duration_operators) ... ok test_decimal_formats_argument (tests.test_xpath31.XPath31ParserTest.test_decimal_formats_argument) ... ok test_default_axis (tests.test_xpath31.XPath31ParserTest.test_default_axis) Tests about when child:: default axis is applied. ... ok test_default_collation_argument (tests.test_xpath31.XPath31ParserTest.test_default_collation_argument) ... ok test_default_collection_type_argument (tests.test_xpath31.XPath31ParserTest.test_default_collection_type_argument) ... ok test_default_namespace (tests.test_xpath31.XPath31ParserTest.test_default_namespace) ... ok test_defuse_xml_argument (tests.test_xpath31.XPath31ParserTest.test_defuse_xml_argument) ... ok test_descendant_axis (tests.test_xpath31.XPath31ParserTest.test_descendant_axis) ... ok test_descendant_or_self_axis (tests.test_xpath31.XPath31ParserTest.test_descendant_or_self_axis) ... ok test_descendant_predicate__issue_51 (tests.test_xpath31.XPath31ParserTest.test_descendant_predicate__issue_51) ... ok test_div_operator (tests.test_xpath31.XPath31ParserTest.test_div_operator) ... ok test_document_node_accessor (tests.test_xpath31.XPath31ParserTest.test_document_node_accessor) ... ok test_document_types_argument (tests.test_xpath31.XPath31ParserTest.test_document_types_argument) ... ok test_double_slash_shortcut (tests.test_xpath31.XPath31ParserTest.test_double_slash_shortcut) ... ok test_double_slash_shortcut_pr16 (tests.test_xpath31.XPath31ParserTest.test_double_slash_shortcut_pr16) ... ok test_duration_with_arithmetical_operators (tests.test_xpath31.XPath31ParserTest.test_duration_with_arithmetical_operators) ... ok test_dynamic_function_call (tests.test_xpath31.XPath31ParserTest.test_dynamic_function_call) ... ok test_element_accessor (tests.test_xpath31.XPath31ParserTest.test_element_accessor) ... ok test_element_decimal_cast (tests.test_xpath31.XPath31ParserTest.test_element_decimal_cast) ... ok test_element_decimal_comparison_after_round (tests.test_xpath31.XPath31ParserTest.test_element_decimal_comparison_after_round) ... ok test_empty_sequence_type (tests.test_xpath31.XPath31ParserTest.test_empty_sequence_type) ... ok test_external_function_arguments (tests.test_xpath31.XPath31ParserTest.test_external_function_arguments) ... ok test_external_function_arguments__issue_92 (tests.test_xpath31.XPath31ParserTest.test_external_function_arguments__issue_92) ... ok test_external_function_arity (tests.test_xpath31.XPath31ParserTest.test_external_function_arity) ... ok test_external_function_registration (tests.test_xpath31.XPath31ParserTest.test_external_function_registration) ... ok test_floor_function (tests.test_xpath31.XPath31ParserTest.test_floor_function) ... ok test_following_axis (tests.test_xpath31.XPath31ParserTest.test_following_axis) ... ok test_following_sibling_axis (tests.test_xpath31.XPath31ParserTest.test_following_sibling_axis) ... ok test_for_expressions (tests.test_xpath31.XPath31ParserTest.test_for_expressions) ... ok test_function_match (tests.test_xpath31.XPath31ParserTest.test_function_match) ... ok test_function_namespace (tests.test_xpath31.XPath31ParserTest.test_function_namespace) ... ok test_function_signatures (tests.test_xpath31.XPath31ParserTest.test_function_signatures) ... ok test_function_test (tests.test_xpath31.XPath31ParserTest.test_function_test) ... ok test_get_function (tests.test_xpath31.XPath31ParserTest.test_get_function) ... ok test_idiv_operator (tests.test_xpath31.XPath31ParserTest.test_idiv_operator) ... ok test_if_expressions (tests.test_xpath31.XPath31ParserTest.test_if_expressions) ... ok test_instance_of_expression (tests.test_xpath31.XPath31ParserTest.test_instance_of_expression) ... ok test_int_to_alphabetic (tests.test_xpath31.XPath31ParserTest.test_int_to_alphabetic) ... ok test_int_to_roman (tests.test_xpath31.XPath31ParserTest.test_int_to_roman) ... ok test_int_to_words (tests.test_xpath31.XPath31ParserTest.test_int_to_words) ... ok test_invalid_schema_argument (tests.test_xpath31.XPath31ParserTest.test_invalid_schema_argument) ... ok test_is_instance_function_with_schema (tests.test_xpath31.XPath31ParserTest.test_is_instance_function_with_schema) ... ok test_issue_082 (tests.test_xpath31.XPath31ParserTest.test_issue_082) ... ok test_issue_083 (tests.test_xpath31.XPath31ParserTest.test_issue_083) ... ok test_issue_093 (tests.test_xpath31.XPath31ParserTest.test_issue_093) ... ok test_issue_093_with_schema (tests.test_xpath31.XPath31ParserTest.test_issue_093_with_schema) ... ok test_issue_35_getting_attribute_names (tests.test_xpath31.XPath31ParserTest.test_issue_35_getting_attribute_names) ... ok test_item_sequence_type (tests.test_xpath31.XPath31ParserTest.test_item_sequence_type) ... ok test_json_to_xml_function (tests.test_xpath31.XPath31ParserTest.test_json_to_xml_function) ... ok test_lang_function (tests.test_xpath31.XPath31ParserTest.test_lang_function) ... ok test_let_expression (tests.test_xpath31.XPath31ParserTest.test_let_expression) ... ok test_load_xquery_module_function (tests.test_xpath31.XPath31ParserTest.test_load_xquery_module_function) ... ok test_logical_and_operator (tests.test_xpath31.XPath31ParserTest.test_logical_and_operator) ... ok test_logical_expressions (tests.test_xpath31.XPath31ParserTest.test_logical_expressions) ... ok test_logical_expressions_ (tests.test_xpath31.XPath31ParserTest.test_logical_expressions_) ... ok test_logical_or_operator (tests.test_xpath31.XPath31ParserTest.test_logical_or_operator) ... ok test_lookup_operator_tree (tests.test_xpath31.XPath31ParserTest.test_lookup_operator_tree) ... ok test_lookup_postfix_operator (tests.test_xpath31.XPath31ParserTest.test_lookup_postfix_operator) ... ok test_lookup_unary_operator (tests.test_xpath31.XPath31ParserTest.test_lookup_unary_operator) ... ok test_map_ambiguity (tests.test_xpath31.XPath31ParserTest.test_map_ambiguity) ... ok test_map_contains_function (tests.test_xpath31.XPath31ParserTest.test_map_contains_function) ... ok test_map_entry_function (tests.test_xpath31.XPath31ParserTest.test_map_entry_function) ... ok test_map_find_function (tests.test_xpath31.XPath31ParserTest.test_map_find_function) ... ok test_map_for_each_function (tests.test_xpath31.XPath31ParserTest.test_map_for_each_function) ... ok test_map_get_function (tests.test_xpath31.XPath31ParserTest.test_map_get_function) ... ok test_map_keys_function (tests.test_xpath31.XPath31ParserTest.test_map_keys_function) ... ok test_map_merge_function (tests.test_xpath31.XPath31ParserTest.test_map_merge_function) ... ok test_map_put_function (tests.test_xpath31.XPath31ParserTest.test_map_put_function) ... ok test_map_remove_function (tests.test_xpath31.XPath31ParserTest.test_map_remove_function) ... ok test_map_size_function (tests.test_xpath31.XPath31ParserTest.test_map_size_function) ... ok test_map_weekdays (tests.test_xpath31.XPath31ParserTest.test_map_weekdays) ... ok test_namespace_axis (tests.test_xpath31.XPath31ParserTest.test_namespace_axis) ... ok test_namespace_axis_on_schema_context (tests.test_xpath31.XPath31ParserTest.test_namespace_axis_on_schema_context) ... ok test_nested_map (tests.test_xpath31.XPath31ParserTest.test_nested_map) ... ok test_node_and_node_accessors (tests.test_xpath31.XPath31ParserTest.test_node_and_node_accessors) ... ok test_node_comparison_operators (tests.test_xpath31.XPath31ParserTest.test_node_comparison_operators) ... ok test_node_selection (tests.test_xpath31.XPath31ParserTest.test_node_selection) ... ok test_node_set_functions (tests.test_xpath31.XPath31ParserTest.test_node_set_functions) ... ok test_node_set_id_function (tests.test_xpath31.XPath31ParserTest.test_node_set_id_function) ... ok test_node_types (tests.test_xpath31.XPath31ParserTest.test_node_types) ... ok test_nonempty_elements (tests.test_xpath31.XPath31ParserTest.test_nonempty_elements) ... ok test_normalize_space_function (tests.test_xpath31.XPath31ParserTest.test_normalize_space_function) ... ok test_number_function (tests.test_xpath31.XPath31ParserTest.test_number_function) ... ok test_numerical_add_operator (tests.test_xpath31.XPath31ParserTest.test_numerical_add_operator) ... ok test_numerical_expressions (tests.test_xpath31.XPath31ParserTest.test_numerical_expressions) ... ok test_numerical_mod_operator (tests.test_xpath31.XPath31ParserTest.test_numerical_mod_operator) ... ok test_numerical_sub_operator (tests.test_xpath31.XPath31ParserTest.test_numerical_sub_operator) ... ok test_operator_ambiguity (tests.test_xpath31.XPath31ParserTest.test_operator_ambiguity) ... ok test_order_with_descendants__issue_079 (tests.test_xpath31.XPath31ParserTest.test_order_with_descendants__issue_079) ... ok test_parent_shortcut_and_axis (tests.test_xpath31.XPath31ParserTest.test_parent_shortcut_and_axis) ... ok test_parenthesized_expression (tests.test_xpath31.XPath31ParserTest.test_parenthesized_expression) ... ok test_parenthesized_expressions (tests.test_xpath31.XPath31ParserTest.test_parenthesized_expressions) ... ok test_parse_ietf_date_function (tests.test_xpath31.XPath31ParserTest.test_parse_ietf_date_function) ... ok test_parse_json_function (tests.test_xpath31.XPath31ParserTest.test_parse_json_function) ... ok test_parser_pickling (tests.test_xpath31.XPath31ParserTest.test_parser_pickling) ... ok test_parser_position (tests.test_xpath31.XPath31ParserTest.test_parser_position) ... ok test_path_step_operator (tests.test_xpath31.XPath31ParserTest.test_path_step_operator) ... ok test_path_step_operator_with_duplicates (tests.test_xpath31.XPath31ParserTest.test_path_step_operator_with_duplicates) ... ok test_picture_pattern (tests.test_xpath31.XPath31ParserTest.test_picture_pattern) ... ok test_preceding_axis (tests.test_xpath31.XPath31ParserTest.test_preceding_axis) ... ok test_preceding_sibling_axis (tests.test_xpath31.XPath31ParserTest.test_preceding_sibling_axis) ... ok test_predicate (tests.test_xpath31.XPath31ParserTest.test_predicate) ... ok test_prefixed_references (tests.test_xpath31.XPath31ParserTest.test_prefixed_references) ... ok test_proxy_token_disambiguation__issue_078 (tests.test_xpath31.XPath31ParserTest.test_proxy_token_disambiguation__issue_078) ... ok test_quantifier_expressions (tests.test_xpath31.XPath31ParserTest.test_quantifier_expressions) ... ok test_random_number_generator_function (tests.test_xpath31.XPath31ParserTest.test_random_number_generator_function) ... ok test_range_expressions (tests.test_xpath31.XPath31ParserTest.test_range_expressions) ... ok test_raw_resolution_for_issue_73 (tests.test_xpath31.XPath31ParserTest.test_raw_resolution_for_issue_73) ... ok test_round_function (tests.test_xpath31.XPath31ParserTest.test_round_function) ... ok test_self_axis (tests.test_xpath31.XPath31ParserTest.test_self_axis) ... ok test_sort_function (tests.test_xpath31.XPath31ParserTest.test_sort_function) ... ok test_square_array_constructor (tests.test_xpath31.XPath31ParserTest.test_square_array_constructor) ... ok test_starts_with_function (tests.test_xpath31.XPath31ParserTest.test_starts_with_function) ... ok test_statements_ambiguity (tests.test_xpath31.XPath31ParserTest.test_statements_ambiguity) ... ok test_static_analysis_phase (tests.test_xpath31.XPath31ParserTest.test_static_analysis_phase) ... ok test_string_function (tests.test_xpath31.XPath31ParserTest.test_string_function) ... ok test_string_length_function (tests.test_xpath31.XPath31ParserTest.test_string_length_function) ... ok test_string_representation (tests.test_xpath31.XPath31ParserTest.test_string_representation) ... ok test_substring_after_function (tests.test_xpath31.XPath31ParserTest.test_substring_after_function) ... ok test_substring_before_function (tests.test_xpath31.XPath31ParserTest.test_substring_before_function) ... ok test_substring_function (tests.test_xpath31.XPath31ParserTest.test_substring_function) ... ok test_subtract_dates (tests.test_xpath31.XPath31ParserTest.test_subtract_dates) ... ok test_subtract_datetimes (tests.test_xpath31.XPath31ParserTest.test_subtract_datetimes) ... ok test_subtract_day_time_duration_from_date (tests.test_xpath31.XPath31ParserTest.test_subtract_day_time_duration_from_date) ... ok test_subtract_day_time_duration_from_datetime (tests.test_xpath31.XPath31ParserTest.test_subtract_day_time_duration_from_datetime) ... ok test_subtract_day_time_duration_to_time (tests.test_xpath31.XPath31ParserTest.test_subtract_day_time_duration_to_time) ... ok test_subtract_times (tests.test_xpath31.XPath31ParserTest.test_subtract_times) ... ok test_subtract_year_month_duration_from_date (tests.test_xpath31.XPath31ParserTest.test_subtract_year_month_duration_from_date) ... ok test_subtract_year_month_duration_from_datetime (tests.test_xpath31.XPath31ParserTest.test_subtract_year_month_duration_from_datetime) ... ok test_sum_function (tests.test_xpath31.XPath31ParserTest.test_sum_function) ... ok test_token_classes (tests.test_xpath31.XPath31ParserTest.test_token_classes) ... ok test_token_source (tests.test_xpath31.XPath31ParserTest.test_token_source) ... ok test_token_tree (tests.test_xpath31.XPath31ParserTest.test_token_tree) ... ok test_tokenizer_ambiguity (tests.test_xpath31.XPath31ParserTest.test_tokenizer_ambiguity) ... ok test_transform_function (tests.test_xpath31.XPath31ParserTest.test_transform_function) ... ok test_translate_function (tests.test_xpath31.XPath31ParserTest.test_translate_function) ... ok test_treat_as_expression (tests.test_xpath31.XPath31ParserTest.test_treat_as_expression) ... ok test_union (tests.test_xpath31.XPath31ParserTest.test_union) ... ok test_union_intersect_except_operators (tests.test_xpath31.XPath31ParserTest.test_union_intersect_except_operators) ... ok test_unknown_axis (tests.test_xpath31.XPath31ParserTest.test_unknown_axis) ... ok test_unknown_function (tests.test_xpath31.XPath31ParserTest.test_unknown_function) ... ok test_variable_reference (tests.test_xpath31.XPath31ParserTest.test_variable_reference) ... ok test_variable_substitution (tests.test_xpath31.XPath31ParserTest.test_variable_substitution) ... ok test_variable_types_argument (tests.test_xpath31.XPath31ParserTest.test_variable_types_argument) ... ok test_wrong_nargs (tests.test_xpath31.XPath31ParserTest.test_wrong_nargs) ... ok test_wrong_syntax (tests.test_xpath31.XPath31ParserTest.test_wrong_syntax) ... ok test_xml_to_json_function (tests.test_xpath31.XPath31ParserTest.test_xml_to_json_function) ... ok test_xpath_comments (tests.test_xpath31.XPath31ParserTest.test_xpath_comments) ... ok test_xpath_tokenizer (tests.test_xpath31.XPath31ParserTest.test_xpath_tokenizer) ... ok test_xsd_qname_method (tests.test_xpath31.XPath31ParserTest.test_xsd_qname_method) ... ok test_year_month_duration_operators (tests.test_xpath31.XPath31ParserTest.test_year_month_duration_operators) ... ok test_context_root_type (tests.test_xpath_context.XPathContextTest.test_context_root_type) ... ok test_copy (tests.test_xpath_context.XPathContextTest.test_copy) ... ok test_default_collection (tests.test_xpath_context.XPathContextTest.test_default_collection) ... ok test_etree_property (tests.test_xpath_context.XPathContextTest.test_etree_property) ... ok test_invalid_initialization (tests.test_xpath_context.XPathContextTest.test_invalid_initialization) ... ok test_is_principal_node_kind (tests.test_xpath_context.XPathContextTest.test_is_principal_node_kind) ... ok test_iter_ancestors (tests.test_xpath_context.XPathContextTest.test_iter_ancestors) ... ok test_iter_attributes (tests.test_xpath_context.XPathContextTest.test_iter_attributes) ... ok test_iter_children_or_self (tests.test_xpath_context.XPathContextTest.test_iter_children_or_self) ... ok test_iter_descendants (tests.test_xpath_context.XPathContextTest.test_iter_descendants) ... ok test_iter_following (tests.test_xpath_context.XPathContextTest.test_iter_following) ... ok test_iter_parent (tests.test_xpath_context.XPathContextTest.test_iter_parent) ... ok test_iter_preceding (tests.test_xpath_context.XPathContextTest.test_iter_preceding) ... ok test_iter_product (tests.test_xpath_context.XPathContextTest.test_iter_product) ... ok test_iter_siblings (tests.test_xpath_context.XPathContextTest.test_iter_siblings) ... ok test_iter_siblings__issue_44 (tests.test_xpath_context.XPathContextTest.test_iter_siblings__issue_44) ... ok test_no_root (tests.test_xpath_context.XPathContextTest.test_no_root) ... ok test_repr (tests.test_xpath_context.XPathContextTest.test_repr) ... ok test_set_context_root__issue_71 (tests.test_xpath_context.XPathContextTest.test_set_context_root__issue_71) ... ok test_timezone_argument (tests.test_xpath_context.XPathContextTest.test_timezone_argument) ... ok test_attribute_nodes (tests.test_xpath_nodes.XPathNodesTest.test_attribute_nodes) ... ok test_document_node_iter (tests.test_xpath_nodes.XPathNodesTest.test_document_node_iter) ... ok test_elem_iter_strings_function (tests.test_xpath_nodes.XPathNodesTest.test_elem_iter_strings_function) ... ok test_element_node_iter (tests.test_xpath_nodes.XPathNodesTest.test_element_node_iter) ... ok test_etree_deep_equal_function (tests.test_xpath_nodes.XPathNodesTest.test_etree_deep_equal_function) ... ok test_etree_iter_paths (tests.test_xpath_nodes.XPathNodesTest.test_etree_iter_paths) ... ok test_is_etree_element_function (tests.test_xpath_nodes.XPathNodesTest.test_is_etree_element_function) ... ok test_is_schema_node (tests.test_xpath_nodes.XPathNodesTest.test_is_schema_node) ... ok test_lazy_attributes_iter__issue_72 (tests.test_xpath_nodes.XPathNodesTest.test_lazy_attributes_iter__issue_72) ... ok test_match_name_method (tests.test_xpath_nodes.XPathNodesTest.test_match_name_method) ... ok test_name_property (tests.test_xpath_nodes.XPathNodesTest.test_name_property) ... ok test_namespace_nodes (tests.test_xpath_nodes.XPathNodesTest.test_namespace_nodes) ... ok test_node_base_uri (tests.test_xpath_nodes.XPathNodesTest.test_node_base_uri) ... ok test_node_children_function (tests.test_xpath_nodes.XPathNodesTest.test_node_children_function) ... ok test_node_document_uri_function (tests.test_xpath_nodes.XPathNodesTest.test_node_document_uri_function) ... ok test_node_kind_property (tests.test_xpath_nodes.XPathNodesTest.test_node_kind_property) ... ok test_node_nilled_property (tests.test_xpath_nodes.XPathNodesTest.test_node_nilled_property) ... ok test_path_property (tests.test_xpath_nodes.XPathNodesTest.test_path_property) ... ok test_path_property_with_namespaces (tests.test_xpath_nodes.XPathNodesTest.test_path_property_with_namespaces) ... ok test_text_nodes (tests.test_xpath_nodes.XPathNodesTest.test_text_nodes) ... ok test_typed_element_nodes (tests.test_xpath_nodes.XPathNodesTest.test_typed_element_nodes) ... ok test_arity_property (tests.test_xpath_tokens.XPath1TokenTest.test_arity_property) ... ok test_atomization_function (tests.test_xpath_tokens.XPath1TokenTest.test_atomization_function) ... ok test_boolean_value_function (tests.test_xpath_tokens.XPath1TokenTest.test_boolean_value_function) ... ok test_cast_to_double (tests.test_xpath_tokens.XPath1TokenTest.test_cast_to_double) ... ok test_compare_operator (tests.test_xpath_tokens.XPath1TokenTest.test_compare_operator) ... ok test_data_value_function (tests.test_xpath_tokens.XPath1TokenTest.test_data_value_function) ... ok test_expected_method (tests.test_xpath_tokens.XPath1TokenTest.test_expected_method) ... ok test_get_argument_method (tests.test_xpath_tokens.XPath1TokenTest.test_get_argument_method) ... ok test_iter_leaf_elements_method (tests.test_xpath_tokens.XPath1TokenTest.test_iter_leaf_elements_method) ... ok test_iter_method (tests.test_xpath_tokens.XPath1TokenTest.test_iter_method) ... ok test_names_disambiguation (tests.test_xpath_tokens.XPath1TokenTest.test_names_disambiguation) ... ok test_number_value_function (tests.test_xpath_tokens.XPath1TokenTest.test_number_value_function) ... ok test_ordinal_function (tests.test_xpath_tokens.XPath1TokenTest.test_ordinal_function) ... ok test_position (tests.test_xpath_tokens.XPath1TokenTest.test_position) ... ok test_select_results (tests.test_xpath_tokens.XPath1TokenTest.test_select_results) ... ok test_source_property (tests.test_xpath_tokens.XPath1TokenTest.test_source_property) ... ok test_string_value_function (tests.test_xpath_tokens.XPath1TokenTest.test_string_value_function) ... ok test_unexpected_method (tests.test_xpath_tokens.XPath1TokenTest.test_unexpected_method) ... ok test_xpath_error (tests.test_xpath_tokens.XPath1TokenTest.test_xpath_error) ... ok test_xpath_error_shortcuts (tests.test_xpath_tokens.XPath1TokenTest.test_xpath_error_shortcuts) ... ok test_arity_property (tests.test_xpath_tokens.XPath2TokenTest.test_arity_property) ... ok test_atomization_function (tests.test_xpath_tokens.XPath2TokenTest.test_atomization_function) ... ok test_bind_namespace_method (tests.test_xpath_tokens.XPath2TokenTest.test_bind_namespace_method) ... ok test_boolean_value_function (tests.test_xpath_tokens.XPath2TokenTest.test_boolean_value_function) ... ok test_cast_to_double (tests.test_xpath_tokens.XPath2TokenTest.test_cast_to_double) ... ok test_compare_operator (tests.test_xpath_tokens.XPath2TokenTest.test_compare_operator) ... ok test_data_value_function (tests.test_xpath_tokens.XPath2TokenTest.test_data_value_function) ... ok test_expected_method (tests.test_xpath_tokens.XPath2TokenTest.test_expected_method) ... ok test_get_argument_method (tests.test_xpath_tokens.XPath2TokenTest.test_get_argument_method) ... ok test_iter_leaf_elements_method (tests.test_xpath_tokens.XPath2TokenTest.test_iter_leaf_elements_method) ... ok test_iter_method (tests.test_xpath_tokens.XPath2TokenTest.test_iter_method) ... ok test_match_xsd_type (tests.test_xpath_tokens.XPath2TokenTest.test_match_xsd_type) ... ok test_names_disambiguation (tests.test_xpath_tokens.XPath2TokenTest.test_names_disambiguation) ... ok test_number_value_function (tests.test_xpath_tokens.XPath2TokenTest.test_number_value_function) ... ok test_ordinal_function (tests.test_xpath_tokens.XPath2TokenTest.test_ordinal_function) ... ok test_position (tests.test_xpath_tokens.XPath2TokenTest.test_position) ... ok test_select_results (tests.test_xpath_tokens.XPath2TokenTest.test_select_results) ... ok test_source_property (tests.test_xpath_tokens.XPath2TokenTest.test_source_property) ... ok test_string_value_function (tests.test_xpath_tokens.XPath2TokenTest.test_string_value_function) ... ok test_unexpected_method (tests.test_xpath_tokens.XPath2TokenTest.test_unexpected_method) ... ok test_xpath_error (tests.test_xpath_tokens.XPath2TokenTest.test_xpath_error) ... ok test_xpath_error_shortcuts (tests.test_xpath_tokens.XPath2TokenTest.test_xpath_error_shortcuts) ... ok test_xsd_type_labeling (tests.test_xpath_tokens.XPath2TokenTest.test_xsd_type_labeling) ... ok test_arity_property (tests.test_xpath_tokens.XPath30TokenTest.test_arity_property) ... ok test_atomization_function (tests.test_xpath_tokens.XPath30TokenTest.test_atomization_function) ... ok test_bind_namespace_method (tests.test_xpath_tokens.XPath30TokenTest.test_bind_namespace_method) ... ok test_boolean_value_function (tests.test_xpath_tokens.XPath30TokenTest.test_boolean_value_function) ... ok test_cast_to_double (tests.test_xpath_tokens.XPath30TokenTest.test_cast_to_double) ... ok test_compare_operator (tests.test_xpath_tokens.XPath30TokenTest.test_compare_operator) ... ok test_data_value_function (tests.test_xpath_tokens.XPath30TokenTest.test_data_value_function) ... ok test_expected_method (tests.test_xpath_tokens.XPath30TokenTest.test_expected_method) ... ok test_get_argument_method (tests.test_xpath_tokens.XPath30TokenTest.test_get_argument_method) ... ok test_iter_leaf_elements_method (tests.test_xpath_tokens.XPath30TokenTest.test_iter_leaf_elements_method) ... ok test_iter_method (tests.test_xpath_tokens.XPath30TokenTest.test_iter_method) ... ok test_match_xsd_type (tests.test_xpath_tokens.XPath30TokenTest.test_match_xsd_type) ... ok test_names_disambiguation (tests.test_xpath_tokens.XPath30TokenTest.test_names_disambiguation) ... ok test_number_value_function (tests.test_xpath_tokens.XPath30TokenTest.test_number_value_function) ... ok test_ordinal_function (tests.test_xpath_tokens.XPath30TokenTest.test_ordinal_function) ... ok test_position (tests.test_xpath_tokens.XPath30TokenTest.test_position) ... ok test_select_results (tests.test_xpath_tokens.XPath30TokenTest.test_select_results) ... ok test_source_property (tests.test_xpath_tokens.XPath30TokenTest.test_source_property) ... ok test_string_value_function (tests.test_xpath_tokens.XPath30TokenTest.test_string_value_function) ... ok test_unexpected_method (tests.test_xpath_tokens.XPath30TokenTest.test_unexpected_method) ... ok test_xpath_error (tests.test_xpath_tokens.XPath30TokenTest.test_xpath_error) ... ok test_xpath_error_shortcuts (tests.test_xpath_tokens.XPath30TokenTest.test_xpath_error_shortcuts) ... ok test_xsd_type_labeling (tests.test_xpath_tokens.XPath30TokenTest.test_xsd_type_labeling) ... ok test_arity_property (tests.test_xpath_tokens.XPath31TokenTest.test_arity_property) ... ok test_atomization_function (tests.test_xpath_tokens.XPath31TokenTest.test_atomization_function) ... ok test_bind_namespace_method (tests.test_xpath_tokens.XPath31TokenTest.test_bind_namespace_method) ... ok test_boolean_value_function (tests.test_xpath_tokens.XPath31TokenTest.test_boolean_value_function) ... ok test_cast_to_double (tests.test_xpath_tokens.XPath31TokenTest.test_cast_to_double) ... ok test_compare_operator (tests.test_xpath_tokens.XPath31TokenTest.test_compare_operator) ... ok test_data_value_function (tests.test_xpath_tokens.XPath31TokenTest.test_data_value_function) ... ok test_expected_method (tests.test_xpath_tokens.XPath31TokenTest.test_expected_method) ... ok test_get_argument_method (tests.test_xpath_tokens.XPath31TokenTest.test_get_argument_method) ... ok test_iter_leaf_elements_method (tests.test_xpath_tokens.XPath31TokenTest.test_iter_leaf_elements_method) ... ok test_iter_method (tests.test_xpath_tokens.XPath31TokenTest.test_iter_method) ... ok test_match_xsd_type (tests.test_xpath_tokens.XPath31TokenTest.test_match_xsd_type) ... ok test_names_disambiguation (tests.test_xpath_tokens.XPath31TokenTest.test_names_disambiguation) ... ok test_number_value_function (tests.test_xpath_tokens.XPath31TokenTest.test_number_value_function) ... ok test_ordinal_function (tests.test_xpath_tokens.XPath31TokenTest.test_ordinal_function) ... ok test_position (tests.test_xpath_tokens.XPath31TokenTest.test_position) ... ok test_select_results (tests.test_xpath_tokens.XPath31TokenTest.test_select_results) ... ok test_source_property (tests.test_xpath_tokens.XPath31TokenTest.test_source_property) ... ok test_string_value_function (tests.test_xpath_tokens.XPath31TokenTest.test_string_value_function) ... ok test_unexpected_method (tests.test_xpath_tokens.XPath31TokenTest.test_unexpected_method) ... ok test_xpath_error (tests.test_xpath_tokens.XPath31TokenTest.test_xpath_error) ... ok test_xpath_error_shortcuts (tests.test_xpath_tokens.XPath31TokenTest.test_xpath_error_shortcuts) ... ok test_xsd_type_labeling (tests.test_xpath_tokens.XPath31TokenTest.test_xsd_type_labeling) ... ok ---------------------------------------------------------------------- Ran 2589 tests OK (skipped=2) py$(PYV): OK congratulations :)