1 py$(PYV): remove tox env folder $(@D)/../.tox/elementpath/py$(PYV)
2 py$(PYV): commands[0]> python -m unittest --verbose
3 test_context_activation (tests.test_collations.CollationsTest) ... ok
4 test_context_manager_init (tests.test_collations.CollationsTest) ... ok
5 test_html_ascii_case_insensitive_collation (tests.test_collations.CollationsTest) ... ok
6 test_deep_compare (tests.test_compare.CompareTest) ... ok
7 test_deep_equal_function (tests.test_compare.CompareTest) ... ok
8 test_key_function (tests.test_compare.CompareTest) ... ok
9 test_invalid_type_name (tests.test_datatypes.AnyAtomicTypeTest) ... ok
10 test_validation (tests.test_datatypes.AnyAtomicTypeTest) ... ok
11 test_bool_value (tests.test_datatypes.AnyUriTest) ... ok
12 test_comparison_operators (tests.test_datatypes.AnyUriTest) ... ok
13 test_hash_value (tests.test_datatypes.AnyUriTest) ... ok
14 test_in_operator (tests.test_datatypes.AnyUriTest) ... ok
15 test_init (tests.test_datatypes.AnyUriTest) ... ok
16 test_isinstance (tests.test_datatypes.AnyUriTest) ... ok
17 test_issubclass (tests.test_datatypes.AnyUriTest) ... ok
18 test_string_representation (tests.test_datatypes.AnyUriTest) ... ok
19 test_validate (tests.test_datatypes.AnyUriTest) ... ok
20 test_get_atomic_value (tests.test_datatypes.AtomicTypesTest) ... ok
21 test_xsd_atomic_types_maps (tests.test_datatypes.AtomicTypesTest) ... ok
22 test_bytes_conversion (tests.test_datatypes.BinaryTypesTest) ... ok
23 test_decoder (tests.test_datatypes.BinaryTypesTest) ... ok
24 test_encoder (tests.test_datatypes.BinaryTypesTest) ... ok
25 test_equality (tests.test_datatypes.BinaryTypesTest) ... ok
26 test_greater_or_equal (tests.test_datatypes.BinaryTypesTest) ... ok
27 test_greater_than (tests.test_datatypes.BinaryTypesTest) ... ok
28 test_hash_value (tests.test_datatypes.BinaryTypesTest) ... ok
29 test_initialization (tests.test_datatypes.BinaryTypesTest) ... ok
30 test_isinstance (tests.test_datatypes.BinaryTypesTest) ... ok
31 test_issubclass (tests.test_datatypes.BinaryTypesTest) ... ok
32 test_length (tests.test_datatypes.BinaryTypesTest) ... ok
33 test_less_or_equal (tests.test_datatypes.BinaryTypesTest) ... ok
34 test_less_than (tests.test_datatypes.BinaryTypesTest) ... ok
35 test_string_representation (tests.test_datatypes.BinaryTypesTest) ... ok
36 test_unicode_string_conversion (tests.test_datatypes.BinaryTypesTest) ... ok
37 test_validate (tests.test_datatypes.BinaryTypesTest) ... ok
38 test_24_hour_datetime (tests.test_datatypes.DateTimeTypesTest) ... ok
39 test_abstract_classes (tests.test_datatypes.DateTimeTypesTest) ... ok
40 test_add_operator (tests.test_datatypes.DateTimeTypesTest) ... ok
41 test_astimezone (tests.test_datatypes.DateTimeTypesTest) ... ok
42 test_date_fromstring (tests.test_datatypes.DateTimeTypesTest) ... ok
43 test_date_string_representation (tests.test_datatypes.DateTimeTypesTest) ... ok
44 test_datetime_fromstring (tests.test_datatypes.DateTimeTypesTest) ... ok
45 test_datetime_init (tests.test_datatypes.DateTimeTypesTest) ... ok
46 test_datetime_string_representation (tests.test_datatypes.DateTimeTypesTest) ... ok
47 test_eq_operator (tests.test_datatypes.DateTimeTypesTest) ... ok
48 test_fromdatetime (tests.test_datatypes.DateTimeTypesTest) ... ok
49 test_fromdelta (tests.test_datatypes.DateTimeTypesTest) ... ok
50 test_ge_operator (tests.test_datatypes.DateTimeTypesTest) ... ok
51 test_gregorian_day_string_representation (tests.test_datatypes.DateTimeTypesTest) ... ok
52 test_gregorian_month_day_string_representation (tests.test_datatypes.DateTimeTypesTest) ... ok
53 test_gregorian_month_string_representation (tests.test_datatypes.DateTimeTypesTest) ... ok
54 test_gregorian_year_month_string_representation (tests.test_datatypes.DateTimeTypesTest) ... ok
55 test_gregorian_year_string_representation (tests.test_datatypes.DateTimeTypesTest) ... ok
56 test_gt_operator (tests.test_datatypes.DateTimeTypesTest) ... ok
57 test_hashing (tests.test_datatypes.DateTimeTypesTest) ... ok
58 test_isinstance (tests.test_datatypes.DateTimeTypesTest) ... ok
59 test_iso_year_property (tests.test_datatypes.DateTimeTypesTest) ... ok
60 test_isocalendar (tests.test_datatypes.DateTimeTypesTest) ... ok
61 test_issubclass (tests.test_datatypes.DateTimeTypesTest) ... ok
62 test_issue_36_fromstring_with_more_microseconds_digits (tests.test_datatypes.DateTimeTypesTest) ... ok
63 test_le_operator (tests.test_datatypes.DateTimeTypesTest) ... ok
64 test_lt_operator (tests.test_datatypes.DateTimeTypesTest) ... ok
65 test_sub_operator (tests.test_datatypes.DateTimeTypesTest) ... ok
66 test_time_string_representation (tests.test_datatypes.DateTimeTypesTest) ... ok
67 test_to_and_from_delta (tests.test_datatypes.DateTimeTypesTest) ... ok
68 test_to_and_from_delta_bce (tests.test_datatypes.DateTimeTypesTest) ... ok
69 test_todelta (tests.test_datatypes.DateTimeTypesTest) ... ok
70 test_tzname (tests.test_datatypes.DateTimeTypesTest) ... ok
71 test_add_operator (tests.test_datatypes.DurationTypesTest) ... ok
72 test_as_string (tests.test_datatypes.DurationTypesTest) ... ok
73 test_div_operator (tests.test_datatypes.DurationTypesTest) ... ok
74 test_eq (tests.test_datatypes.DurationTypesTest) ... ok
75 test_ge (tests.test_datatypes.DurationTypesTest) ... ok
76 test_gt (tests.test_datatypes.DurationTypesTest) ... ok
77 test_hashing (tests.test_datatypes.DurationTypesTest) ... ok
78 test_incomparable_values (tests.test_datatypes.DurationTypesTest) ... ok
79 test_init (tests.test_datatypes.DurationTypesTest) ... ok
80 test_init_fromstring (tests.test_datatypes.DurationTypesTest) ... ok
81 test_isinstance (tests.test_datatypes.DurationTypesTest) ... ok
82 test_issubclass (tests.test_datatypes.DurationTypesTest) ... ok
83 test_le (tests.test_datatypes.DurationTypesTest) ... ok
84 test_lt (tests.test_datatypes.DurationTypesTest) ... ok
85 test_mul_operator (tests.test_datatypes.DurationTypesTest) ... ok
86 test_ne (tests.test_datatypes.DurationTypesTest) ... ok
87 test_string_representation (tests.test_datatypes.DurationTypesTest) ... ok
88 test_sub_operator (tests.test_datatypes.DurationTypesTest) ... ok
89 test_abs (tests.test_datatypes.FloatTypesTest) ... ok
90 test_addition (tests.test_datatypes.FloatTypesTest) ... ok
91 test_division (tests.test_datatypes.FloatTypesTest) ... ok
92 test_equivalence (tests.test_datatypes.FloatTypesTest) ... ok
93 test_hash (tests.test_datatypes.FloatTypesTest) ... ok
94 test_init (tests.test_datatypes.FloatTypesTest) ... ok
95 test_isinstance (tests.test_datatypes.FloatTypesTest) ... ok
96 test_issubclass (tests.test_datatypes.FloatTypesTest) ... ok
97 test_module (tests.test_datatypes.FloatTypesTest) ... ok
98 test_multiplication (tests.test_datatypes.FloatTypesTest) ... ok
99 test_nan (tests.test_datatypes.FloatTypesTest) ... ok
100 test_subtraction (tests.test_datatypes.FloatTypesTest) ... ok
101 test_isinstance (tests.test_datatypes.IntegerTypesTest) ... ok
102 test_issubclass (tests.test_datatypes.IntegerTypesTest) ... ok
103 test_validate (tests.test_datatypes.IntegerTypesTest) ... ok
104 test_equivalence (tests.test_datatypes.QNameTypesTest) ... ok
105 test_hash_value (tests.test_datatypes.QNameTypesTest) ... ok
106 test_initialization (tests.test_datatypes.QNameTypesTest) ... ok
107 test_isinstance (tests.test_datatypes.QNameTypesTest) ... ok
108 test_issubclass (tests.test_datatypes.QNameTypesTest) ... ok
109 test_notation (tests.test_datatypes.QNameTypesTest) ... ok
110 test_string_representation (tests.test_datatypes.QNameTypesTest) ... ok
111 test_is_id_function (tests.test_datatypes.StringTypesTest) ... ok
112 test_isinstance (tests.test_datatypes.StringTypesTest) ... ok
113 test_issubclass (tests.test_datatypes.StringTypesTest) ... ok
114 test_new_instance (tests.test_datatypes.StringTypesTest) ... ok
115 test_as_string (tests.test_datatypes.TimezoneTypeTest) ... ok
116 test_dst_method (tests.test_datatypes.TimezoneTypeTest) ... ok
117 test_eq_operator (tests.test_datatypes.TimezoneTypeTest) ... ok
118 test_fromutc_method (tests.test_datatypes.TimezoneTypeTest) ... ok
119 test_hashing (tests.test_datatypes.TimezoneTypeTest) ... ok
120 test_init_format (tests.test_datatypes.TimezoneTypeTest) ... ok
121 test_init_timedelta (tests.test_datatypes.TimezoneTypeTest) ... ok
122 test_ne_operator (tests.test_datatypes.TimezoneTypeTest) ... ok
123 test_serialization (tests.test_datatypes.TimezoneTypeTest) ... ok
124 test_tzname_method (tests.test_datatypes.TimezoneTypeTest) ... ok
125 test_utcoffset_method (tests.test_datatypes.TimezoneTypeTest) ... ok
126 test_arithmetic_proxy (tests.test_datatypes.TypeProxiesTest) ... ok
127 test_boolean_proxy (tests.test_datatypes.TypeProxiesTest) ... ok
128 test_decimal_proxy (tests.test_datatypes.TypeProxiesTest) ... ok
129 test_double_proxy (tests.test_datatypes.TypeProxiesTest) ... ok
130 test_numeric_proxy (tests.test_datatypes.TypeProxiesTest) ... ok
131 test_string_proxy (tests.test_datatypes.TypeProxiesTest) ... ok
132 test_abs (tests.test_datatypes.UntypedAtomicTest) ... ok
133 test_add (tests.test_datatypes.UntypedAtomicTest) ... ok
134 test_conversion (tests.test_datatypes.UntypedAtomicTest) ... ok
135 test_eq (tests.test_datatypes.UntypedAtomicTest) ... ok
136 test_ge (tests.test_datatypes.UntypedAtomicTest) ... ok
137 test_gt (tests.test_datatypes.UntypedAtomicTest) ... ok
138 test_hashing (tests.test_datatypes.UntypedAtomicTest) ... ok
139 test_init (tests.test_datatypes.UntypedAtomicTest) ... ok
140 test_isinstance (tests.test_datatypes.UntypedAtomicTest) ... ok
141 test_issubclass (tests.test_datatypes.UntypedAtomicTest) ... ok
142 test_le (tests.test_datatypes.UntypedAtomicTest) ... ok
143 test_lt (tests.test_datatypes.UntypedAtomicTest) ... ok
144 test_mod (tests.test_datatypes.UntypedAtomicTest) ... ok
145 test_ne (tests.test_datatypes.UntypedAtomicTest) ... ok
146 test_numerical_operators (tests.test_datatypes.UntypedAtomicTest) ... ok
147 test_string_representation (tests.test_datatypes.UntypedAtomicTest) ... ok
148 test_validate (tests.test_datatypes.UntypedAtomicTest) ... ok
149 test_defuse_xml_entities (tests.test_etree.TestElementTree) ... ok
150 test_defuse_xml_external_entities (tests.test_etree.TestElementTree) ... ok
151 test_defuse_xml_unparsed_entities (tests.test_etree.TestElementTree) ... ok
152 test_defuse_xml_unused_external_entities (tests.test_etree.TestElementTree) ... ok
153 test_defuse_xml_unused_unparsed_entities (tests.test_etree.TestElementTree) ... ok
154 test_element_string_serialization (tests.test_etree.TestElementTree) ... ok
155 test_etree_deep_equal_function (tests.test_etree.TestElementTree) ... ok
156 test_etree_iter_paths_function (tests.test_etree.TestElementTree) ... ok
157 test_imported_modules (tests.test_etree.TestElementTree) ... ok
158 test_is_etree_document_function (tests.test_etree.TestElementTree) ... ok
159 test_is_lxml_etree_document_function (tests.test_etree.TestElementTree) ... ok
160 test_is_lxml_etree_element_function (tests.test_etree.TestElementTree) ... ok
161 test_lxml_element_string_serialization (tests.test_etree.TestElementTree) ... ok
162 test_py_element_string_serialization (tests.test_etree.TestElementTree) ... ok
163 test_string_conversion (tests.test_exceptions.ExceptionsTest) ... ok
164 test_xpath_error (tests.test_exceptions.ExceptionsTest) ... ok
165 test_collapse_white_spaces_function (tests.test_helpers.HelperFunctionsTest) ... ok
166 test_days_from_common_era_function (tests.test_helpers.HelperFunctionsTest) ... ok
167 test_equal_function (tests.test_helpers.HelperFunctionsTest) ... ok
168 test_escape_json_string_function (tests.test_helpers.HelperFunctionsTest) ... ok
169 test_get_double_function (tests.test_helpers.HelperFunctionsTest) ... ok
170 test_iter_sequence_function (tests.test_helpers.HelperFunctionsTest) ... ok
171 test_lazy_pattern (tests.test_helpers.HelperFunctionsTest) ... ok
172 test_match_wildcard_function (tests.test_helpers.HelperFunctionsTest) ... ok
173 test_months2days_function (tests.test_helpers.HelperFunctionsTest) ... ok
174 test_node_is_idref_function (tests.test_helpers.HelperFunctionsTest) ... ok
175 test_not_equal_function (tests.test_helpers.HelperFunctionsTest) ... ok
176 test_numeric_equal_function (tests.test_helpers.HelperFunctionsTest) ... ok
177 test_numeric_not_equal_function (tests.test_helpers.HelperFunctionsTest) ... ok
178 test_round_number_function (tests.test_helpers.HelperFunctionsTest) ... ok
179 test_split_function_test_function (tests.test_helpers.HelperFunctionsTest) ... ok
180 test_unescape_json_string_function (tests.test_helpers.HelperFunctionsTest) ... ok
181 test_get_namespace_function (tests.test_namespaces.NamespacesTest) ... ok
182 test_prefixed_to_qname_function (tests.test_namespaces.NamespacesTest) ... ok
183 test_qname_to_prefixed_function (tests.test_namespaces.NamespacesTest) ... ok
184 test_split_expanded_name_function (tests.test_namespaces.NamespacesTest) ... ok
185 test_missing_debug_statements (tests.test_package.PackageTest) ... ok
186 test_python_requirement (tests.test_package.PackageTest) ... ok
187 test_version_matching (tests.test_package.PackageTest) ... ok
188 test_add (tests.test_regex.TestCharacterClass) ... ok
189 test_char_class_contains (tests.test_regex.TestCharacterClass) ... ok
190 test_char_class_copy (tests.test_regex.TestCharacterClass) ... ok
191 test_char_class_init (tests.test_regex.TestCharacterClass) ... ok
192 test_char_class_repr (tests.test_regex.TestCharacterClass) ... ok
193 test_char_class_split (tests.test_regex.TestCharacterClass) ... ok
194 test_complement (tests.test_regex.TestCharacterClass) ... ok
195 test_discard (tests.test_regex.TestCharacterClass) ... ok
196 test_in_operator (tests.test_regex.TestCharacterClass) ... ok
197 test_isub_operator (tests.test_regex.TestCharacterClass) ... ok
198 test_iterate (tests.test_regex.TestCharacterClass) ... ok
199 test_length (tests.test_regex.TestCharacterClass) ... ok
200 test_iter_code_points (tests.test_regex.TestCodePoints) ... ok
201 test_backslash_character (tests.test_regex.TestParseCharacterSubset) ... ok
202 test_backslash_escapes (tests.test_regex.TestParseCharacterSubset) ... ok
203 test_bad_character_range (tests.test_regex.TestParseCharacterSubset) ... ok
204 test_character_range (tests.test_regex.TestParseCharacterSubset) ... ok
205 test_expand_ranges (tests.test_regex.TestParseCharacterSubset) ... ok
206 test_parse_multiple_ranges (tests.test_regex.TestParseCharacterSubset) ... ok
207 test_square_brackets (tests.test_regex.TestParseCharacterSubset) ... ok
208 test_anchors (tests.test_regex.TestPatterns) ... ok
209 test_back_references (tests.test_regex.TestPatterns) ... ok
210 test_backslash_and_escapes (tests.test_regex.TestPatterns) ... ok
211 test_block_escapes (tests.test_regex.TestPatterns) ... ok
212 test_category_escape (tests.test_regex.TestPatterns) ... ok
213 test_character_class_range (tests.test_regex.TestPatterns) ... ok
214 test_character_class_reordering (tests.test_regex.TestPatterns) ... ok
215 test_character_class_shortcuts (tests.test_regex.TestPatterns) ... ok
216 test_character_class_subtraction (tests.test_regex.TestPatterns) ... ok
217 test_digit_shortcut (tests.test_regex.TestPatterns) ... ok
218 test_dot_wildcard (tests.test_regex.TestPatterns) ... ok
219 test_empty_character_class (tests.test_regex.TestPatterns) ... ok
220 test_ending_newline_match (tests.test_regex.TestPatterns) ... ok
221 test_extra_escapes (tests.test_regex.TestPatterns) ... ok
222 test_invalid_character_class (tests.test_regex.TestPatterns) ... ok
223 test_invalid_hyphen (tests.test_regex.TestPatterns) ... ok
224 test_invalid_pattern_groups (tests.test_regex.TestPatterns) ... ok
225 test_invalid_quantifiers (tests.test_regex.TestPatterns) ... ok
226 test_issue_079 (tests.test_regex.TestPatterns) ... ok
227 test_lazy_quantifiers (tests.test_regex.TestPatterns) ... ok
228 test_not_spaces (tests.test_regex.TestPatterns) ... ok
229 test_occurrences_qualifiers (tests.test_regex.TestPatterns) ... ok
230 test_or_operator (tests.test_regex.TestPatterns) ... ok
231 test_possessive_quantifiers (tests.test_regex.TestPatterns) ... ok
232 test_verbose_patterns (tests.test_regex.TestPatterns) ... ok
233 test_basic_latin_unicode_block (tests.test_regex.TestUnicodeData) ... ok
234 test_install_previous_unicode_data (tests.test_regex.TestUnicodeData) ... skipped 'Unicode 13.0.0 is installed'
235 test_install_unicode_data (tests.test_regex.TestUnicodeData) ... ok
236 test_latin1_supplement_unicode_block (tests.test_regex.TestUnicodeData) ... ok
237 test_latin_extended_a_unicode_block (tests.test_regex.TestUnicodeData) ... ok
238 test_latin_extended_b_unicode_block (tests.test_regex.TestUnicodeData) ... ok
239 test_others_unicode_blocks (tests.test_regex.TestUnicodeData) ... ok
240 test_unicode_block_key (tests.test_regex.TestUnicodeData) ... ok
241 test_unicode_categories (tests.test_regex.TestUnicodeData) ... ok
242 test_unicode_data_installation_from_source (tests.test_regex.TestUnicodeData) ... skipped 'Skip UnicodeData.txt installation'
243 test_unicodedata_category (tests.test_regex.TestUnicodeData) ... ok
244 test_complement (tests.test_regex.TestUnicodeSubset) ... ok
245 test_creation (tests.test_regex.TestUnicodeSubset) ... ok
246 test_difference_update_method (tests.test_regex.TestUnicodeSubset) ... ok
247 test_equality (tests.test_regex.TestUnicodeSubset) ... ok
248 test_in_operator (tests.test_regex.TestUnicodeSubset) ... ok
249 test_iterate (tests.test_regex.TestUnicodeSubset) ... ok
250 test_max_and_min (tests.test_regex.TestUnicodeSubset) ... ok
251 test_modify (tests.test_regex.TestUnicodeSubset) ... ok
252 test_repr (tests.test_regex.TestUnicodeSubset) ... ok
253 test_reversed (tests.test_regex.TestUnicodeSubset) ... ok
254 test_subtraction (tests.test_regex.TestUnicodeSubset) ... ok
255 test_union_and_intersection (tests.test_regex.TestUnicodeSubset) ... ok
256 test_update_method (tests.test_regex.TestUnicodeSubset) ... ok
257 test_xor (tests.test_regex.TestUnicodeSubset) ... ok
258 test_colon_token (tests.test_schema_context.XMLSchemaContextTest) ... ok
259 test_dot_shortcut_token (tests.test_schema_context.XMLSchemaContextTest) ... ok
260 test_extended_name_token (tests.test_schema_context.XMLSchemaContextTest) ... ok
261 test_if_statement (tests.test_schema_context.XMLSchemaContextTest) ... ok
262 test_name_token (tests.test_schema_context.XMLSchemaContextTest) ... ok
263 test_not_applicable_functions (tests.test_schema_context.XMLSchemaContextTest) ... ok
264 test_schema_variables (tests.test_schema_context.XMLSchemaContextTest) ... ok
265 test_wildcard_token (tests.test_schema_context.XMLSchemaContextTest) ... ok
266 test_abstract_xsd_schema (tests.test_schema_proxy.LxmlXMLSchemaProxyTest) ... ok
267 test_attributes_type (tests.test_schema_proxy.LxmlXMLSchemaProxyTest) ... ok
268 test_bind_parser_method (tests.test_schema_proxy.LxmlXMLSchemaProxyTest) ... ok
269 test_cast_as_api (tests.test_schema_proxy.LxmlXMLSchemaProxyTest) ... ok
270 test_elements_and_attributes_type (tests.test_schema_proxy.LxmlXMLSchemaProxyTest) ... ok
271 test_elements_type (tests.test_schema_proxy.LxmlXMLSchemaProxyTest) ... ok
272 test_find_api (tests.test_schema_proxy.LxmlXMLSchemaProxyTest) ... ok
273 test_get_attribute_api (tests.test_schema_proxy.LxmlXMLSchemaProxyTest) ... ok
274 test_get_context_method (tests.test_schema_proxy.LxmlXMLSchemaProxyTest) ... ok
275 test_get_element_api (tests.test_schema_proxy.LxmlXMLSchemaProxyTest) ... ok
276 test_get_substitution_group_api (tests.test_schema_proxy.LxmlXMLSchemaProxyTest) ... ok
277 test_get_type_api (tests.test_schema_proxy.LxmlXMLSchemaProxyTest) ... ok
278 test_is_instance_api (tests.test_schema_proxy.LxmlXMLSchemaProxyTest) ... ok
279 test_issue_10 (tests.test_schema_proxy.LxmlXMLSchemaProxyTest) ... ok
280 test_schema_constructors (tests.test_schema_proxy.LxmlXMLSchemaProxyTest) ... ok
281 test_schema_proxy_init (tests.test_schema_proxy.LxmlXMLSchemaProxyTest) ... ok
282 test_xmlschema_proxy (tests.test_schema_proxy.LxmlXMLSchemaProxyTest) ... ok
283 test_xsd_version_api (tests.test_schema_proxy.LxmlXMLSchemaProxyTest) ... ok
284 test_abstract_xsd_schema (tests.test_schema_proxy.XMLSchemaProxyTest) ... ok
285 test_attributes_type (tests.test_schema_proxy.XMLSchemaProxyTest) ... ok
286 test_bind_parser_method (tests.test_schema_proxy.XMLSchemaProxyTest) ... ok
287 test_cast_as_api (tests.test_schema_proxy.XMLSchemaProxyTest) ... ok
288 test_elements_and_attributes_type (tests.test_schema_proxy.XMLSchemaProxyTest) ... ok
289 test_elements_type (tests.test_schema_proxy.XMLSchemaProxyTest) ... ok
290 test_find_api (tests.test_schema_proxy.XMLSchemaProxyTest) ... ok
291 test_get_attribute_api (tests.test_schema_proxy.XMLSchemaProxyTest) ... ok
292 test_get_context_method (tests.test_schema_proxy.XMLSchemaProxyTest) ... ok
293 test_get_element_api (tests.test_schema_proxy.XMLSchemaProxyTest) ... ok
294 test_get_substitution_group_api (tests.test_schema_proxy.XMLSchemaProxyTest) ... ok
295 test_get_type_api (tests.test_schema_proxy.XMLSchemaProxyTest) ... ok
296 test_is_instance_api (tests.test_schema_proxy.XMLSchemaProxyTest) ... ok
297 test_issue_10 (tests.test_schema_proxy.XMLSchemaProxyTest) ... ok
298 test_schema_constructors (tests.test_schema_proxy.XMLSchemaProxyTest) ... ok
299 test_schema_proxy_init (tests.test_schema_proxy.XMLSchemaProxyTest) ... ok
300 test_xmlschema_proxy (tests.test_schema_proxy.XMLSchemaProxyTest) ... ok
301 test_xsd_version_api (tests.test_schema_proxy.XMLSchemaProxyTest) ... ok
302 test_fragment_argument__issue_081 (tests.test_selectors.LxmlXPathSelectorsTest) ... ok
303 test_issue_001 (tests.test_selectors.LxmlXPathSelectorsTest) ... ok
304 test_issue_042 (tests.test_selectors.LxmlXPathSelectorsTest) ... ok
305 test_issue_058 (tests.test_selectors.LxmlXPathSelectorsTest) ... ok
306 test_issue_074 (tests.test_selectors.LxmlXPathSelectorsTest) ... ok
307 test_iter_select_function (tests.test_selectors.LxmlXPathSelectorsTest) ... ok
308 test_select_function (tests.test_selectors.LxmlXPathSelectorsTest) ... ok
309 test_selector_class (tests.test_selectors.LxmlXPathSelectorsTest) ... ok
310 test_fragment_argument__issue_081 (tests.test_selectors.XPathSelectorsTest) ... ok
311 test_issue_001 (tests.test_selectors.XPathSelectorsTest) ... ok
312 test_issue_042 (tests.test_selectors.XPathSelectorsTest) ... ok
313 test_iter_select_function (tests.test_selectors.XPathSelectorsTest) ... ok
314 test_select_function (tests.test_selectors.XPathSelectorsTest) ... ok
315 test_selector_class (tests.test_selectors.XPathSelectorsTest) ... ok
316 test_is_instance_function (tests.test_sequence_types.SequenceTypesTest) ... ok
317 test_is_sequence_type_function (tests.test_sequence_types.SequenceTypesTest) ... ok
318 test_is_sequence_type_restriction_function (tests.test_sequence_types.SequenceTypesTest) ... ok
319 test_match_sequence_type_function (tests.test_sequence_types.SequenceTypesTest) ... ok
320 test_normalize_sequence_type_function (tests.test_sequence_types.SequenceTypesTest) ... ok
321 test_get_serialization_params_from_element_tree (tests.test_serialization.SerializationTest) ... ok
322 test_get_serialization_params_from_map (tests.test_serialization.SerializationTest) ... ok
323 test_serialize_to_json_function (tests.test_serialization.SerializationTest) ... ok
324 test_serialize_to_xml_function (tests.test_serialization.SerializationTest) ... ok
325 test_advance_until (tests.test_tdop_parser.TdopParserTest) ... ok
326 test_create_tokenizer_method (tests.test_tdop_parser.TdopParserTest) ... ok
327 test_expression (tests.test_tdop_parser.TdopParserTest) ... ok
328 test_incompatible_tokenizer (tests.test_tdop_parser.TdopParserTest) ... ok
329 test_invalid_parser_derivation (tests.test_tdop_parser.TdopParserTest) ... ok
330 test_invalid_registrations (tests.test_tdop_parser.TdopParserTest) ... ok
331 test_invalid_source (tests.test_tdop_parser.TdopParserTest) ... ok
332 test_invalid_token (tests.test_tdop_parser.TdopParserTest) ... ok
333 test_iter_method (tests.test_tdop_parser.TdopParserTest) ... ok
334 test_multi_label_class (tests.test_tdop_parser.TdopParserTest) ... ok
335 test_new_parser_class (tests.test_tdop_parser.TdopParserTest) ... ok
336 test_other_operators (tests.test_tdop_parser.TdopParserTest) ... ok
337 test_parser_position (tests.test_tdop_parser.TdopParserTest) ... ok
338 test_string_repr (tests.test_tdop_parser.TdopParserTest) ... ok
339 test_symbol_to_classname_function (tests.test_tdop_parser.TdopParserTest) ... ok
340 test_syntax_errors (tests.test_tdop_parser.TdopParserTest) ... ok
341 test_tokenizer_items (tests.test_tdop_parser.TdopParserTest) ... ok
342 test_unescape_helper (tests.test_tdop_parser.TdopParserTest) ... ok
343 test_unknown_symbol (tests.test_tdop_parser.TdopParserTest) ... ok
344 test_unused_token_helpers (tests.test_tdop_parser.TdopParserTest) ... ok
345 test_build_lxml_node_tree_with_element (tests.test_tree_builders.TreeBuildersTest) ... ok
346 test_build_lxml_node_tree_with_element_tree (tests.test_tree_builders.TreeBuildersTest) ... ok
347 test_build_node_tree_with_comments_and_pis (tests.test_tree_builders.TreeBuildersTest) ... ok
348 test_build_node_tree_with_element (tests.test_tree_builders.TreeBuildersTest) ... ok
349 test_build_node_tree_with_element_tree (tests.test_tree_builders.TreeBuildersTest) ... ok
350 test_build_schema_node_tree (tests.test_tree_builders.TreeBuildersTest) ... ok
351 test_document_order__issue_079 (tests.test_tree_builders.TreeBuildersTest) ... ok
352 test_advanced (tests.test_typing.TestTyping) ... ok
353 test_protocols (tests.test_typing.TestTyping) ... ok
354 test_selectors (tests.test_typing.TestTyping) ... ok
355 test_validate_analyzed_string (tests.test_validators.ValidatorsTest) ... ok
356 test_validate_json_to_xml (tests.test_validators.ValidatorsTest) ... ok
357 test_addition_and_subtraction_operators (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
358 test_ancestor_axes (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
359 test_attribute_abbreviation_and_axis (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
360 test_boolean_context_nonempty_elements (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
361 test_boolean_functions (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
362 test_braced_uri_literal (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
363 test_ceiling_function (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
364 test_check_variables_method (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
365 test_child_axis (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
366 test_comparison_of_sequences (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
367 test_comparison_operators (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
368 test_concat_function (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
369 test_contains_function (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
370 test_context_item_expression (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
371 test_context_variables (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
372 test_count_function (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
373 test_default_axis (tests.test_xpath1_parser.LxmlXPath1ParserTest)
374 Tests about when child:: default axis is applied. ... ok
375 test_default_namespace (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
376 test_descendant_axis (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
377 test_descendant_or_self_axis (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
378 test_descendant_predicate__issue_51 (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
379 test_div_operator (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
380 test_double_slash_shortcut (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
381 test_double_slash_shortcut_pr16 (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
382 test_floor_function (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
383 test_following_axis (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
384 test_following_sibling_axis (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
385 test_function_signatures (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
386 test_get_function (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
387 test_issue_25_with_count_function (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
388 test_lang_function (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
389 test_logical_and_operator (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
390 test_logical_expressions (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
391 test_logical_or_operator (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
392 test_namespace_axis (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
393 test_node_selection (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
394 test_node_set_functions (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
395 test_node_set_id_function (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
396 test_node_types (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
397 test_nonempty_elements (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
398 test_normalize_space_function (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
399 test_number_function (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
400 test_numerical_add_operator (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
401 test_numerical_expressions (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
402 test_numerical_mod_operator (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
403 test_numerical_sub_operator (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
404 test_order_with_descendants__issue_079 (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
405 test_parent_shortcut_and_axis (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
406 test_parenthesized_expression (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
407 test_parser_pickling (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
408 test_parser_position (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
409 test_path_step_operator (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
410 test_path_step_operator_with_duplicates (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
411 test_preceding_axis (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
412 test_preceding_sibling_axis (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
413 test_predicate (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
414 test_prefixed_references (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
415 test_round_function (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
416 test_self_axis (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
417 test_starts_with_function (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
418 test_string_function (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
419 test_string_length_function (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
420 test_string_representation (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
421 test_substring_after_function (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
422 test_substring_before_function (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
423 test_substring_function (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
424 test_sum_function (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
425 test_token_classes (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
426 test_token_source (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
427 test_token_tree (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
428 test_translate_function (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
429 test_union (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
430 test_unknown_axis (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
431 test_unknown_function (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
432 test_variable_substitution (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
433 test_wrong_nargs (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
434 test_wrong_syntax (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
435 test_xpath_tokenizer (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
436 test_xsd_qname_method (tests.test_xpath1_parser.LxmlXPath1ParserTest) ... ok
437 test_addition_and_subtraction_operators (tests.test_xpath1_parser.XPath1ParserTest) ... ok
438 test_ancestor_axes (tests.test_xpath1_parser.XPath1ParserTest) ... ok
439 test_attribute_abbreviation_and_axis (tests.test_xpath1_parser.XPath1ParserTest) ... ok
440 test_boolean_context_nonempty_elements (tests.test_xpath1_parser.XPath1ParserTest) ... ok
441 test_boolean_functions (tests.test_xpath1_parser.XPath1ParserTest) ... ok
442 test_braced_uri_literal (tests.test_xpath1_parser.XPath1ParserTest) ... ok
443 test_ceiling_function (tests.test_xpath1_parser.XPath1ParserTest) ... ok
444 test_check_variables_method (tests.test_xpath1_parser.XPath1ParserTest) ... ok
445 test_child_axis (tests.test_xpath1_parser.XPath1ParserTest) ... ok
446 test_comparison_of_sequences (tests.test_xpath1_parser.XPath1ParserTest) ... ok
447 test_comparison_operators (tests.test_xpath1_parser.XPath1ParserTest) ... ok
448 test_concat_function (tests.test_xpath1_parser.XPath1ParserTest) ... ok
449 test_contains_function (tests.test_xpath1_parser.XPath1ParserTest) ... ok
450 test_context_item_expression (tests.test_xpath1_parser.XPath1ParserTest) ... ok
451 test_context_variables (tests.test_xpath1_parser.XPath1ParserTest) ... ok
452 test_count_function (tests.test_xpath1_parser.XPath1ParserTest) ... ok
453 test_default_axis (tests.test_xpath1_parser.XPath1ParserTest)
454 Tests about when child:: default axis is applied. ... ok
455 test_default_namespace (tests.test_xpath1_parser.XPath1ParserTest) ... ok
456 test_descendant_axis (tests.test_xpath1_parser.XPath1ParserTest) ... ok
457 test_descendant_or_self_axis (tests.test_xpath1_parser.XPath1ParserTest) ... ok
458 test_descendant_predicate__issue_51 (tests.test_xpath1_parser.XPath1ParserTest) ... ok
459 test_div_operator (tests.test_xpath1_parser.XPath1ParserTest) ... ok
460 test_double_slash_shortcut (tests.test_xpath1_parser.XPath1ParserTest) ... ok
461 test_double_slash_shortcut_pr16 (tests.test_xpath1_parser.XPath1ParserTest) ... ok
462 test_floor_function (tests.test_xpath1_parser.XPath1ParserTest) ... ok
463 test_following_axis (tests.test_xpath1_parser.XPath1ParserTest) ... ok
464 test_following_sibling_axis (tests.test_xpath1_parser.XPath1ParserTest) ... ok
465 test_function_signatures (tests.test_xpath1_parser.XPath1ParserTest) ... ok
466 test_get_function (tests.test_xpath1_parser.XPath1ParserTest) ... ok
467 test_lang_function (tests.test_xpath1_parser.XPath1ParserTest) ... ok
468 test_logical_and_operator (tests.test_xpath1_parser.XPath1ParserTest) ... ok
469 test_logical_expressions (tests.test_xpath1_parser.XPath1ParserTest) ... ok
470 test_logical_or_operator (tests.test_xpath1_parser.XPath1ParserTest) ... ok
471 test_namespace_axis (tests.test_xpath1_parser.XPath1ParserTest) ... ok
472 test_node_selection (tests.test_xpath1_parser.XPath1ParserTest) ... ok
473 test_node_set_functions (tests.test_xpath1_parser.XPath1ParserTest) ... ok
474 test_node_set_id_function (tests.test_xpath1_parser.XPath1ParserTest) ... ok
475 test_node_types (tests.test_xpath1_parser.XPath1ParserTest) ... ok
476 test_nonempty_elements (tests.test_xpath1_parser.XPath1ParserTest) ... ok
477 test_normalize_space_function (tests.test_xpath1_parser.XPath1ParserTest) ... ok
478 test_number_function (tests.test_xpath1_parser.XPath1ParserTest) ... ok
479 test_numerical_add_operator (tests.test_xpath1_parser.XPath1ParserTest) ... ok
480 test_numerical_expressions (tests.test_xpath1_parser.XPath1ParserTest) ... ok
481 test_numerical_mod_operator (tests.test_xpath1_parser.XPath1ParserTest) ... ok
482 test_numerical_sub_operator (tests.test_xpath1_parser.XPath1ParserTest) ... ok
483 test_order_with_descendants__issue_079 (tests.test_xpath1_parser.XPath1ParserTest) ... ok
484 test_parent_shortcut_and_axis (tests.test_xpath1_parser.XPath1ParserTest) ... ok
485 test_parenthesized_expression (tests.test_xpath1_parser.XPath1ParserTest) ... ok
486 test_parser_pickling (tests.test_xpath1_parser.XPath1ParserTest) ... ok
487 test_parser_position (tests.test_xpath1_parser.XPath1ParserTest) ... ok
488 test_path_step_operator (tests.test_xpath1_parser.XPath1ParserTest) ... ok
489 test_path_step_operator_with_duplicates (tests.test_xpath1_parser.XPath1ParserTest) ... ok
490 test_preceding_axis (tests.test_xpath1_parser.XPath1ParserTest) ... ok
491 test_preceding_sibling_axis (tests.test_xpath1_parser.XPath1ParserTest) ... ok
492 test_predicate (tests.test_xpath1_parser.XPath1ParserTest) ... ok
493 test_prefixed_references (tests.test_xpath1_parser.XPath1ParserTest) ... ok
494 test_round_function (tests.test_xpath1_parser.XPath1ParserTest) ... ok
495 test_self_axis (tests.test_xpath1_parser.XPath1ParserTest) ... ok
496 test_starts_with_function (tests.test_xpath1_parser.XPath1ParserTest) ... ok
497 test_string_function (tests.test_xpath1_parser.XPath1ParserTest) ... ok
498 test_string_length_function (tests.test_xpath1_parser.XPath1ParserTest) ... ok
499 test_string_representation (tests.test_xpath1_parser.XPath1ParserTest) ... ok
500 test_substring_after_function (tests.test_xpath1_parser.XPath1ParserTest) ... ok
501 test_substring_before_function (tests.test_xpath1_parser.XPath1ParserTest) ... ok
502 test_substring_function (tests.test_xpath1_parser.XPath1ParserTest) ... ok
503 test_sum_function (tests.test_xpath1_parser.XPath1ParserTest) ... ok
504 test_token_classes (tests.test_xpath1_parser.XPath1ParserTest) ... ok
505 test_token_source (tests.test_xpath1_parser.XPath1ParserTest) ... ok
506 test_token_tree (tests.test_xpath1_parser.XPath1ParserTest) ... ok
507 test_translate_function (tests.test_xpath1_parser.XPath1ParserTest) ... ok
508 test_union (tests.test_xpath1_parser.XPath1ParserTest) ... ok
509 test_unknown_axis (tests.test_xpath1_parser.XPath1ParserTest) ... ok
510 test_unknown_function (tests.test_xpath1_parser.XPath1ParserTest) ... ok
511 test_variable_substitution (tests.test_xpath1_parser.XPath1ParserTest) ... ok
512 test_wrong_nargs (tests.test_xpath1_parser.XPath1ParserTest) ... ok
513 test_wrong_syntax (tests.test_xpath1_parser.XPath1ParserTest) ... ok
514 test_xpath_tokenizer (tests.test_xpath1_parser.XPath1ParserTest) ... ok
515 test_xsd_qname_method (tests.test_xpath1_parser.XPath1ParserTest) ... ok
516 test_any_uri_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
517 test_base64_binary_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
518 test_boolean_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
519 test_constructor_class (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
520 test_date_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
521 test_datetime_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
522 test_datetimestamp_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
523 test_day_time_duration_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
524 test_decimal_constructors (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
525 test_double_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
526 test_duration_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
527 test_entity_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
528 test_float_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
529 test_gregorian_day_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
530 test_gregorian_month_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
531 test_gregorian_month_day_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
532 test_gregorian_year_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
533 test_gregorian_year_month_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
534 test_hex_binary_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
535 test_id_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
536 test_idref_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
537 test_integer_constructors (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
538 test_invalid_arguments (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
539 test_language_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
540 test_limited_integer_constructors (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
541 test_missing_context_on_namespaced_name__issue_068 (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
542 test_name_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
543 test_ncname_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
544 test_nmtoken_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
545 test_normalized_string_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
546 test_notation_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
547 test_qname_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
548 test_string_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
549 test_time_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
550 test_token_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
551 test_unknown_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
552 test_untyped_atomic_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
553 test_year_month_duration_constructor (tests.test_xpath2_constructors.LxmlXPath2ConstructorsTest) ... ok
554 test_any_uri_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
555 test_base64_binary_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
556 test_boolean_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
557 test_constructor_class (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
558 test_date_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
559 test_datetime_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
560 test_datetimestamp_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
561 test_day_time_duration_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
562 test_decimal_constructors (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
563 test_double_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
564 test_duration_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
565 test_entity_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
566 test_float_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
567 test_gregorian_day_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
568 test_gregorian_month_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
569 test_gregorian_month_day_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
570 test_gregorian_year_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
571 test_gregorian_year_month_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
572 test_hex_binary_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
573 test_id_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
574 test_idref_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
575 test_integer_constructors (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
576 test_invalid_arguments (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
577 test_language_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
578 test_limited_integer_constructors (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
579 test_missing_context_on_namespaced_name__issue_068 (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
580 test_name_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
581 test_ncname_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
582 test_nmtoken_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
583 test_normalized_string_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
584 test_notation_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
585 test_qname_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
586 test_string_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
587 test_time_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
588 test_token_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
589 test_unknown_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
590 test_untyped_atomic_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
591 test_year_month_duration_constructor (tests.test_xpath2_constructors.XPath2ConstructorsTest) ... ok
592 test_abs_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
593 test_adjust_date_to_timezone_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
594 test_adjust_datetime_to_timezone_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
595 test_adjust_time_to_timezone_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
596 test_avg_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
597 test_base_uri_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
598 test_boolean_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
599 test_codepoint_equal_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
600 test_codepoints_to_string_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
601 test_collection_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
602 test_compare_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
603 test_context_datetime_functions (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
604 test_count_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
605 test_data_function_with_typed_nodes (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
606 test_datetime_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
607 test_day_from_date_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
608 test_day_from_datetime_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
609 test_days_from_duration_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
610 test_deep_equal_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
611 test_deep_equal_function_on_nested_sequences (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
612 test_default_collation_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
613 test_distinct_values_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
614 test_doc_functions (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
615 test_document_uri_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
616 test_empty_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
617 test_encode_for_uri_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
618 test_ends_with_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
619 test_error_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
620 test_escape_html_uri_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
621 test_exists_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
622 test_hours_from_datetime_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
623 test_hours_from_duration_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
624 test_hours_from_time_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
625 test_in_scope_prefixes_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
626 test_index_of_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
627 test_insert_before_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
628 test_iri_to_uri_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
629 test_local_name_from_qname_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
630 test_lower_case_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
631 test_matches_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
632 test_max_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
633 test_min_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
634 test_minutes_from_datetime_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
635 test_minutes_from_duration_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
636 test_minutes_from_time_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
637 test_month_from_date_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
638 test_month_from_datetime_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
639 test_months_from_duration_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
640 test_namespace_uri_for_prefix_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
641 test_namespace_uri_from_qname_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
642 test_node_accessor_functions (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
643 test_node_set_id_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
644 test_node_set_id_function_with_schema (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
645 test_node_set_id_function_with_wrong_schema (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
646 test_node_set_idref_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
647 test_normalize_unicode_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
648 test_prefix_from_qname_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
649 test_qname_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
650 test_remove_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
651 test_replace_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
652 test_resolve_qname_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
653 test_resolve_uri_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
654 test_reverse_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
655 test_root_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
656 test_round_half_to_even_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
657 test_seconds_from_datetime_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
658 test_seconds_from_duration_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
659 test_seconds_from_time_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
660 test_sequence_cardinality_functions (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
661 test_static_base_uri_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
662 test_string_and_data_functions (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
663 test_string_join_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
664 test_string_to_codepoints_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
665 test_subsequence_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
666 test_sum_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
667 test_timezone_from_date_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
668 test_timezone_from_datetime_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
669 test_timezone_from_time_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
670 test_tokenize_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
671 test_trace_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
672 test_unordered_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
673 test_upper_case_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
674 test_year_from_date_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
675 test_year_from_datetime_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
676 test_years_from_duration_function (tests.test_xpath2_functions.LxmlXPath2FunctionsTest) ... ok
677 test_abs_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
678 test_adjust_date_to_timezone_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
679 test_adjust_datetime_to_timezone_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
680 test_adjust_time_to_timezone_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
681 test_avg_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
682 test_base_uri_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
683 test_boolean_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
684 test_codepoint_equal_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
685 test_codepoints_to_string_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
686 test_collection_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
687 test_compare_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
688 test_context_datetime_functions (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
689 test_count_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
690 test_data_function_with_typed_nodes (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
691 test_datetime_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
692 test_day_from_date_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
693 test_day_from_datetime_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
694 test_days_from_duration_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
695 test_deep_equal_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
696 test_deep_equal_function_on_nested_sequences (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
697 test_default_collation_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
698 test_distinct_values_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
699 test_doc_functions (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
700 test_document_uri_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
701 test_empty_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
702 test_encode_for_uri_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
703 test_ends_with_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
704 test_error_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
705 test_escape_html_uri_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
706 test_exists_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
707 test_hours_from_datetime_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
708 test_hours_from_duration_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
709 test_hours_from_time_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
710 test_in_scope_prefixes_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
711 test_index_of_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
712 test_insert_before_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
713 test_iri_to_uri_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
714 test_local_name_from_qname_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
715 test_lower_case_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
716 test_matches_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
717 test_max_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
718 test_min_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
719 test_minutes_from_datetime_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
720 test_minutes_from_duration_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
721 test_minutes_from_time_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
722 test_month_from_date_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
723 test_month_from_datetime_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
724 test_months_from_duration_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
725 test_namespace_uri_for_prefix_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
726 test_namespace_uri_from_qname_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
727 test_node_accessor_functions (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
728 test_node_set_id_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
729 test_node_set_id_function_with_schema (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
730 test_node_set_id_function_with_wrong_schema (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
731 test_node_set_idref_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
732 test_normalize_unicode_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
733 test_prefix_from_qname_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
734 test_qname_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
735 test_remove_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
736 test_replace_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
737 test_resolve_qname_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
738 test_resolve_uri_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
739 test_reverse_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
740 test_root_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
741 test_round_half_to_even_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
742 test_seconds_from_datetime_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
743 test_seconds_from_duration_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
744 test_seconds_from_time_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
745 test_sequence_cardinality_functions (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
746 test_static_base_uri_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
747 test_string_and_data_functions (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
748 test_string_join_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
749 test_string_to_codepoints_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
750 test_subsequence_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
751 test_sum_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
752 test_timezone_from_date_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
753 test_timezone_from_datetime_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
754 test_timezone_from_time_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
755 test_tokenize_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
756 test_trace_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
757 test_unordered_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
758 test_upper_case_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
759 test_year_from_date_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
760 test_year_from_datetime_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
761 test_years_from_duration_function (tests.test_xpath2_functions.XPath2FunctionsTest) ... ok
762 test_add_day_time_duration_to_datetime (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
763 test_add_day_time_duration_to_time (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
764 test_add_year_month_duration_to_date (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
765 test_add_year_month_duration_to_datetime (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
766 test_addition_and_subtraction_operators (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
767 test_ancestor_axes (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
768 test_attribute_abbreviation_and_axis (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
769 test_attribute_accessor (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
770 test_auxiliary_tokens (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
771 test_boolean_context_nonempty_elements (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
772 test_boolean_evaluation_in_selector (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
773 test_boolean_functions (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
774 test_braced_uri_literal (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
775 test_cast_expression (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
776 test_cast_or_castable_with_derived_type (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
777 test_castable_expression (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
778 test_ceiling_function (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
779 test_check_variables_method (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
780 test_child_axis (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
781 test_collection_types_argument (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
782 test_comma_operator (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
783 test_comparison_in_expression (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
784 test_comparison_of_sequences (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
785 test_comparison_operators (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
786 test_concat_function (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
787 test_contains_function (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
788 test_context_item_expression (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
789 test_context_variables (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
790 test_count_function (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
791 test_day_time_duration_operators (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
792 test_default_axis (tests.test_xpath2_parser.LxmlXPath2ParserTest)
793 Tests about when child:: default axis is applied. ... ok
794 test_default_collation_argument (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
795 test_default_collection_type_argument (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
796 test_default_namespace (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
797 test_descendant_axis (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
798 test_descendant_or_self_axis (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
799 test_descendant_predicate__issue_51 (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
800 test_div_operator (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
801 test_document_node_accessor (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
802 test_document_types_argument (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
803 test_double_slash_shortcut (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
804 test_double_slash_shortcut_pr16 (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
805 test_duration_with_arithmetical_operators (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
806 test_element_accessor (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
807 test_element_decimal_cast (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
808 test_element_decimal_comparison_after_round (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
809 test_empty_sequence_type (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
810 test_external_function_arguments (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
811 test_external_function_arity (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
812 test_external_function_registration (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
813 test_floor_function (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
814 test_following_axis (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
815 test_following_sibling_axis (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
816 test_for_expressions (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
817 test_function_namespace (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
818 test_function_signatures (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
819 test_get_function (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
820 test_idiv_operator (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
821 test_if_expressions (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
822 test_instance_of_expression (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
823 test_invalid_schema_argument (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
824 test_is_instance_function_with_schema (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
825 test_issue_35_getting_attribute_names (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
826 test_item_sequence_type (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
827 test_lang_function (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
828 test_logical_and_operator (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
829 test_logical_expressions (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
830 test_logical_expressions_ (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
831 test_logical_or_operator (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
832 test_namespace_axis (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
833 test_namespace_axis_on_schema_context (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
834 test_node_and_node_accessors (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
835 test_node_comparison_operators (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
836 test_node_selection (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
837 test_node_set_functions (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
838 test_node_set_id_function (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
839 test_node_types (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
840 test_nonempty_elements (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
841 test_normalize_space_function (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
842 test_number_function (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
843 test_numerical_add_operator (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
844 test_numerical_expressions (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
845 test_numerical_mod_operator (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
846 test_numerical_sub_operator (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
847 test_operator_ambiguity (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
848 test_order_with_descendants__issue_079 (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
849 test_parent_shortcut_and_axis (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
850 test_parenthesized_expression (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
851 test_parenthesized_expressions (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
852 test_parser_pickling (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
853 test_parser_position (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
854 test_path_step_operator (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
855 test_path_step_operator_with_duplicates (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
856 test_preceding_axis (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
857 test_preceding_sibling_axis (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
858 test_predicate (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
859 test_prefixed_references (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
860 test_proxy_token_disambiguation__issue_078 (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
861 test_quantifier_expressions (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
862 test_range_expressions (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
863 test_raw_resolution_for_issue_73 (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
864 test_round_function (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
865 test_self_axis (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
866 test_starts_with_function (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
867 test_statements_ambiguity (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
868 test_static_analysis_phase (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
869 test_string_function (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
870 test_string_length_function (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
871 test_string_representation (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
872 test_substring_after_function (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
873 test_substring_before_function (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
874 test_substring_function (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
875 test_subtract_dates (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
876 test_subtract_datetimes (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
877 test_subtract_day_time_duration_from_date (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
878 test_subtract_day_time_duration_from_datetime (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
879 test_subtract_day_time_duration_to_time (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
880 test_subtract_times (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
881 test_subtract_year_month_duration_from_date (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
882 test_subtract_year_month_duration_from_datetime (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
883 test_sum_function (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
884 test_token_classes (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
885 test_token_source (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
886 test_token_tree (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
887 test_tokenizer_ambiguity (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
888 test_translate_function (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
889 test_treat_as_expression (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
890 test_union (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
891 test_union_intersect_except_operators (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
892 test_unknown_axis (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
893 test_unknown_function (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
894 test_variable_reference (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
895 test_variable_substitution (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
896 test_variable_types_argument (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
897 test_wrong_nargs (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
898 test_wrong_syntax (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
899 test_xpath_comments (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
900 test_xpath_tokenizer (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
901 test_xsd_qname_method (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
902 test_year_month_duration_operators (tests.test_xpath2_parser.LxmlXPath2ParserTest) ... ok
903 test_add_day_time_duration_to_datetime (tests.test_xpath2_parser.XPath2ParserTest) ... ok
904 test_add_day_time_duration_to_time (tests.test_xpath2_parser.XPath2ParserTest) ... ok
905 test_add_year_month_duration_to_date (tests.test_xpath2_parser.XPath2ParserTest) ... ok
906 test_add_year_month_duration_to_datetime (tests.test_xpath2_parser.XPath2ParserTest) ... ok
907 test_addition_and_subtraction_operators (tests.test_xpath2_parser.XPath2ParserTest) ... ok
908 test_ancestor_axes (tests.test_xpath2_parser.XPath2ParserTest) ... ok
909 test_attribute_abbreviation_and_axis (tests.test_xpath2_parser.XPath2ParserTest) ... ok
910 test_attribute_accessor (tests.test_xpath2_parser.XPath2ParserTest) ... ok
911 test_auxiliary_tokens (tests.test_xpath2_parser.XPath2ParserTest) ... ok
912 test_boolean_context_nonempty_elements (tests.test_xpath2_parser.XPath2ParserTest) ... ok
913 test_boolean_evaluation_in_selector (tests.test_xpath2_parser.XPath2ParserTest) ... ok
914 test_boolean_functions (tests.test_xpath2_parser.XPath2ParserTest) ... ok
915 test_braced_uri_literal (tests.test_xpath2_parser.XPath2ParserTest) ... ok
916 test_cast_expression (tests.test_xpath2_parser.XPath2ParserTest) ... ok
917 test_cast_or_castable_with_derived_type (tests.test_xpath2_parser.XPath2ParserTest) ... ok
918 test_castable_expression (tests.test_xpath2_parser.XPath2ParserTest) ... ok
919 test_ceiling_function (tests.test_xpath2_parser.XPath2ParserTest) ... ok
920 test_check_variables_method (tests.test_xpath2_parser.XPath2ParserTest) ... ok
921 test_child_axis (tests.test_xpath2_parser.XPath2ParserTest) ... ok
922 test_collection_types_argument (tests.test_xpath2_parser.XPath2ParserTest) ... ok
923 test_comma_operator (tests.test_xpath2_parser.XPath2ParserTest) ... ok
924 test_comparison_in_expression (tests.test_xpath2_parser.XPath2ParserTest) ... ok
925 test_comparison_of_sequences (tests.test_xpath2_parser.XPath2ParserTest) ... ok
926 test_comparison_operators (tests.test_xpath2_parser.XPath2ParserTest) ... ok
927 test_concat_function (tests.test_xpath2_parser.XPath2ParserTest) ... ok
928 test_contains_function (tests.test_xpath2_parser.XPath2ParserTest) ... ok
929 test_context_item_expression (tests.test_xpath2_parser.XPath2ParserTest) ... ok
930 test_context_variables (tests.test_xpath2_parser.XPath2ParserTest) ... ok
931 test_count_function (tests.test_xpath2_parser.XPath2ParserTest) ... ok
932 test_day_time_duration_operators (tests.test_xpath2_parser.XPath2ParserTest) ... ok
933 test_default_axis (tests.test_xpath2_parser.XPath2ParserTest)
934 Tests about when child:: default axis is applied. ... ok
935 test_default_collation_argument (tests.test_xpath2_parser.XPath2ParserTest) ... ok
936 test_default_collection_type_argument (tests.test_xpath2_parser.XPath2ParserTest) ... ok
937 test_default_namespace (tests.test_xpath2_parser.XPath2ParserTest) ... ok
938 test_descendant_axis (tests.test_xpath2_parser.XPath2ParserTest) ... ok
939 test_descendant_or_self_axis (tests.test_xpath2_parser.XPath2ParserTest) ... ok
940 test_descendant_predicate__issue_51 (tests.test_xpath2_parser.XPath2ParserTest) ... ok
941 test_div_operator (tests.test_xpath2_parser.XPath2ParserTest) ... ok
942 test_document_node_accessor (tests.test_xpath2_parser.XPath2ParserTest) ... ok
943 test_document_types_argument (tests.test_xpath2_parser.XPath2ParserTest) ... ok
944 test_double_slash_shortcut (tests.test_xpath2_parser.XPath2ParserTest) ... ok
945 test_double_slash_shortcut_pr16 (tests.test_xpath2_parser.XPath2ParserTest) ... ok
946 test_duration_with_arithmetical_operators (tests.test_xpath2_parser.XPath2ParserTest) ... ok
947 test_element_accessor (tests.test_xpath2_parser.XPath2ParserTest) ... ok
948 test_element_decimal_cast (tests.test_xpath2_parser.XPath2ParserTest) ... ok
949 test_element_decimal_comparison_after_round (tests.test_xpath2_parser.XPath2ParserTest) ... ok
950 test_empty_sequence_type (tests.test_xpath2_parser.XPath2ParserTest) ... ok
951 test_external_function_arguments (tests.test_xpath2_parser.XPath2ParserTest) ... ok
952 test_external_function_arity (tests.test_xpath2_parser.XPath2ParserTest) ... ok
953 test_external_function_registration (tests.test_xpath2_parser.XPath2ParserTest) ... ok
954 test_floor_function (tests.test_xpath2_parser.XPath2ParserTest) ... ok
955 test_following_axis (tests.test_xpath2_parser.XPath2ParserTest) ... ok
956 test_following_sibling_axis (tests.test_xpath2_parser.XPath2ParserTest) ... ok
957 test_for_expressions (tests.test_xpath2_parser.XPath2ParserTest) ... ok
958 test_function_namespace (tests.test_xpath2_parser.XPath2ParserTest) ... ok
959 test_function_signatures (tests.test_xpath2_parser.XPath2ParserTest) ... ok
960 test_get_function (tests.test_xpath2_parser.XPath2ParserTest) ... ok
961 test_idiv_operator (tests.test_xpath2_parser.XPath2ParserTest) ... ok
962 test_if_expressions (tests.test_xpath2_parser.XPath2ParserTest) ... ok
963 test_instance_of_expression (tests.test_xpath2_parser.XPath2ParserTest) ... ok
964 test_invalid_schema_argument (tests.test_xpath2_parser.XPath2ParserTest) ... ok
965 test_is_instance_function_with_schema (tests.test_xpath2_parser.XPath2ParserTest) ... ok
966 test_issue_35_getting_attribute_names (tests.test_xpath2_parser.XPath2ParserTest) ... ok
967 test_item_sequence_type (tests.test_xpath2_parser.XPath2ParserTest) ... ok
968 test_lang_function (tests.test_xpath2_parser.XPath2ParserTest) ... ok
969 test_logical_and_operator (tests.test_xpath2_parser.XPath2ParserTest) ... ok
970 test_logical_expressions (tests.test_xpath2_parser.XPath2ParserTest) ... ok
971 test_logical_expressions_ (tests.test_xpath2_parser.XPath2ParserTest) ... ok
972 test_logical_or_operator (tests.test_xpath2_parser.XPath2ParserTest) ... ok
973 test_namespace_axis (tests.test_xpath2_parser.XPath2ParserTest) ... ok
974 test_namespace_axis_on_schema_context (tests.test_xpath2_parser.XPath2ParserTest) ... ok
975 test_node_and_node_accessors (tests.test_xpath2_parser.XPath2ParserTest) ... ok
976 test_node_comparison_operators (tests.test_xpath2_parser.XPath2ParserTest) ... ok
977 test_node_selection (tests.test_xpath2_parser.XPath2ParserTest) ... ok
978 test_node_set_functions (tests.test_xpath2_parser.XPath2ParserTest) ... ok
979 test_node_set_id_function (tests.test_xpath2_parser.XPath2ParserTest) ... ok
980 test_node_types (tests.test_xpath2_parser.XPath2ParserTest) ... ok
981 test_nonempty_elements (tests.test_xpath2_parser.XPath2ParserTest) ... ok
982 test_normalize_space_function (tests.test_xpath2_parser.XPath2ParserTest) ... ok
983 test_number_function (tests.test_xpath2_parser.XPath2ParserTest) ... ok
984 test_numerical_add_operator (tests.test_xpath2_parser.XPath2ParserTest) ... ok
985 test_numerical_expressions (tests.test_xpath2_parser.XPath2ParserTest) ... ok
986 test_numerical_mod_operator (tests.test_xpath2_parser.XPath2ParserTest) ... ok
987 test_numerical_sub_operator (tests.test_xpath2_parser.XPath2ParserTest) ... ok
988 test_operator_ambiguity (tests.test_xpath2_parser.XPath2ParserTest) ... ok
989 test_order_with_descendants__issue_079 (tests.test_xpath2_parser.XPath2ParserTest) ... ok
990 test_parent_shortcut_and_axis (tests.test_xpath2_parser.XPath2ParserTest) ... ok
991 test_parenthesized_expression (tests.test_xpath2_parser.XPath2ParserTest) ... ok
992 test_parenthesized_expressions (tests.test_xpath2_parser.XPath2ParserTest) ... ok
993 test_parser_pickling (tests.test_xpath2_parser.XPath2ParserTest) ... ok
994 test_parser_position (tests.test_xpath2_parser.XPath2ParserTest) ... ok
995 test_path_step_operator (tests.test_xpath2_parser.XPath2ParserTest) ... ok
996 test_path_step_operator_with_duplicates (tests.test_xpath2_parser.XPath2ParserTest) ... ok
997 test_preceding_axis (tests.test_xpath2_parser.XPath2ParserTest) ... ok
998 test_preceding_sibling_axis (tests.test_xpath2_parser.XPath2ParserTest) ... ok
999 test_predicate (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1000 test_prefixed_references (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1001 test_proxy_token_disambiguation__issue_078 (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1002 test_quantifier_expressions (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1003 test_range_expressions (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1004 test_raw_resolution_for_issue_73 (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1005 test_round_function (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1006 test_self_axis (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1007 test_starts_with_function (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1008 test_statements_ambiguity (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1009 test_static_analysis_phase (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1010 test_string_function (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1011 test_string_length_function (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1012 test_string_representation (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1013 test_substring_after_function (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1014 test_substring_before_function (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1015 test_substring_function (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1016 test_subtract_dates (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1017 test_subtract_datetimes (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1018 test_subtract_day_time_duration_from_date (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1019 test_subtract_day_time_duration_from_datetime (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1020 test_subtract_day_time_duration_to_time (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1021 test_subtract_times (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1022 test_subtract_year_month_duration_from_date (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1023 test_subtract_year_month_duration_from_datetime (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1024 test_sum_function (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1025 test_token_classes (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1026 test_token_source (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1027 test_token_tree (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1028 test_tokenizer_ambiguity (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1029 test_translate_function (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1030 test_treat_as_expression (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1031 test_union (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1032 test_union_intersect_except_operators (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1033 test_unknown_axis (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1034 test_unknown_function (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1035 test_variable_reference (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1036 test_variable_substitution (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1037 test_variable_types_argument (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1038 test_wrong_nargs (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1039 test_wrong_syntax (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1040 test_xpath_comments (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1041 test_xpath_tokenizer (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1042 test_xsd_qname_method (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1043 test_year_month_duration_operators (tests.test_xpath2_parser.XPath2ParserTest) ... ok
1044 test_any_uri_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1045 test_base64_binary_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1046 test_boolean_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1047 test_constructor_class (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1048 test_date_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1049 test_datetime_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1050 test_datetimestamp_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1051 test_day_time_duration_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1052 test_decimal_constructors (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1053 test_double_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1054 test_duration_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1055 test_entity_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1056 test_float_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1057 test_gregorian_day_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1058 test_gregorian_month_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1059 test_gregorian_month_day_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1060 test_gregorian_year_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1061 test_gregorian_year_month_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1062 test_hex_binary_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1063 test_id_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1064 test_idref_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1065 test_integer_constructors (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1066 test_invalid_arguments (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1067 test_language_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1068 test_limited_integer_constructors (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1069 test_missing_context_on_namespaced_name__issue_068 (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1070 test_name_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1071 test_ncname_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1072 test_nmtoken_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1073 test_normalized_string_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1074 test_notation_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1075 test_qname_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1076 test_string_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1077 test_time_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1078 test_token_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1079 test_unknown_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1080 test_untyped_atomic_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1081 test_year_month_duration_constructor (tests.test_xpath30.LxmlXPath30ConstructorsTest) ... ok
1082 test_abs_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1083 test_acos_math_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1084 test_adjust_date_to_timezone_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1085 test_adjust_datetime_to_timezone_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1086 test_adjust_time_to_timezone_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1087 test_analyze_string_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1088 test_asin_math_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1089 test_atan2_math_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1090 test_atan_math_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1091 test_available_environment_variables_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1092 test_avg_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1093 test_base_uri_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1094 test_boolean_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1095 test_codepoint_equal_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1096 test_codepoints_to_string_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1097 test_collection_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1098 test_compare_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1099 test_context_datetime_functions (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1100 test_cos_math_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1101 test_count_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1102 test_data_function_with_typed_nodes (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1103 test_datetime_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1104 test_day_from_date_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1105 test_day_from_datetime_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1106 test_days_from_duration_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1107 test_deep_equal_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1108 test_deep_equal_function_on_nested_sequences (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1109 test_default_collation_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1110 test_distinct_values_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1111 test_doc_functions (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1112 test_document_uri_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1113 test_empty_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1114 test_encode_for_uri_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1115 test_ends_with_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1116 test_environment_variable_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1117 test_error_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1118 test_escape_html_uri_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1119 test_exists_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1120 test_exp10_math_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1121 test_exp_math_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1122 test_filter (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1123 test_fold_left (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1124 test_fold_right (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1125 test_for_each (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1126 test_for_each_pair (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1127 test_format_integer (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1128 test_function_arity (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1129 test_function_lookup (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1130 test_function_name (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1131 test_generate_id_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1132 test_has_children_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1133 test_head_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1134 test_hours_from_datetime_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1135 test_hours_from_duration_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1136 test_hours_from_time_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1137 test_in_scope_prefixes_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1138 test_index_of_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1139 test_inline_function_expression (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1140 test_innermost_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1141 test_insert_before_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1142 test_iri_to_uri_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1143 test_local_name_from_qname_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1144 test_log10_math_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1145 test_log_math_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1146 test_lower_case_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1147 test_matches_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1148 test_max_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1149 test_min_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1150 test_minutes_from_datetime_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1151 test_minutes_from_duration_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1152 test_minutes_from_time_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1153 test_month_from_date_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1154 test_month_from_datetime_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1155 test_months_from_duration_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1156 test_namespace_uri_for_prefix_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1157 test_namespace_uri_from_qname_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1158 test_node_accessor_functions (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1159 test_node_set_id_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1160 test_node_set_id_function_with_schema (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1161 test_node_set_id_function_with_wrong_schema (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1162 test_node_set_idref_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1163 test_normalize_unicode_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1164 test_odd_children_serialization__issue_056 (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1165 test_outermost_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1166 test_parse_xml_fragment_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1167 test_parse_xml_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1168 test_path_function__issue_067 (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1169 test_path_function_with_namespaces (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1170 test_path_function_with_same_child (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1171 test_pi_math_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1172 test_pow_math_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1173 test_prefix_from_qname_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1174 test_qname_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1175 test_remove_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1176 test_replace_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1177 test_resolve_qname_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1178 test_resolve_uri_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1179 test_reverse_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1180 test_root_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1181 test_round_half_to_even_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1182 test_seconds_from_datetime_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1183 test_seconds_from_duration_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1184 test_seconds_from_time_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1185 test_sequence_cardinality_functions (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1186 test_serialize_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1187 test_sin_math_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1188 test_sqrt_math_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1189 test_static_base_uri_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1190 test_string_and_data_functions (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1191 test_string_join_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1192 test_string_to_codepoints_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1193 test_subsequence_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1194 test_sum_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1195 test_tail_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1196 test_tan_math_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1197 test_timezone_from_date_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1198 test_timezone_from_datetime_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1199 test_timezone_from_time_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1200 test_tokenize_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1201 test_trace_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1202 test_unordered_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1203 test_unparsed_text_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1204 test_upper_case_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1205 test_year_from_date_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1206 test_year_from_datetime_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1207 test_years_from_duration_function (tests.test_xpath30.LxmlXPath30FunctionsTest) ... ok
1208 test_add_day_time_duration_to_datetime (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1209 test_add_day_time_duration_to_time (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1210 test_add_year_month_duration_to_date (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1211 test_add_year_month_duration_to_datetime (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1212 test_addition_and_subtraction_operators (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1213 test_ancestor_axes (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1214 test_attribute_abbreviation_and_axis (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1215 test_attribute_accessor (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1216 test_auxiliary_tokens (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1217 test_boolean_context_nonempty_elements (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1218 test_boolean_evaluation_in_selector (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1219 test_boolean_functions (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1220 test_braced_uri_literal (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1221 test_cast_expression (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1222 test_cast_or_castable_with_derived_type (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1223 test_castable_expression (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1224 test_ceiling_function (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1225 test_check_variables_method (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1226 test_child_axis (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1227 test_collection_types_argument (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1228 test_comma_operator (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1229 test_comparison_in_expression (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1230 test_comparison_of_sequences (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1231 test_comparison_operators (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1232 test_concat_function (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1233 test_concat_operator (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1234 test_contains_function (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1235 test_context_item_expression (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1236 test_context_variables (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1237 test_count_function (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1238 test_day_time_duration_operators (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1239 test_decimal_formats_argument (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1240 test_default_axis (tests.test_xpath30.LxmlXPath30ParserTest)
1241 Tests about when child:: default axis is applied. ... ok
1242 test_default_collation_argument (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1243 test_default_collection_type_argument (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1244 test_default_namespace (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1245 test_defuse_xml_argument (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1246 test_descendant_axis (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1247 test_descendant_or_self_axis (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1248 test_descendant_predicate__issue_51 (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1249 test_div_operator (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1250 test_document_node_accessor (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1251 test_document_types_argument (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1252 test_double_slash_shortcut (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1253 test_double_slash_shortcut_pr16 (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1254 test_duration_with_arithmetical_operators (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1255 test_dynamic_function_call (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1256 test_element_accessor (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1257 test_element_decimal_cast (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1258 test_element_decimal_comparison_after_round (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1259 test_empty_sequence_type (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1260 test_external_function_arguments (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1261 test_external_function_arity (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1262 test_external_function_registration (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1263 test_floor_function (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1264 test_following_axis (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1265 test_following_sibling_axis (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1266 test_for_expressions (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1267 test_function_match (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1268 test_function_namespace (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1269 test_function_signatures (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1270 test_function_test (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1271 test_get_function (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1272 test_idiv_operator (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1273 test_if_expressions (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1274 test_instance_of_expression (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1275 test_int_to_alphabetic (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1276 test_int_to_roman (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1277 test_int_to_words (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1278 test_invalid_schema_argument (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1279 test_is_instance_function_with_schema (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1280 test_issue_35_getting_attribute_names (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1281 test_item_sequence_type (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1282 test_lang_function (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1283 test_let_expression (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1284 test_logical_and_operator (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1285 test_logical_expressions (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1286 test_logical_expressions_ (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1287 test_logical_or_operator (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1288 test_namespace_axis (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1289 test_namespace_axis_on_schema_context (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1290 test_node_and_node_accessors (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1291 test_node_comparison_operators (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1292 test_node_selection (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1293 test_node_set_functions (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1294 test_node_set_id_function (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1295 test_node_types (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1296 test_nonempty_elements (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1297 test_normalize_space_function (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1298 test_number_function (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1299 test_numerical_add_operator (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1300 test_numerical_expressions (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1301 test_numerical_mod_operator (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1302 test_numerical_sub_operator (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1303 test_operator_ambiguity (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1304 test_order_with_descendants__issue_079 (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1305 test_parent_shortcut_and_axis (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1306 test_parenthesized_expression (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1307 test_parenthesized_expressions (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1308 test_parser_pickling (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1309 test_parser_position (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1310 test_path_step_operator (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1311 test_path_step_operator_with_duplicates (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1312 test_picture_pattern (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1313 test_preceding_axis (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1314 test_preceding_sibling_axis (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1315 test_predicate (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1316 test_prefixed_references (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1317 test_proxy_token_disambiguation__issue_078 (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1318 test_quantifier_expressions (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1319 test_range_expressions (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1320 test_raw_resolution_for_issue_73 (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1321 test_round_function (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1322 test_self_axis (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1323 test_starts_with_function (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1324 test_statements_ambiguity (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1325 test_static_analysis_phase (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1326 test_string_function (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1327 test_string_length_function (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1328 test_string_representation (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1329 test_substring_after_function (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1330 test_substring_before_function (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1331 test_substring_function (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1332 test_subtract_dates (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1333 test_subtract_datetimes (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1334 test_subtract_day_time_duration_from_date (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1335 test_subtract_day_time_duration_from_datetime (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1336 test_subtract_day_time_duration_to_time (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1337 test_subtract_times (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1338 test_subtract_year_month_duration_from_date (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1339 test_subtract_year_month_duration_from_datetime (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1340 test_sum_function (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1341 test_token_classes (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1342 test_token_source (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1343 test_token_tree (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1344 test_tokenizer_ambiguity (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1345 test_translate_function (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1346 test_treat_as_expression (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1347 test_union (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1348 test_union_intersect_except_operators (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1349 test_unknown_axis (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1350 test_unknown_function (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1351 test_variable_reference (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1352 test_variable_substitution (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1353 test_variable_types_argument (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1354 test_wrong_nargs (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1355 test_wrong_syntax (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1356 test_xpath_comments (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1357 test_xpath_tokenizer (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1358 test_xsd_qname_method (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1359 test_year_month_duration_operators (tests.test_xpath30.LxmlXPath30ParserTest) ... ok
1360 test_any_uri_constructor (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1361 test_base64_binary_constructor (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1362 test_boolean_constructor (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1363 test_constructor_class (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1364 test_date_constructor (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1365 test_datetime_constructor (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1366 test_datetimestamp_constructor (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1367 test_day_time_duration_constructor (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1368 test_decimal_constructors (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1369 test_double_constructor (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1370 test_duration_constructor (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1371 test_entity_constructor (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1372 test_float_constructor (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1373 test_gregorian_day_constructor (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1374 test_gregorian_month_constructor (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1375 test_gregorian_month_day_constructor (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1376 test_gregorian_year_constructor (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1377 test_gregorian_year_month_constructor (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1378 test_hex_binary_constructor (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1379 test_id_constructor (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1380 test_idref_constructor (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1381 test_integer_constructors (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1382 test_invalid_arguments (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1383 test_language_constructor (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1384 test_limited_integer_constructors (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1385 test_missing_context_on_namespaced_name__issue_068 (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1386 test_name_constructor (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1387 test_ncname_constructor (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1388 test_nmtoken_constructor (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1389 test_normalized_string_constructor (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1390 test_notation_constructor (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1391 test_qname_constructor (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1392 test_string_constructor (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1393 test_time_constructor (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1394 test_token_constructor (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1395 test_unknown_constructor (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1396 test_untyped_atomic_constructor (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1397 test_year_month_duration_constructor (tests.test_xpath30.XPath30ConstructorsTest) ... ok
1398 test_abs_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1399 test_acos_math_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1400 test_adjust_date_to_timezone_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1401 test_adjust_datetime_to_timezone_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1402 test_adjust_time_to_timezone_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1403 test_analyze_string_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1404 test_asin_math_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1405 test_atan2_math_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1406 test_atan_math_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1407 test_available_environment_variables_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1408 test_avg_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1409 test_base_uri_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1410 test_boolean_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1411 test_codepoint_equal_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1412 test_codepoints_to_string_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1413 test_collection_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1414 test_compare_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1415 test_context_datetime_functions (tests.test_xpath30.XPath30FunctionsTest) ... ok
1416 test_cos_math_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1417 test_count_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1418 test_data_function_with_typed_nodes (tests.test_xpath30.XPath30FunctionsTest) ... ok
1419 test_datetime_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1420 test_day_from_date_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1421 test_day_from_datetime_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1422 test_days_from_duration_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1423 test_deep_equal_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1424 test_deep_equal_function_on_nested_sequences (tests.test_xpath30.XPath30FunctionsTest) ... ok
1425 test_default_collation_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1426 test_distinct_values_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1427 test_doc_functions (tests.test_xpath30.XPath30FunctionsTest) ... ok
1428 test_document_uri_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1429 test_empty_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1430 test_encode_for_uri_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1431 test_ends_with_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1432 test_environment_variable_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1433 test_error_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1434 test_escape_html_uri_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1435 test_exists_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1436 test_exp10_math_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1437 test_exp_math_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1438 test_filter (tests.test_xpath30.XPath30FunctionsTest) ... ok
1439 test_fold_left (tests.test_xpath30.XPath30FunctionsTest) ... ok
1440 test_fold_right (tests.test_xpath30.XPath30FunctionsTest) ... ok
1441 test_for_each (tests.test_xpath30.XPath30FunctionsTest) ... ok
1442 test_for_each_pair (tests.test_xpath30.XPath30FunctionsTest) ... ok
1443 test_format_integer (tests.test_xpath30.XPath30FunctionsTest) ... ok
1444 test_function_arity (tests.test_xpath30.XPath30FunctionsTest) ... ok
1445 test_function_lookup (tests.test_xpath30.XPath30FunctionsTest) ... ok
1446 test_function_name (tests.test_xpath30.XPath30FunctionsTest) ... ok
1447 test_generate_id_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1448 test_has_children_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1449 test_head_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1450 test_hours_from_datetime_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1451 test_hours_from_duration_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1452 test_hours_from_time_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1453 test_in_scope_prefixes_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1454 test_index_of_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1455 test_inline_function_expression (tests.test_xpath30.XPath30FunctionsTest) ... ok
1456 test_innermost_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1457 test_insert_before_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1458 test_iri_to_uri_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1459 test_local_name_from_qname_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1460 test_log10_math_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1461 test_log_math_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1462 test_lower_case_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1463 test_matches_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1464 test_max_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1465 test_min_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1466 test_minutes_from_datetime_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1467 test_minutes_from_duration_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1468 test_minutes_from_time_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1469 test_month_from_date_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1470 test_month_from_datetime_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1471 test_months_from_duration_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1472 test_namespace_uri_for_prefix_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1473 test_namespace_uri_from_qname_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1474 test_node_accessor_functions (tests.test_xpath30.XPath30FunctionsTest) ... ok
1475 test_node_set_id_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1476 test_node_set_id_function_with_schema (tests.test_xpath30.XPath30FunctionsTest) ... ok
1477 test_node_set_id_function_with_wrong_schema (tests.test_xpath30.XPath30FunctionsTest) ... ok
1478 test_node_set_idref_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1479 test_normalize_unicode_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1480 test_odd_children_serialization__issue_056 (tests.test_xpath30.XPath30FunctionsTest) ... ok
1481 test_outermost_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1482 test_parse_xml_fragment_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1483 test_parse_xml_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1484 test_path_function__issue_067 (tests.test_xpath30.XPath30FunctionsTest) ... ok
1485 test_path_function_with_namespaces (tests.test_xpath30.XPath30FunctionsTest) ... ok
1486 test_path_function_with_same_child (tests.test_xpath30.XPath30FunctionsTest) ... ok
1487 test_pi_math_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1488 test_pow_math_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1489 test_prefix_from_qname_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1490 test_qname_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1491 test_remove_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1492 test_replace_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1493 test_resolve_qname_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1494 test_resolve_uri_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1495 test_reverse_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1496 test_root_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1497 test_round_half_to_even_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1498 test_seconds_from_datetime_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1499 test_seconds_from_duration_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1500 test_seconds_from_time_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1501 test_sequence_cardinality_functions (tests.test_xpath30.XPath30FunctionsTest) ... ok
1502 test_serialize_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1503 test_sin_math_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1504 test_sqrt_math_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1505 test_static_base_uri_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1506 test_string_and_data_functions (tests.test_xpath30.XPath30FunctionsTest) ... ok
1507 test_string_join_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1508 test_string_to_codepoints_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1509 test_subsequence_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1510 test_sum_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1511 test_tail_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1512 test_tan_math_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1513 test_timezone_from_date_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1514 test_timezone_from_datetime_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1515 test_timezone_from_time_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1516 test_tokenize_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1517 test_trace_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1518 test_unordered_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1519 test_unparsed_text_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1520 test_upper_case_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1521 test_year_from_date_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1522 test_year_from_datetime_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1523 test_years_from_duration_function (tests.test_xpath30.XPath30FunctionsTest) ... ok
1524 test_add_day_time_duration_to_datetime (tests.test_xpath30.XPath30ParserTest) ... ok
1525 test_add_day_time_duration_to_time (tests.test_xpath30.XPath30ParserTest) ... ok
1526 test_add_year_month_duration_to_date (tests.test_xpath30.XPath30ParserTest) ... ok
1527 test_add_year_month_duration_to_datetime (tests.test_xpath30.XPath30ParserTest) ... ok
1528 test_addition_and_subtraction_operators (tests.test_xpath30.XPath30ParserTest) ... ok
1529 test_ancestor_axes (tests.test_xpath30.XPath30ParserTest) ... ok
1530 test_attribute_abbreviation_and_axis (tests.test_xpath30.XPath30ParserTest) ... ok
1531 test_attribute_accessor (tests.test_xpath30.XPath30ParserTest) ... ok
1532 test_auxiliary_tokens (tests.test_xpath30.XPath30ParserTest) ... ok
1533 test_boolean_context_nonempty_elements (tests.test_xpath30.XPath30ParserTest) ... ok
1534 test_boolean_evaluation_in_selector (tests.test_xpath30.XPath30ParserTest) ... ok
1535 test_boolean_functions (tests.test_xpath30.XPath30ParserTest) ... ok
1536 test_braced_uri_literal (tests.test_xpath30.XPath30ParserTest) ... ok
1537 test_cast_expression (tests.test_xpath30.XPath30ParserTest) ... ok
1538 test_cast_or_castable_with_derived_type (tests.test_xpath30.XPath30ParserTest) ... ok
1539 test_castable_expression (tests.test_xpath30.XPath30ParserTest) ... ok
1540 test_ceiling_function (tests.test_xpath30.XPath30ParserTest) ... ok
1541 test_check_variables_method (tests.test_xpath30.XPath30ParserTest) ... ok
1542 test_child_axis (tests.test_xpath30.XPath30ParserTest) ... ok
1543 test_collection_types_argument (tests.test_xpath30.XPath30ParserTest) ... ok
1544 test_comma_operator (tests.test_xpath30.XPath30ParserTest) ... ok
1545 test_comparison_in_expression (tests.test_xpath30.XPath30ParserTest) ... ok
1546 test_comparison_of_sequences (tests.test_xpath30.XPath30ParserTest) ... ok
1547 test_comparison_operators (tests.test_xpath30.XPath30ParserTest) ... ok
1548 test_concat_function (tests.test_xpath30.XPath30ParserTest) ... ok
1549 test_concat_operator (tests.test_xpath30.XPath30ParserTest) ... ok
1550 test_contains_function (tests.test_xpath30.XPath30ParserTest) ... ok
1551 test_context_item_expression (tests.test_xpath30.XPath30ParserTest) ... ok
1552 test_context_variables (tests.test_xpath30.XPath30ParserTest) ... ok
1553 test_count_function (tests.test_xpath30.XPath30ParserTest) ... ok
1554 test_day_time_duration_operators (tests.test_xpath30.XPath30ParserTest) ... ok
1555 test_decimal_formats_argument (tests.test_xpath30.XPath30ParserTest) ... ok
1556 test_default_axis (tests.test_xpath30.XPath30ParserTest)
1557 Tests about when child:: default axis is applied. ... ok
1558 test_default_collation_argument (tests.test_xpath30.XPath30ParserTest) ... ok
1559 test_default_collection_type_argument (tests.test_xpath30.XPath30ParserTest) ... ok
1560 test_default_namespace (tests.test_xpath30.XPath30ParserTest) ... ok
1561 test_defuse_xml_argument (tests.test_xpath30.XPath30ParserTest) ... ok
1562 test_descendant_axis (tests.test_xpath30.XPath30ParserTest) ... ok
1563 test_descendant_or_self_axis (tests.test_xpath30.XPath30ParserTest) ... ok
1564 test_descendant_predicate__issue_51 (tests.test_xpath30.XPath30ParserTest) ... ok
1565 test_div_operator (tests.test_xpath30.XPath30ParserTest) ... ok
1566 test_document_node_accessor (tests.test_xpath30.XPath30ParserTest) ... ok
1567 test_document_types_argument (tests.test_xpath30.XPath30ParserTest) ... ok
1568 test_double_slash_shortcut (tests.test_xpath30.XPath30ParserTest) ... ok
1569 test_double_slash_shortcut_pr16 (tests.test_xpath30.XPath30ParserTest) ... ok
1570 test_duration_with_arithmetical_operators (tests.test_xpath30.XPath30ParserTest) ... ok
1571 test_dynamic_function_call (tests.test_xpath30.XPath30ParserTest) ... ok
1572 test_element_accessor (tests.test_xpath30.XPath30ParserTest) ... ok
1573 test_element_decimal_cast (tests.test_xpath30.XPath30ParserTest) ... ok
1574 test_element_decimal_comparison_after_round (tests.test_xpath30.XPath30ParserTest) ... ok
1575 test_empty_sequence_type (tests.test_xpath30.XPath30ParserTest) ... ok
1576 test_external_function_arguments (tests.test_xpath30.XPath30ParserTest) ... ok
1577 test_external_function_arity (tests.test_xpath30.XPath30ParserTest) ... ok
1578 test_external_function_registration (tests.test_xpath30.XPath30ParserTest) ... ok
1579 test_floor_function (tests.test_xpath30.XPath30ParserTest) ... ok
1580 test_following_axis (tests.test_xpath30.XPath30ParserTest) ... ok
1581 test_following_sibling_axis (tests.test_xpath30.XPath30ParserTest) ... ok
1582 test_for_expressions (tests.test_xpath30.XPath30ParserTest) ... ok
1583 test_function_match (tests.test_xpath30.XPath30ParserTest) ... ok
1584 test_function_namespace (tests.test_xpath30.XPath30ParserTest) ... ok
1585 test_function_signatures (tests.test_xpath30.XPath30ParserTest) ... ok
1586 test_function_test (tests.test_xpath30.XPath30ParserTest) ... ok
1587 test_get_function (tests.test_xpath30.XPath30ParserTest) ... ok
1588 test_idiv_operator (tests.test_xpath30.XPath30ParserTest) ... ok
1589 test_if_expressions (tests.test_xpath30.XPath30ParserTest) ... ok
1590 test_instance_of_expression (tests.test_xpath30.XPath30ParserTest) ... ok
1591 test_int_to_alphabetic (tests.test_xpath30.XPath30ParserTest) ... ok
1592 test_int_to_roman (tests.test_xpath30.XPath30ParserTest) ... ok
1593 test_int_to_words (tests.test_xpath30.XPath30ParserTest) ... ok
1594 test_invalid_schema_argument (tests.test_xpath30.XPath30ParserTest) ... ok
1595 test_is_instance_function_with_schema (tests.test_xpath30.XPath30ParserTest) ... ok
1596 test_issue_35_getting_attribute_names (tests.test_xpath30.XPath30ParserTest) ... ok
1597 test_item_sequence_type (tests.test_xpath30.XPath30ParserTest) ... ok
1598 test_lang_function (tests.test_xpath30.XPath30ParserTest) ... ok
1599 test_let_expression (tests.test_xpath30.XPath30ParserTest) ... ok
1600 test_logical_and_operator (tests.test_xpath30.XPath30ParserTest) ... ok
1601 test_logical_expressions (tests.test_xpath30.XPath30ParserTest) ... ok
1602 test_logical_expressions_ (tests.test_xpath30.XPath30ParserTest) ... ok
1603 test_logical_or_operator (tests.test_xpath30.XPath30ParserTest) ... ok
1604 test_namespace_axis (tests.test_xpath30.XPath30ParserTest) ... ok
1605 test_namespace_axis_on_schema_context (tests.test_xpath30.XPath30ParserTest) ... ok
1606 test_node_and_node_accessors (tests.test_xpath30.XPath30ParserTest) ... ok
1607 test_node_comparison_operators (tests.test_xpath30.XPath30ParserTest) ... ok
1608 test_node_selection (tests.test_xpath30.XPath30ParserTest) ... ok
1609 test_node_set_functions (tests.test_xpath30.XPath30ParserTest) ... ok
1610 test_node_set_id_function (tests.test_xpath30.XPath30ParserTest) ... ok
1611 test_node_types (tests.test_xpath30.XPath30ParserTest) ... ok
1612 test_nonempty_elements (tests.test_xpath30.XPath30ParserTest) ... ok
1613 test_normalize_space_function (tests.test_xpath30.XPath30ParserTest) ... ok
1614 test_number_function (tests.test_xpath30.XPath30ParserTest) ... ok
1615 test_numerical_add_operator (tests.test_xpath30.XPath30ParserTest) ... ok
1616 test_numerical_expressions (tests.test_xpath30.XPath30ParserTest) ... ok
1617 test_numerical_mod_operator (tests.test_xpath30.XPath30ParserTest) ... ok
1618 test_numerical_sub_operator (tests.test_xpath30.XPath30ParserTest) ... ok
1619 test_operator_ambiguity (tests.test_xpath30.XPath30ParserTest) ... ok
1620 test_order_with_descendants__issue_079 (tests.test_xpath30.XPath30ParserTest) ... ok
1621 test_parent_shortcut_and_axis (tests.test_xpath30.XPath30ParserTest) ... ok
1622 test_parenthesized_expression (tests.test_xpath30.XPath30ParserTest) ... ok
1623 test_parenthesized_expressions (tests.test_xpath30.XPath30ParserTest) ... ok
1624 test_parser_pickling (tests.test_xpath30.XPath30ParserTest) ... ok
1625 test_parser_position (tests.test_xpath30.XPath30ParserTest) ... ok
1626 test_path_step_operator (tests.test_xpath30.XPath30ParserTest) ... ok
1627 test_path_step_operator_with_duplicates (tests.test_xpath30.XPath30ParserTest) ... ok
1628 test_picture_pattern (tests.test_xpath30.XPath30ParserTest) ... ok
1629 test_preceding_axis (tests.test_xpath30.XPath30ParserTest) ... ok
1630 test_preceding_sibling_axis (tests.test_xpath30.XPath30ParserTest) ... ok
1631 test_predicate (tests.test_xpath30.XPath30ParserTest) ... ok
1632 test_prefixed_references (tests.test_xpath30.XPath30ParserTest) ... ok
1633 test_proxy_token_disambiguation__issue_078 (tests.test_xpath30.XPath30ParserTest) ... ok
1634 test_quantifier_expressions (tests.test_xpath30.XPath30ParserTest) ... ok
1635 test_range_expressions (tests.test_xpath30.XPath30ParserTest) ... ok
1636 test_raw_resolution_for_issue_73 (tests.test_xpath30.XPath30ParserTest) ... ok
1637 test_round_function (tests.test_xpath30.XPath30ParserTest) ... ok
1638 test_self_axis (tests.test_xpath30.XPath30ParserTest) ... ok
1639 test_starts_with_function (tests.test_xpath30.XPath30ParserTest) ... ok
1640 test_statements_ambiguity (tests.test_xpath30.XPath30ParserTest) ... ok
1641 test_static_analysis_phase (tests.test_xpath30.XPath30ParserTest) ... ok
1642 test_string_function (tests.test_xpath30.XPath30ParserTest) ... ok
1643 test_string_length_function (tests.test_xpath30.XPath30ParserTest) ... ok
1644 test_string_representation (tests.test_xpath30.XPath30ParserTest) ... ok
1645 test_substring_after_function (tests.test_xpath30.XPath30ParserTest) ... ok
1646 test_substring_before_function (tests.test_xpath30.XPath30ParserTest) ... ok
1647 test_substring_function (tests.test_xpath30.XPath30ParserTest) ... ok
1648 test_subtract_dates (tests.test_xpath30.XPath30ParserTest) ... ok
1649 test_subtract_datetimes (tests.test_xpath30.XPath30ParserTest) ... ok
1650 test_subtract_day_time_duration_from_date (tests.test_xpath30.XPath30ParserTest) ... ok
1651 test_subtract_day_time_duration_from_datetime (tests.test_xpath30.XPath30ParserTest) ... ok
1652 test_subtract_day_time_duration_to_time (tests.test_xpath30.XPath30ParserTest) ... ok
1653 test_subtract_times (tests.test_xpath30.XPath30ParserTest) ... ok
1654 test_subtract_year_month_duration_from_date (tests.test_xpath30.XPath30ParserTest) ... ok
1655 test_subtract_year_month_duration_from_datetime (tests.test_xpath30.XPath30ParserTest) ... ok
1656 test_sum_function (tests.test_xpath30.XPath30ParserTest) ... ok
1657 test_token_classes (tests.test_xpath30.XPath30ParserTest) ... ok
1658 test_token_source (tests.test_xpath30.XPath30ParserTest) ... ok
1659 test_token_tree (tests.test_xpath30.XPath30ParserTest) ... ok
1660 test_tokenizer_ambiguity (tests.test_xpath30.XPath30ParserTest) ... ok
1661 test_translate_function (tests.test_xpath30.XPath30ParserTest) ... ok
1662 test_treat_as_expression (tests.test_xpath30.XPath30ParserTest) ... ok
1663 test_union (tests.test_xpath30.XPath30ParserTest) ... ok
1664 test_union_intersect_except_operators (tests.test_xpath30.XPath30ParserTest) ... ok
1665 test_unknown_axis (tests.test_xpath30.XPath30ParserTest) ... ok
1666 test_unknown_function (tests.test_xpath30.XPath30ParserTest) ... ok
1667 test_variable_reference (tests.test_xpath30.XPath30ParserTest) ... ok
1668 test_variable_substitution (tests.test_xpath30.XPath30ParserTest) ... ok
1669 test_variable_types_argument (tests.test_xpath30.XPath30ParserTest) ... ok
1670 test_wrong_nargs (tests.test_xpath30.XPath30ParserTest) ... ok
1671 test_wrong_syntax (tests.test_xpath30.XPath30ParserTest) ... ok
1672 test_xpath_comments (tests.test_xpath30.XPath30ParserTest) ... ok
1673 test_xpath_tokenizer (tests.test_xpath30.XPath30ParserTest) ... ok
1674 test_xsd_qname_method (tests.test_xpath30.XPath30ParserTest) ... ok
1675 test_year_month_duration_operators (tests.test_xpath30.XPath30ParserTest) ... ok
1676 test_any_uri_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1677 test_base64_binary_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1678 test_boolean_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1679 test_constructor_class (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1680 test_date_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1681 test_datetime_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1682 test_datetimestamp_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1683 test_day_time_duration_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1684 test_decimal_constructors (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1685 test_double_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1686 test_duration_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1687 test_entity_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1688 test_float_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1689 test_gregorian_day_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1690 test_gregorian_month_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1691 test_gregorian_month_day_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1692 test_gregorian_year_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1693 test_gregorian_year_month_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1694 test_hex_binary_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1695 test_id_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1696 test_idref_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1697 test_integer_constructors (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1698 test_invalid_arguments (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1699 test_language_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1700 test_limited_integer_constructors (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1701 test_missing_context_on_namespaced_name__issue_068 (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1702 test_name_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1703 test_ncname_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1704 test_nmtoken_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1705 test_normalized_string_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1706 test_notation_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1707 test_qname_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1708 test_string_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1709 test_time_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1710 test_token_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1711 test_unknown_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1712 test_untyped_atomic_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1713 test_year_month_duration_constructor (tests.test_xpath31.LxmlXPath31ConstructorsTest) ... ok
1714 test_abs_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1715 test_acos_math_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1716 test_adjust_date_to_timezone_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1717 test_adjust_datetime_to_timezone_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1718 test_adjust_time_to_timezone_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1719 test_analyze_string_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1720 test_asin_math_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1721 test_atan2_math_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1722 test_atan_math_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1723 test_available_environment_variables_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1724 test_avg_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1725 test_base_uri_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1726 test_boolean_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1727 test_codepoint_equal_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1728 test_codepoints_to_string_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1729 test_collection_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1730 test_compare_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1731 test_context_datetime_functions (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1732 test_cos_math_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1733 test_count_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1734 test_data_function_with_typed_nodes (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1735 test_datetime_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1736 test_day_from_date_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1737 test_day_from_datetime_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1738 test_days_from_duration_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1739 test_deep_equal_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1740 test_deep_equal_function_on_nested_sequences (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1741 test_default_collation_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1742 test_distinct_values_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1743 test_doc_functions (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1744 test_document_uri_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1745 test_empty_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1746 test_encode_for_uri_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1747 test_ends_with_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1748 test_environment_variable_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1749 test_error_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1750 test_escape_html_uri_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1751 test_exists_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1752 test_exp10_math_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1753 test_exp_math_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1754 test_filter (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1755 test_fold_left (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1756 test_fold_right (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1757 test_for_each (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1758 test_for_each_pair (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1759 test_format_integer (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1760 test_function_arity (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1761 test_function_lookup (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1762 test_function_name (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1763 test_generate_id_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1764 test_has_children_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1765 test_head_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1766 test_hours_from_datetime_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1767 test_hours_from_duration_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1768 test_hours_from_time_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1769 test_in_scope_prefixes_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1770 test_index_of_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1771 test_inline_function_expression (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1772 test_innermost_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1773 test_insert_before_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1774 test_iri_to_uri_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1775 test_local_name_from_qname_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1776 test_log10_math_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1777 test_log_math_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1778 test_lower_case_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1779 test_matches_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1780 test_max_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1781 test_min_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1782 test_minutes_from_datetime_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1783 test_minutes_from_duration_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1784 test_minutes_from_time_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1785 test_month_from_date_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1786 test_month_from_datetime_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1787 test_months_from_duration_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1788 test_namespace_uri_for_prefix_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1789 test_namespace_uri_from_qname_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1790 test_node_accessor_functions (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1791 test_node_set_id_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1792 test_node_set_id_function_with_schema (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1793 test_node_set_id_function_with_wrong_schema (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1794 test_node_set_idref_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1795 test_normalize_unicode_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1796 test_odd_children_serialization__issue_056 (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1797 test_outermost_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1798 test_parse_xml_fragment_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1799 test_parse_xml_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1800 test_path_function__issue_067 (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1801 test_path_function_with_namespaces (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1802 test_path_function_with_same_child (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1803 test_pi_math_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1804 test_pow_math_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1805 test_prefix_from_qname_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1806 test_qname_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1807 test_remove_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1808 test_replace_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1809 test_resolve_qname_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1810 test_resolve_uri_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1811 test_reverse_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1812 test_root_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1813 test_round_half_to_even_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1814 test_seconds_from_datetime_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1815 test_seconds_from_duration_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1816 test_seconds_from_time_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1817 test_sequence_cardinality_functions (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1818 test_serialize_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1819 test_sin_math_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1820 test_sqrt_math_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1821 test_static_base_uri_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1822 test_string_and_data_functions (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1823 test_string_join_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1824 test_string_to_codepoints_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1825 test_subsequence_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1826 test_sum_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1827 test_tail_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1828 test_tan_math_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1829 test_timezone_from_date_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1830 test_timezone_from_datetime_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1831 test_timezone_from_time_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1832 test_tokenize_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1833 test_trace_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1834 test_unordered_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1835 test_unparsed_text_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1836 test_upper_case_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1837 test_year_from_date_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1838 test_year_from_datetime_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1839 test_years_from_duration_function (tests.test_xpath31.LxmlXPath31FunctionsTest) ... ok
1840 test_add_day_time_duration_to_datetime (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1841 test_add_day_time_duration_to_time (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1842 test_add_year_month_duration_to_date (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1843 test_add_year_month_duration_to_datetime (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1844 test_addition_and_subtraction_operators (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1845 test_ancestor_axes (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1846 test_apply_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1847 test_array_append_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1848 test_array_filter_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1849 test_array_flatten_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1850 test_array_fold_left_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1851 test_array_fold_right_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1852 test_array_for_each_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1853 test_array_for_each_pair_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1854 test_array_get_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1855 test_array_head_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1856 test_array_insert_before_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1857 test_array_join_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1858 test_array_lookup (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1859 test_array_put_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1860 test_array_remove_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1861 test_array_reverse_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1862 test_array_size_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1863 test_array_sort_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1864 test_array_subarray_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1865 test_array_tail_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1866 test_arrow_operator (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1867 test_attribute_abbreviation_and_axis (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1868 test_attribute_accessor (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1869 test_auxiliary_tokens (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1870 test_boolean_context_nonempty_elements (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1871 test_boolean_evaluation_in_selector (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1872 test_boolean_functions (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1873 test_braced_uri_literal (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1874 test_cast_expression (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1875 test_cast_or_castable_with_derived_type (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1876 test_castable_expression (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1877 test_ceiling_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1878 test_check_variables_method (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1879 test_child_axis (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1880 test_collation_key_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1881 test_collection_types_argument (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1882 test_comma_operator (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1883 test_comparison_in_expression (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1884 test_comparison_of_sequences (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1885 test_comparison_operators (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1886 test_concat_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1887 test_concat_operator (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1888 test_contains_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1889 test_contains_token_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1890 test_context_item_expression (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1891 test_context_variables (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1892 test_count_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1893 test_curly_array_constructor (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1894 test_day_time_duration_operators (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1895 test_decimal_formats_argument (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1896 test_default_axis (tests.test_xpath31.LxmlXPath31ParserTest)
1897 Tests about when child:: default axis is applied. ... ok
1898 test_default_collation_argument (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1899 test_default_collection_type_argument (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1900 test_default_namespace (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1901 test_defuse_xml_argument (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1902 test_descendant_axis (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1903 test_descendant_or_self_axis (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1904 test_descendant_predicate__issue_51 (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1905 test_div_operator (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1906 test_document_node_accessor (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1907 test_document_types_argument (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1908 test_double_slash_shortcut (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1909 test_double_slash_shortcut_pr16 (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1910 test_duration_with_arithmetical_operators (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1911 test_dynamic_function_call (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1912 test_element_accessor (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1913 test_element_decimal_cast (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1914 test_element_decimal_comparison_after_round (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1915 test_empty_sequence_type (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1916 test_external_function_arguments (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1917 test_external_function_arity (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1918 test_external_function_registration (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1919 test_floor_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1920 test_following_axis (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1921 test_following_sibling_axis (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1922 test_for_expressions (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1923 test_function_match (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1924 test_function_namespace (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1925 test_function_signatures (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1926 test_function_test (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1927 test_get_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1928 test_idiv_operator (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1929 test_if_expressions (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1930 test_instance_of_expression (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1931 test_int_to_alphabetic (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1932 test_int_to_roman (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1933 test_int_to_words (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1934 test_invalid_schema_argument (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1935 test_is_instance_function_with_schema (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1936 test_issue_082 (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1937 test_issue_083 (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1938 test_issue_35_getting_attribute_names (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1939 test_item_sequence_type (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1940 test_json_to_xml_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1941 test_lang_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1942 test_let_expression (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1943 test_load_xquery_module_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1944 test_logical_and_operator (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1945 test_logical_expressions (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1946 test_logical_expressions_ (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1947 test_logical_or_operator (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1948 test_lookup_operator_tree (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1949 test_lookup_postfix_operator (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1950 test_lookup_unary_operator (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1951 test_map_ambiguity (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1952 test_map_contains_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1953 test_map_entry_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1954 test_map_find_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1955 test_map_for_each_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1956 test_map_get_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1957 test_map_keys_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1958 test_map_merge_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1959 test_map_put_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1960 test_map_remove_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1961 test_map_size_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1962 test_map_weekdays (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1963 test_namespace_axis (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1964 test_namespace_axis_on_schema_context (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1965 test_nested_map (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1966 test_node_and_node_accessors (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1967 test_node_comparison_operators (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1968 test_node_selection (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1969 test_node_set_functions (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1970 test_node_set_id_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1971 test_node_types (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1972 test_nonempty_elements (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1973 test_normalize_space_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1974 test_number_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1975 test_numerical_add_operator (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1976 test_numerical_expressions (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1977 test_numerical_mod_operator (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1978 test_numerical_sub_operator (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1979 test_operator_ambiguity (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1980 test_order_with_descendants__issue_079 (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1981 test_parent_shortcut_and_axis (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1982 test_parenthesized_expression (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1983 test_parenthesized_expressions (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1984 test_parse_ietf_date_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1985 test_parse_json_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1986 test_parser_pickling (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1987 test_parser_position (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1988 test_path_step_operator (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1989 test_path_step_operator_with_duplicates (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1990 test_picture_pattern (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1991 test_preceding_axis (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1992 test_preceding_sibling_axis (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1993 test_predicate (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1994 test_prefixed_references (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1995 test_proxy_token_disambiguation__issue_078 (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1996 test_quantifier_expressions (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1997 test_random_number_generator_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1998 test_range_expressions (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
1999 test_raw_resolution_for_issue_73 (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2000 test_regression_ep415_ep420__issue_71 (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2001 test_round_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2002 test_self_axis (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2003 test_sort_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2004 test_square_array_constructor (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2005 test_starts_with_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2006 test_statements_ambiguity (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2007 test_static_analysis_phase (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2008 test_string_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2009 test_string_length_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2010 test_string_representation (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2011 test_substring_after_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2012 test_substring_before_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2013 test_substring_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2014 test_subtract_dates (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2015 test_subtract_datetimes (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2016 test_subtract_day_time_duration_from_date (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2017 test_subtract_day_time_duration_from_datetime (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2018 test_subtract_day_time_duration_to_time (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2019 test_subtract_times (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2020 test_subtract_year_month_duration_from_date (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2021 test_subtract_year_month_duration_from_datetime (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2022 test_sum_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2023 test_token_classes (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2024 test_token_source (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2025 test_token_tree (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2026 test_tokenizer_ambiguity (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2027 test_transform_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2028 test_translate_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2029 test_treat_as_expression (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2030 test_union (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2031 test_union_intersect_except_operators (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2032 test_unknown_axis (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2033 test_unknown_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2034 test_variable_reference (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2035 test_variable_substitution (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2036 test_variable_types_argument (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2037 test_wrong_nargs (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2038 test_wrong_syntax (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2039 test_xml_to_json_function (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2040 test_xpath_comments (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2041 test_xpath_tokenizer (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2042 test_xsd_qname_method (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2043 test_year_month_duration_operators (tests.test_xpath31.LxmlXPath31ParserTest) ... ok
2044 test_any_uri_constructor (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2045 test_base64_binary_constructor (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2046 test_boolean_constructor (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2047 test_constructor_class (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2048 test_date_constructor (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2049 test_datetime_constructor (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2050 test_datetimestamp_constructor (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2051 test_day_time_duration_constructor (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2052 test_decimal_constructors (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2053 test_double_constructor (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2054 test_duration_constructor (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2055 test_entity_constructor (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2056 test_float_constructor (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2057 test_gregorian_day_constructor (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2058 test_gregorian_month_constructor (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2059 test_gregorian_month_day_constructor (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2060 test_gregorian_year_constructor (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2061 test_gregorian_year_month_constructor (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2062 test_hex_binary_constructor (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2063 test_id_constructor (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2064 test_idref_constructor (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2065 test_integer_constructors (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2066 test_invalid_arguments (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2067 test_language_constructor (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2068 test_limited_integer_constructors (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2069 test_missing_context_on_namespaced_name__issue_068 (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2070 test_name_constructor (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2071 test_ncname_constructor (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2072 test_nmtoken_constructor (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2073 test_normalized_string_constructor (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2074 test_notation_constructor (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2075 test_qname_constructor (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2076 test_string_constructor (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2077 test_time_constructor (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2078 test_token_constructor (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2079 test_unknown_constructor (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2080 test_untyped_atomic_constructor (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2081 test_year_month_duration_constructor (tests.test_xpath31.XPath31ConstructorsTest) ... ok
2082 test_abs_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2083 test_acos_math_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2084 test_adjust_date_to_timezone_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2085 test_adjust_datetime_to_timezone_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2086 test_adjust_time_to_timezone_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2087 test_analyze_string_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2088 test_asin_math_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2089 test_atan2_math_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2090 test_atan_math_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2091 test_available_environment_variables_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2092 test_avg_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2093 test_base_uri_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2094 test_boolean_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2095 test_codepoint_equal_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2096 test_codepoints_to_string_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2097 test_collection_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2098 test_compare_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2099 test_context_datetime_functions (tests.test_xpath31.XPath31FunctionsTest) ... ok
2100 test_cos_math_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2101 test_count_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2102 test_data_function_with_typed_nodes (tests.test_xpath31.XPath31FunctionsTest) ... ok
2103 test_datetime_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2104 test_day_from_date_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2105 test_day_from_datetime_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2106 test_days_from_duration_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2107 test_deep_equal_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2108 test_deep_equal_function_on_nested_sequences (tests.test_xpath31.XPath31FunctionsTest) ... ok
2109 test_default_collation_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2110 test_distinct_values_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2111 test_doc_functions (tests.test_xpath31.XPath31FunctionsTest) ... ok
2112 test_document_uri_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2113 test_empty_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2114 test_encode_for_uri_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2115 test_ends_with_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2116 test_environment_variable_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2117 test_error_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2118 test_escape_html_uri_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2119 test_exists_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2120 test_exp10_math_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2121 test_exp_math_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2122 test_filter (tests.test_xpath31.XPath31FunctionsTest) ... ok
2123 test_fold_left (tests.test_xpath31.XPath31FunctionsTest) ... ok
2124 test_fold_right (tests.test_xpath31.XPath31FunctionsTest) ... ok
2125 test_for_each (tests.test_xpath31.XPath31FunctionsTest) ... ok
2126 test_for_each_pair (tests.test_xpath31.XPath31FunctionsTest) ... ok
2127 test_format_integer (tests.test_xpath31.XPath31FunctionsTest) ... ok
2128 test_function_arity (tests.test_xpath31.XPath31FunctionsTest) ... ok
2129 test_function_lookup (tests.test_xpath31.XPath31FunctionsTest) ... ok
2130 test_function_name (tests.test_xpath31.XPath31FunctionsTest) ... ok
2131 test_generate_id_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2132 test_has_children_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2133 test_head_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2134 test_hours_from_datetime_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2135 test_hours_from_duration_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2136 test_hours_from_time_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2137 test_in_scope_prefixes_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2138 test_index_of_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2139 test_inline_function_expression (tests.test_xpath31.XPath31FunctionsTest) ... ok
2140 test_innermost_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2141 test_insert_before_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2142 test_iri_to_uri_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2143 test_local_name_from_qname_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2144 test_log10_math_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2145 test_log_math_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2146 test_lower_case_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2147 test_matches_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2148 test_max_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2149 test_min_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2150 test_minutes_from_datetime_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2151 test_minutes_from_duration_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2152 test_minutes_from_time_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2153 test_month_from_date_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2154 test_month_from_datetime_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2155 test_months_from_duration_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2156 test_namespace_uri_for_prefix_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2157 test_namespace_uri_from_qname_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2158 test_node_accessor_functions (tests.test_xpath31.XPath31FunctionsTest) ... ok
2159 test_node_set_id_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2160 test_node_set_id_function_with_schema (tests.test_xpath31.XPath31FunctionsTest) ... ok
2161 test_node_set_id_function_with_wrong_schema (tests.test_xpath31.XPath31FunctionsTest) ... ok
2162 test_node_set_idref_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2163 test_normalize_unicode_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2164 test_odd_children_serialization__issue_056 (tests.test_xpath31.XPath31FunctionsTest) ... ok
2165 test_outermost_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2166 test_parse_xml_fragment_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2167 test_parse_xml_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2168 test_path_function__issue_067 (tests.test_xpath31.XPath31FunctionsTest) ... ok
2169 test_path_function_with_namespaces (tests.test_xpath31.XPath31FunctionsTest) ... ok
2170 test_path_function_with_same_child (tests.test_xpath31.XPath31FunctionsTest) ... ok
2171 test_pi_math_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2172 test_pow_math_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2173 test_prefix_from_qname_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2174 test_qname_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2175 test_remove_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2176 test_replace_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2177 test_resolve_qname_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2178 test_resolve_uri_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2179 test_reverse_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2180 test_root_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2181 test_round_half_to_even_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2182 test_seconds_from_datetime_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2183 test_seconds_from_duration_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2184 test_seconds_from_time_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2185 test_sequence_cardinality_functions (tests.test_xpath31.XPath31FunctionsTest) ... ok
2186 test_serialize_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2187 test_sin_math_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2188 test_sqrt_math_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2189 test_static_base_uri_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2190 test_string_and_data_functions (tests.test_xpath31.XPath31FunctionsTest) ... ok
2191 test_string_join_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2192 test_string_to_codepoints_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2193 test_subsequence_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2194 test_sum_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2195 test_tail_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2196 test_tan_math_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2197 test_timezone_from_date_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2198 test_timezone_from_datetime_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2199 test_timezone_from_time_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2200 test_tokenize_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2201 test_trace_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2202 test_unordered_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2203 test_unparsed_text_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2204 test_upper_case_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2205 test_year_from_date_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2206 test_year_from_datetime_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2207 test_years_from_duration_function (tests.test_xpath31.XPath31FunctionsTest) ... ok
2208 test_add_day_time_duration_to_datetime (tests.test_xpath31.XPath31ParserTest) ... ok
2209 test_add_day_time_duration_to_time (tests.test_xpath31.XPath31ParserTest) ... ok
2210 test_add_year_month_duration_to_date (tests.test_xpath31.XPath31ParserTest) ... ok
2211 test_add_year_month_duration_to_datetime (tests.test_xpath31.XPath31ParserTest) ... ok
2212 test_addition_and_subtraction_operators (tests.test_xpath31.XPath31ParserTest) ... ok
2213 test_ancestor_axes (tests.test_xpath31.XPath31ParserTest) ... ok
2214 test_apply_function (tests.test_xpath31.XPath31ParserTest) ... ok
2215 test_array_append_function (tests.test_xpath31.XPath31ParserTest) ... ok
2216 test_array_filter_function (tests.test_xpath31.XPath31ParserTest) ... ok
2217 test_array_flatten_function (tests.test_xpath31.XPath31ParserTest) ... ok
2218 test_array_fold_left_function (tests.test_xpath31.XPath31ParserTest) ... ok
2219 test_array_fold_right_function (tests.test_xpath31.XPath31ParserTest) ... ok
2220 test_array_for_each_function (tests.test_xpath31.XPath31ParserTest) ... ok
2221 test_array_for_each_pair_function (tests.test_xpath31.XPath31ParserTest) ... ok
2222 test_array_get_function (tests.test_xpath31.XPath31ParserTest) ... ok
2223 test_array_head_function (tests.test_xpath31.XPath31ParserTest) ... ok
2224 test_array_insert_before_function (tests.test_xpath31.XPath31ParserTest) ... ok
2225 test_array_join_function (tests.test_xpath31.XPath31ParserTest) ... ok
2226 test_array_lookup (tests.test_xpath31.XPath31ParserTest) ... ok
2227 test_array_put_function (tests.test_xpath31.XPath31ParserTest) ... ok
2228 test_array_remove_function (tests.test_xpath31.XPath31ParserTest) ... ok
2229 test_array_reverse_function (tests.test_xpath31.XPath31ParserTest) ... ok
2230 test_array_size_function (tests.test_xpath31.XPath31ParserTest) ... ok
2231 test_array_sort_function (tests.test_xpath31.XPath31ParserTest) ... ok
2232 test_array_subarray_function (tests.test_xpath31.XPath31ParserTest) ... ok
2233 test_array_tail_function (tests.test_xpath31.XPath31ParserTest) ... ok
2234 test_arrow_operator (tests.test_xpath31.XPath31ParserTest) ... ok
2235 test_attribute_abbreviation_and_axis (tests.test_xpath31.XPath31ParserTest) ... ok
2236 test_attribute_accessor (tests.test_xpath31.XPath31ParserTest) ... ok
2237 test_auxiliary_tokens (tests.test_xpath31.XPath31ParserTest) ... ok
2238 test_boolean_context_nonempty_elements (tests.test_xpath31.XPath31ParserTest) ... ok
2239 test_boolean_evaluation_in_selector (tests.test_xpath31.XPath31ParserTest) ... ok
2240 test_boolean_functions (tests.test_xpath31.XPath31ParserTest) ... ok
2241 test_braced_uri_literal (tests.test_xpath31.XPath31ParserTest) ... ok
2242 test_cast_expression (tests.test_xpath31.XPath31ParserTest) ... ok
2243 test_cast_or_castable_with_derived_type (tests.test_xpath31.XPath31ParserTest) ... ok
2244 test_castable_expression (tests.test_xpath31.XPath31ParserTest) ... ok
2245 test_ceiling_function (tests.test_xpath31.XPath31ParserTest) ... ok
2246 test_check_variables_method (tests.test_xpath31.XPath31ParserTest) ... ok
2247 test_child_axis (tests.test_xpath31.XPath31ParserTest) ... ok
2248 test_collation_key_function (tests.test_xpath31.XPath31ParserTest) ... ok
2249 test_collection_types_argument (tests.test_xpath31.XPath31ParserTest) ... ok
2250 test_comma_operator (tests.test_xpath31.XPath31ParserTest) ... ok
2251 test_comparison_in_expression (tests.test_xpath31.XPath31ParserTest) ... ok
2252 test_comparison_of_sequences (tests.test_xpath31.XPath31ParserTest) ... ok
2253 test_comparison_operators (tests.test_xpath31.XPath31ParserTest) ... ok
2254 test_concat_function (tests.test_xpath31.XPath31ParserTest) ... ok
2255 test_concat_operator (tests.test_xpath31.XPath31ParserTest) ... ok
2256 test_contains_function (tests.test_xpath31.XPath31ParserTest) ... ok
2257 test_contains_token_function (tests.test_xpath31.XPath31ParserTest) ... ok
2258 test_context_item_expression (tests.test_xpath31.XPath31ParserTest) ... ok
2259 test_context_variables (tests.test_xpath31.XPath31ParserTest) ... ok
2260 test_count_function (tests.test_xpath31.XPath31ParserTest) ... ok
2261 test_curly_array_constructor (tests.test_xpath31.XPath31ParserTest) ... ok
2262 test_day_time_duration_operators (tests.test_xpath31.XPath31ParserTest) ... ok
2263 test_decimal_formats_argument (tests.test_xpath31.XPath31ParserTest) ... ok
2264 test_default_axis (tests.test_xpath31.XPath31ParserTest)
2265 Tests about when child:: default axis is applied. ... ok
2266 test_default_collation_argument (tests.test_xpath31.XPath31ParserTest) ... ok
2267 test_default_collection_type_argument (tests.test_xpath31.XPath31ParserTest) ... ok
2268 test_default_namespace (tests.test_xpath31.XPath31ParserTest) ... ok
2269 test_defuse_xml_argument (tests.test_xpath31.XPath31ParserTest) ... ok
2270 test_descendant_axis (tests.test_xpath31.XPath31ParserTest) ... ok
2271 test_descendant_or_self_axis (tests.test_xpath31.XPath31ParserTest) ... ok
2272 test_descendant_predicate__issue_51 (tests.test_xpath31.XPath31ParserTest) ... ok
2273 test_div_operator (tests.test_xpath31.XPath31ParserTest) ... ok
2274 test_document_node_accessor (tests.test_xpath31.XPath31ParserTest) ... ok
2275 test_document_types_argument (tests.test_xpath31.XPath31ParserTest) ... ok
2276 test_double_slash_shortcut (tests.test_xpath31.XPath31ParserTest) ... ok
2277 test_double_slash_shortcut_pr16 (tests.test_xpath31.XPath31ParserTest) ... ok
2278 test_duration_with_arithmetical_operators (tests.test_xpath31.XPath31ParserTest) ... ok
2279 test_dynamic_function_call (tests.test_xpath31.XPath31ParserTest) ... ok
2280 test_element_accessor (tests.test_xpath31.XPath31ParserTest) ... ok
2281 test_element_decimal_cast (tests.test_xpath31.XPath31ParserTest) ... ok
2282 test_element_decimal_comparison_after_round (tests.test_xpath31.XPath31ParserTest) ... ok
2283 test_empty_sequence_type (tests.test_xpath31.XPath31ParserTest) ... ok
2284 test_external_function_arguments (tests.test_xpath31.XPath31ParserTest) ... ok
2285 test_external_function_arity (tests.test_xpath31.XPath31ParserTest) ... ok
2286 test_external_function_registration (tests.test_xpath31.XPath31ParserTest) ... ok
2287 test_floor_function (tests.test_xpath31.XPath31ParserTest) ... ok
2288 test_following_axis (tests.test_xpath31.XPath31ParserTest) ... ok
2289 test_following_sibling_axis (tests.test_xpath31.XPath31ParserTest) ... ok
2290 test_for_expressions (tests.test_xpath31.XPath31ParserTest) ... ok
2291 test_function_match (tests.test_xpath31.XPath31ParserTest) ... ok
2292 test_function_namespace (tests.test_xpath31.XPath31ParserTest) ... ok
2293 test_function_signatures (tests.test_xpath31.XPath31ParserTest) ... ok
2294 test_function_test (tests.test_xpath31.XPath31ParserTest) ... ok
2295 test_get_function (tests.test_xpath31.XPath31ParserTest) ... ok
2296 test_idiv_operator (tests.test_xpath31.XPath31ParserTest) ... ok
2297 test_if_expressions (tests.test_xpath31.XPath31ParserTest) ... ok
2298 test_instance_of_expression (tests.test_xpath31.XPath31ParserTest) ... ok
2299 test_int_to_alphabetic (tests.test_xpath31.XPath31ParserTest) ... ok
2300 test_int_to_roman (tests.test_xpath31.XPath31ParserTest) ... ok
2301 test_int_to_words (tests.test_xpath31.XPath31ParserTest) ... ok
2302 test_invalid_schema_argument (tests.test_xpath31.XPath31ParserTest) ... ok
2303 test_is_instance_function_with_schema (tests.test_xpath31.XPath31ParserTest) ... ok
2304 test_issue_082 (tests.test_xpath31.XPath31ParserTest) ... ok
2305 test_issue_083 (tests.test_xpath31.XPath31ParserTest) ... ok
2306 test_issue_35_getting_attribute_names (tests.test_xpath31.XPath31ParserTest) ... ok
2307 test_item_sequence_type (tests.test_xpath31.XPath31ParserTest) ... ok
2308 test_json_to_xml_function (tests.test_xpath31.XPath31ParserTest) ... ok
2309 test_lang_function (tests.test_xpath31.XPath31ParserTest) ... ok
2310 test_let_expression (tests.test_xpath31.XPath31ParserTest) ... ok
2311 test_load_xquery_module_function (tests.test_xpath31.XPath31ParserTest) ... ok
2312 test_logical_and_operator (tests.test_xpath31.XPath31ParserTest) ... ok
2313 test_logical_expressions (tests.test_xpath31.XPath31ParserTest) ... ok
2314 test_logical_expressions_ (tests.test_xpath31.XPath31ParserTest) ... ok
2315 test_logical_or_operator (tests.test_xpath31.XPath31ParserTest) ... ok
2316 test_lookup_operator_tree (tests.test_xpath31.XPath31ParserTest) ... ok
2317 test_lookup_postfix_operator (tests.test_xpath31.XPath31ParserTest) ... ok
2318 test_lookup_unary_operator (tests.test_xpath31.XPath31ParserTest) ... ok
2319 test_map_ambiguity (tests.test_xpath31.XPath31ParserTest) ... ok
2320 test_map_contains_function (tests.test_xpath31.XPath31ParserTest) ... ok
2321 test_map_entry_function (tests.test_xpath31.XPath31ParserTest) ... ok
2322 test_map_find_function (tests.test_xpath31.XPath31ParserTest) ... ok
2323 test_map_for_each_function (tests.test_xpath31.XPath31ParserTest) ... ok
2324 test_map_get_function (tests.test_xpath31.XPath31ParserTest) ... ok
2325 test_map_keys_function (tests.test_xpath31.XPath31ParserTest) ... ok
2326 test_map_merge_function (tests.test_xpath31.XPath31ParserTest) ... ok
2327 test_map_put_function (tests.test_xpath31.XPath31ParserTest) ... ok
2328 test_map_remove_function (tests.test_xpath31.XPath31ParserTest) ... ok
2329 test_map_size_function (tests.test_xpath31.XPath31ParserTest) ... ok
2330 test_map_weekdays (tests.test_xpath31.XPath31ParserTest) ... ok
2331 test_namespace_axis (tests.test_xpath31.XPath31ParserTest) ... ok
2332 test_namespace_axis_on_schema_context (tests.test_xpath31.XPath31ParserTest) ... ok
2333 test_nested_map (tests.test_xpath31.XPath31ParserTest) ... ok
2334 test_node_and_node_accessors (tests.test_xpath31.XPath31ParserTest) ... ok
2335 test_node_comparison_operators (tests.test_xpath31.XPath31ParserTest) ... ok
2336 test_node_selection (tests.test_xpath31.XPath31ParserTest) ... ok
2337 test_node_set_functions (tests.test_xpath31.XPath31ParserTest) ... ok
2338 test_node_set_id_function (tests.test_xpath31.XPath31ParserTest) ... ok
2339 test_node_types (tests.test_xpath31.XPath31ParserTest) ... ok
2340 test_nonempty_elements (tests.test_xpath31.XPath31ParserTest) ... ok
2341 test_normalize_space_function (tests.test_xpath31.XPath31ParserTest) ... ok
2342 test_number_function (tests.test_xpath31.XPath31ParserTest) ... ok
2343 test_numerical_add_operator (tests.test_xpath31.XPath31ParserTest) ... ok
2344 test_numerical_expressions (tests.test_xpath31.XPath31ParserTest) ... ok
2345 test_numerical_mod_operator (tests.test_xpath31.XPath31ParserTest) ... ok
2346 test_numerical_sub_operator (tests.test_xpath31.XPath31ParserTest) ... ok
2347 test_operator_ambiguity (tests.test_xpath31.XPath31ParserTest) ... ok
2348 test_order_with_descendants__issue_079 (tests.test_xpath31.XPath31ParserTest) ... ok
2349 test_parent_shortcut_and_axis (tests.test_xpath31.XPath31ParserTest) ... ok
2350 test_parenthesized_expression (tests.test_xpath31.XPath31ParserTest) ... ok
2351 test_parenthesized_expressions (tests.test_xpath31.XPath31ParserTest) ... ok
2352 test_parse_ietf_date_function (tests.test_xpath31.XPath31ParserTest) ... ok
2353 test_parse_json_function (tests.test_xpath31.XPath31ParserTest) ... ok
2354 test_parser_pickling (tests.test_xpath31.XPath31ParserTest) ... ok
2355 test_parser_position (tests.test_xpath31.XPath31ParserTest) ... ok
2356 test_path_step_operator (tests.test_xpath31.XPath31ParserTest) ... ok
2357 test_path_step_operator_with_duplicates (tests.test_xpath31.XPath31ParserTest) ... ok
2358 test_picture_pattern (tests.test_xpath31.XPath31ParserTest) ... ok
2359 test_preceding_axis (tests.test_xpath31.XPath31ParserTest) ... ok
2360 test_preceding_sibling_axis (tests.test_xpath31.XPath31ParserTest) ... ok
2361 test_predicate (tests.test_xpath31.XPath31ParserTest) ... ok
2362 test_prefixed_references (tests.test_xpath31.XPath31ParserTest) ... ok
2363 test_proxy_token_disambiguation__issue_078 (tests.test_xpath31.XPath31ParserTest) ... ok
2364 test_quantifier_expressions (tests.test_xpath31.XPath31ParserTest) ... ok
2365 test_random_number_generator_function (tests.test_xpath31.XPath31ParserTest) ... ok
2366 test_range_expressions (tests.test_xpath31.XPath31ParserTest) ... ok
2367 test_raw_resolution_for_issue_73 (tests.test_xpath31.XPath31ParserTest) ... ok
2368 test_round_function (tests.test_xpath31.XPath31ParserTest) ... ok
2369 test_self_axis (tests.test_xpath31.XPath31ParserTest) ... ok
2370 test_sort_function (tests.test_xpath31.XPath31ParserTest) ... ok
2371 test_square_array_constructor (tests.test_xpath31.XPath31ParserTest) ... ok
2372 test_starts_with_function (tests.test_xpath31.XPath31ParserTest) ... ok
2373 test_statements_ambiguity (tests.test_xpath31.XPath31ParserTest) ... ok
2374 test_static_analysis_phase (tests.test_xpath31.XPath31ParserTest) ... ok
2375 test_string_function (tests.test_xpath31.XPath31ParserTest) ... ok
2376 test_string_length_function (tests.test_xpath31.XPath31ParserTest) ... ok
2377 test_string_representation (tests.test_xpath31.XPath31ParserTest) ... ok
2378 test_substring_after_function (tests.test_xpath31.XPath31ParserTest) ... ok
2379 test_substring_before_function (tests.test_xpath31.XPath31ParserTest) ... ok
2380 test_substring_function (tests.test_xpath31.XPath31ParserTest) ... ok
2381 test_subtract_dates (tests.test_xpath31.XPath31ParserTest) ... ok
2382 test_subtract_datetimes (tests.test_xpath31.XPath31ParserTest) ... ok
2383 test_subtract_day_time_duration_from_date (tests.test_xpath31.XPath31ParserTest) ... ok
2384 test_subtract_day_time_duration_from_datetime (tests.test_xpath31.XPath31ParserTest) ... ok
2385 test_subtract_day_time_duration_to_time (tests.test_xpath31.XPath31ParserTest) ... ok
2386 test_subtract_times (tests.test_xpath31.XPath31ParserTest) ... ok
2387 test_subtract_year_month_duration_from_date (tests.test_xpath31.XPath31ParserTest) ... ok
2388 test_subtract_year_month_duration_from_datetime (tests.test_xpath31.XPath31ParserTest) ... ok
2389 test_sum_function (tests.test_xpath31.XPath31ParserTest) ... ok
2390 test_token_classes (tests.test_xpath31.XPath31ParserTest) ... ok
2391 test_token_source (tests.test_xpath31.XPath31ParserTest) ... ok
2392 test_token_tree (tests.test_xpath31.XPath31ParserTest) ... ok
2393 test_tokenizer_ambiguity (tests.test_xpath31.XPath31ParserTest) ... ok
2394 test_transform_function (tests.test_xpath31.XPath31ParserTest) ... ok
2395 test_translate_function (tests.test_xpath31.XPath31ParserTest) ... ok
2396 test_treat_as_expression (tests.test_xpath31.XPath31ParserTest) ... ok
2397 test_union (tests.test_xpath31.XPath31ParserTest) ... ok
2398 test_union_intersect_except_operators (tests.test_xpath31.XPath31ParserTest) ... ok
2399 test_unknown_axis (tests.test_xpath31.XPath31ParserTest) ... ok
2400 test_unknown_function (tests.test_xpath31.XPath31ParserTest) ... ok
2401 test_variable_reference (tests.test_xpath31.XPath31ParserTest) ... ok
2402 test_variable_substitution (tests.test_xpath31.XPath31ParserTest) ... ok
2403 test_variable_types_argument (tests.test_xpath31.XPath31ParserTest) ... ok
2404 test_wrong_nargs (tests.test_xpath31.XPath31ParserTest) ... ok
2405 test_wrong_syntax (tests.test_xpath31.XPath31ParserTest) ... ok
2406 test_xml_to_json_function (tests.test_xpath31.XPath31ParserTest) ... ok
2407 test_xpath_comments (tests.test_xpath31.XPath31ParserTest) ... ok
2408 test_xpath_tokenizer (tests.test_xpath31.XPath31ParserTest) ... ok
2409 test_xsd_qname_method (tests.test_xpath31.XPath31ParserTest) ... ok
2410 test_year_month_duration_operators (tests.test_xpath31.XPath31ParserTest) ... ok
2411 test_context_root_type (tests.test_xpath_context.XPathContextTest) ... ok
2412 test_copy (tests.test_xpath_context.XPathContextTest) ... ok
2413 test_default_collection (tests.test_xpath_context.XPathContextTest) ... ok
2414 test_etree_property (tests.test_xpath_context.XPathContextTest) ... ok
2415 test_invalid_initialization (tests.test_xpath_context.XPathContextTest) ... ok
2416 test_is_principal_node_kind (tests.test_xpath_context.XPathContextTest) ... ok
2417 test_iter_ancestors (tests.test_xpath_context.XPathContextTest) ... ok
2418 test_iter_attributes (tests.test_xpath_context.XPathContextTest) ... ok
2419 test_iter_children_or_self (tests.test_xpath_context.XPathContextTest) ... ok
2420 test_iter_descendants (tests.test_xpath_context.XPathContextTest) ... ok
2421 test_iter_following (tests.test_xpath_context.XPathContextTest) ... ok
2422 test_iter_parent (tests.test_xpath_context.XPathContextTest) ... ok
2423 test_iter_preceding (tests.test_xpath_context.XPathContextTest) ... ok
2424 test_iter_product (tests.test_xpath_context.XPathContextTest) ... ok
2425 test_iter_siblings (tests.test_xpath_context.XPathContextTest) ... ok
2426 test_iter_siblings__issue_44 (tests.test_xpath_context.XPathContextTest) ... ok
2427 test_no_root (tests.test_xpath_context.XPathContextTest) ... ok
2428 test_repr (tests.test_xpath_context.XPathContextTest) ... ok
2429 test_set_context_root__issue_71 (tests.test_xpath_context.XPathContextTest) ... ok
2430 test_timezone_argument (tests.test_xpath_context.XPathContextTest) ... ok
2431 test_attribute_nodes (tests.test_xpath_nodes.XPathNodesTest) ... ok
2432 test_document_node_iter (tests.test_xpath_nodes.XPathNodesTest) ... ok
2433 test_elem_iter_strings_function (tests.test_xpath_nodes.XPathNodesTest) ... ok
2434 test_element_node_iter (tests.test_xpath_nodes.XPathNodesTest) ... ok
2435 test_etree_deep_equal_function (tests.test_xpath_nodes.XPathNodesTest) ... ok
2436 test_etree_iter_paths (tests.test_xpath_nodes.XPathNodesTest) ... ok
2437 test_is_etree_element_function (tests.test_xpath_nodes.XPathNodesTest) ... ok
2438 test_is_schema_node (tests.test_xpath_nodes.XPathNodesTest) ... ok
2439 test_lazy_attributes_iter__issue_72 (tests.test_xpath_nodes.XPathNodesTest) ... ok
2440 test_match_name_method (tests.test_xpath_nodes.XPathNodesTest) ... ok
2441 test_name_property (tests.test_xpath_nodes.XPathNodesTest) ... ok
2442 test_namespace_nodes (tests.test_xpath_nodes.XPathNodesTest) ... ok
2443 test_node_base_uri (tests.test_xpath_nodes.XPathNodesTest) ... ok
2444 test_node_children_function (tests.test_xpath_nodes.XPathNodesTest) ... ok
2445 test_node_document_uri_function (tests.test_xpath_nodes.XPathNodesTest) ... ok
2446 test_node_kind_property (tests.test_xpath_nodes.XPathNodesTest) ... ok
2447 test_node_nilled_property (tests.test_xpath_nodes.XPathNodesTest) ... ok
2448 test_path_property (tests.test_xpath_nodes.XPathNodesTest) ... ok
2449 test_text_nodes (tests.test_xpath_nodes.XPathNodesTest) ... ok
2450 test_typed_element_nodes (tests.test_xpath_nodes.XPathNodesTest) ... ok
2451 test_arity_property (tests.test_xpath_tokens.XPath1TokenTest) ... ok
2452 test_atomization_function (tests.test_xpath_tokens.XPath1TokenTest) ... ok
2453 test_boolean_value_function (tests.test_xpath_tokens.XPath1TokenTest) ... ok
2454 test_cast_to_double (tests.test_xpath_tokens.XPath1TokenTest) ... ok
2455 test_compare_operator (tests.test_xpath_tokens.XPath1TokenTest) ... ok
2456 test_data_value_function (tests.test_xpath_tokens.XPath1TokenTest) ... ok
2457 test_expected_method (tests.test_xpath_tokens.XPath1TokenTest) ... ok
2458 test_get_argument_method (tests.test_xpath_tokens.XPath1TokenTest) ... ok
2459 test_iter_leaf_elements_method (tests.test_xpath_tokens.XPath1TokenTest) ... ok
2460 test_iter_method (tests.test_xpath_tokens.XPath1TokenTest) ... ok
2461 test_names_disambiguation (tests.test_xpath_tokens.XPath1TokenTest) ... ok
2462 test_number_value_function (tests.test_xpath_tokens.XPath1TokenTest) ... ok
2463 test_ordinal_function (tests.test_xpath_tokens.XPath1TokenTest) ... ok
2464 test_position (tests.test_xpath_tokens.XPath1TokenTest) ... ok
2465 test_select_results (tests.test_xpath_tokens.XPath1TokenTest) ... ok
2466 test_source_property (tests.test_xpath_tokens.XPath1TokenTest) ... ok
2467 test_string_value_function (tests.test_xpath_tokens.XPath1TokenTest) ... ok
2468 test_unexpected_method (tests.test_xpath_tokens.XPath1TokenTest) ... ok
2469 test_xpath_error (tests.test_xpath_tokens.XPath1TokenTest) ... ok
2470 test_xpath_error_shortcuts (tests.test_xpath_tokens.XPath1TokenTest) ... ok
2471 test_add_xsd_type (tests.test_xpath_tokens.XPath2TokenTest) ... ok
2472 test_add_xsd_type_alternatives (tests.test_xpath_tokens.XPath2TokenTest) ... ok
2473 test_arity_property (tests.test_xpath_tokens.XPath2TokenTest) ... ok
2474 test_atomization_function (tests.test_xpath_tokens.XPath2TokenTest) ... ok
2475 test_bind_namespace_method (tests.test_xpath_tokens.XPath2TokenTest) ... ok
2476 test_boolean_value_function (tests.test_xpath_tokens.XPath2TokenTest) ... ok
2477 test_cast_to_double (tests.test_xpath_tokens.XPath2TokenTest) ... ok
2478 test_compare_operator (tests.test_xpath_tokens.XPath2TokenTest) ... ok
2479 test_data_value_function (tests.test_xpath_tokens.XPath2TokenTest) ... ok
2480 test_expected_method (tests.test_xpath_tokens.XPath2TokenTest) ... ok
2481 test_get_argument_method (tests.test_xpath_tokens.XPath2TokenTest) ... ok
2482 test_get_xsd_type (tests.test_xpath_tokens.XPath2TokenTest) ... ok
2483 test_iter_leaf_elements_method (tests.test_xpath_tokens.XPath2TokenTest) ... ok
2484 test_iter_method (tests.test_xpath_tokens.XPath2TokenTest) ... ok
2485 test_match_xsd_type (tests.test_xpath_tokens.XPath2TokenTest) ... ok
2486 test_names_disambiguation (tests.test_xpath_tokens.XPath2TokenTest) ... ok
2487 test_number_value_function (tests.test_xpath_tokens.XPath2TokenTest) ... ok
2488 test_ordinal_function (tests.test_xpath_tokens.XPath2TokenTest) ... ok
2489 test_position (tests.test_xpath_tokens.XPath2TokenTest) ... ok
2490 test_select_results (tests.test_xpath_tokens.XPath2TokenTest) ... ok
2491 test_select_xsd_nodes (tests.test_xpath_tokens.XPath2TokenTest) ... ok
2492 test_source_property (tests.test_xpath_tokens.XPath2TokenTest) ... ok
2493 test_string_value_function (tests.test_xpath_tokens.XPath2TokenTest) ... ok
2494 test_unexpected_method (tests.test_xpath_tokens.XPath2TokenTest) ... ok
2495 test_xpath_error (tests.test_xpath_tokens.XPath2TokenTest) ... ok
2496 test_xpath_error_shortcuts (tests.test_xpath_tokens.XPath2TokenTest) ... ok
2497 test_add_xsd_type (tests.test_xpath_tokens.XPath30TokenTest) ... ok
2498 test_add_xsd_type_alternatives (tests.test_xpath_tokens.XPath30TokenTest) ... ok
2499 test_arity_property (tests.test_xpath_tokens.XPath30TokenTest) ... ok
2500 test_atomization_function (tests.test_xpath_tokens.XPath30TokenTest) ... ok
2501 test_bind_namespace_method (tests.test_xpath_tokens.XPath30TokenTest) ... ok
2502 test_boolean_value_function (tests.test_xpath_tokens.XPath30TokenTest) ... ok
2503 test_cast_to_double (tests.test_xpath_tokens.XPath30TokenTest) ... ok
2504 test_compare_operator (tests.test_xpath_tokens.XPath30TokenTest) ... ok
2505 test_data_value_function (tests.test_xpath_tokens.XPath30TokenTest) ... ok
2506 test_expected_method (tests.test_xpath_tokens.XPath30TokenTest) ... ok
2507 test_get_argument_method (tests.test_xpath_tokens.XPath30TokenTest) ... ok
2508 test_get_xsd_type (tests.test_xpath_tokens.XPath30TokenTest) ... ok
2509 test_iter_leaf_elements_method (tests.test_xpath_tokens.XPath30TokenTest) ... ok
2510 test_iter_method (tests.test_xpath_tokens.XPath30TokenTest) ... ok
2511 test_match_xsd_type (tests.test_xpath_tokens.XPath30TokenTest) ... ok
2512 test_names_disambiguation (tests.test_xpath_tokens.XPath30TokenTest) ... ok
2513 test_number_value_function (tests.test_xpath_tokens.XPath30TokenTest) ... ok
2514 test_ordinal_function (tests.test_xpath_tokens.XPath30TokenTest) ... ok
2515 test_position (tests.test_xpath_tokens.XPath30TokenTest) ... ok
2516 test_select_results (tests.test_xpath_tokens.XPath30TokenTest) ... ok
2517 test_select_xsd_nodes (tests.test_xpath_tokens.XPath30TokenTest) ... ok
2518 test_source_property (tests.test_xpath_tokens.XPath30TokenTest) ... ok
2519 test_string_value_function (tests.test_xpath_tokens.XPath30TokenTest) ... ok
2520 test_unexpected_method (tests.test_xpath_tokens.XPath30TokenTest) ... ok
2521 test_xpath_error (tests.test_xpath_tokens.XPath30TokenTest) ... ok
2522 test_xpath_error_shortcuts (tests.test_xpath_tokens.XPath30TokenTest) ... ok
2523 test_add_xsd_type (tests.test_xpath_tokens.XPath31TokenTest) ... ok
2524 test_add_xsd_type_alternatives (tests.test_xpath_tokens.XPath31TokenTest) ... ok
2525 test_arity_property (tests.test_xpath_tokens.XPath31TokenTest) ... ok
2526 test_atomization_function (tests.test_xpath_tokens.XPath31TokenTest) ... ok
2527 test_bind_namespace_method (tests.test_xpath_tokens.XPath31TokenTest) ... ok
2528 test_boolean_value_function (tests.test_xpath_tokens.XPath31TokenTest) ... ok
2529 test_cast_to_double (tests.test_xpath_tokens.XPath31TokenTest) ... ok
2530 test_compare_operator (tests.test_xpath_tokens.XPath31TokenTest) ... ok
2531 test_data_value_function (tests.test_xpath_tokens.XPath31TokenTest) ... ok
2532 test_expected_method (tests.test_xpath_tokens.XPath31TokenTest) ... ok
2533 test_get_argument_method (tests.test_xpath_tokens.XPath31TokenTest) ... ok
2534 test_get_xsd_type (tests.test_xpath_tokens.XPath31TokenTest) ... ok
2535 test_iter_leaf_elements_method (tests.test_xpath_tokens.XPath31TokenTest) ... ok
2536 test_iter_method (tests.test_xpath_tokens.XPath31TokenTest) ... ok
2537 test_match_xsd_type (tests.test_xpath_tokens.XPath31TokenTest) ... ok
2538 test_names_disambiguation (tests.test_xpath_tokens.XPath31TokenTest) ... ok
2539 test_number_value_function (tests.test_xpath_tokens.XPath31TokenTest) ... ok
2540 test_ordinal_function (tests.test_xpath_tokens.XPath31TokenTest) ... ok
2541 test_position (tests.test_xpath_tokens.XPath31TokenTest) ... ok
2542 test_select_results (tests.test_xpath_tokens.XPath31TokenTest) ... ok
2543 test_select_xsd_nodes (tests.test_xpath_tokens.XPath31TokenTest) ... ok
2544 test_source_property (tests.test_xpath_tokens.XPath31TokenTest) ... ok
2545 test_string_value_function (tests.test_xpath_tokens.XPath31TokenTest) ... ok
2546 test_unexpected_method (tests.test_xpath_tokens.XPath31TokenTest) ... ok
2547 test_xpath_error (tests.test_xpath_tokens.XPath31TokenTest) ... ok
2548 test_xpath_error_shortcuts (tests.test_xpath_tokens.XPath31TokenTest) ... ok
2550 ----------------------------------------------------------------------