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