perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / fastjsonschema / test / results-all.master
blob7ea3111425169d2c7e784432f63faa33fc991132
1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
4 rootdir: $(@D)
5 collecting ... collected 453 items / 12 deselected / 441 selected
7 tests/json_schema/test_draft04.py::test[schema_version0-schema0-data0-is_valid0] SKIPPED
8 tests/json_schema/test_draft06.py::test[schema_version0-schema0-data0-is_valid0] SKIPPED
9 tests/json_schema/test_draft07.py::test[schema_version0-schema0-data0-is_valid0] SKIPPED
10 tests/json_schema/test_draft2019.py::test[schema_version0-schema0-data0-is_valid0] SKIPPED
11 tests/test_array.py::test_array[0-expected0] PASSED
12 tests/test_array.py::test_array[None-expected1] PASSED
13 tests/test_array.py::test_array[True-expected2] PASSED
14 tests/test_array.py::test_array[False-expected3] PASSED
15 tests/test_array.py::test_array[abc-expected4] PASSED
16 tests/test_array.py::test_array[value5-expected5] PASSED
17 tests/test_array.py::test_array[value6-expected6] PASSED
18 tests/test_array.py::test_array[value7-expected7] PASSED
19 tests/test_array.py::test_max_items[value0-expected0] PASSED
20 tests/test_array.py::test_max_items[value1-expected1] PASSED
21 tests/test_array.py::test_max_items[value2-expected2] PASSED
22 tests/test_array.py::test_max_items[value3-expected3] PASSED
23 tests/test_array.py::test_min_items[value0-expected0] PASSED
24 tests/test_array.py::test_min_items[value1-expected1] PASSED
25 tests/test_array.py::test_min_items[value2-expected2] PASSED
26 tests/test_array.py::test_min_items[value3-expected3] PASSED
27 tests/test_array.py::test_unique_items[value0-expected0] PASSED
28 tests/test_array.py::test_unique_items[value1-expected1] PASSED
29 tests/test_array.py::test_unique_items[value2-expected2] PASSED
30 tests/test_array.py::test_unique_items[value3-expected3] PASSED
31 tests/test_array.py::test_unique_items[value4-expected4] PASSED
32 tests/test_array.py::test_unique_items[value5-expected5] PASSED
33 tests/test_array.py::test_unique_items[value6-expected6] PASSED
34 tests/test_array.py::test_unique_items[value7-expected7] PASSED
35 tests/test_array.py::test_unique_items[value8-expected8] PASSED
36 tests/test_array.py::test_unique_items[value9-expected9] PASSED
37 tests/test_array.py::test_unique_items[value10-expected10] PASSED
38 tests/test_array.py::test_unique_items[value11-expected11] PASSED
39 tests/test_array.py::test_unique_items[value12-expected12] PASSED
40 tests/test_array.py::test_unique_items[value13-expected13] PASSED
41 tests/test_array.py::test_unique_items[value14-expected14] PASSED
42 tests/test_array.py::test_unique_items[value15-expected15] PASSED
43 tests/test_array.py::test_unique_items[value16-expected16] PASSED
44 tests/test_array.py::test_unique_items[value17-expected17] PASSED
45 tests/test_array.py::test_not_unique_items PASSED
46 tests/test_array.py::test_min_and_unique_items PASSED
47 tests/test_array.py::test_items_all_same[value0-expected0] PASSED
48 tests/test_array.py::test_items_all_same[value1-expected1] PASSED
49 tests/test_array.py::test_items_all_same[value2-expected2] PASSED
50 tests/test_array.py::test_different_items[value0-expected0] PASSED
51 tests/test_array.py::test_different_items[value1-expected1] PASSED
52 tests/test_array.py::test_different_items[value2-expected2] PASSED
53 tests/test_array.py::test_different_items[value3-expected3] PASSED
54 tests/test_array.py::test_different_items[value4-expected4] PASSED
55 tests/test_array.py::test_different_items[value5-expected5] PASSED
56 tests/test_array.py::test_different_items_with_additional_items[value0-expected0] PASSED
57 tests/test_array.py::test_different_items_with_additional_items[value1-expected1] PASSED
58 tests/test_array.py::test_different_items_with_additional_items[value2-expected2] PASSED
59 tests/test_array.py::test_different_items_with_additional_items[value3-expected3] PASSED
60 tests/test_array.py::test_different_items_with_additional_items[value4-expected4] PASSED
61 tests/test_array.py::test_different_items_with_additional_items[value5-expected5] PASSED
62 tests/test_array.py::test_different_items_without_additional_items[value0-expected0] PASSED
63 tests/test_array.py::test_different_items_without_additional_items[value1-expected1] PASSED
64 tests/test_array.py::test_different_items_without_additional_items[value2-expected2] PASSED
65 tests/test_array.py::test_different_items_without_additional_items[value3-expected3] PASSED
66 tests/test_array.py::test_different_items_without_additional_items[value4-expected4] PASSED
67 tests/test_array.py::test_different_items_without_additional_items[value5-expected5] PASSED
68 tests/test_array.py::test_tuples_as_arrays[value0-expected0] PASSED
69 tests/test_array.py::test_tuples_as_arrays[value1-expected1] PASSED
70 tests/test_array.py::test_tuples_as_arrays[value2-expected2] PASSED
71 tests/test_array.py::test_tuples_as_arrays[value3-expected3] PASSED
72 tests/test_array.py::test_mixed_arrays[value0-expected0] PASSED
73 tests/test_array.py::test_mixed_arrays[value1-expected1] PASSED
74 tests/test_array.py::test_issue_114 PASSED
75 tests/test_boolean.py::test_boolean[0-expected0] PASSED
76 tests/test_boolean.py::test_boolean[None-expected1] PASSED
77 tests/test_boolean.py::test_boolean[True-True] PASSED
78 tests/test_boolean.py::test_boolean[False-False] PASSED
79 tests/test_boolean.py::test_boolean[abc-expected4] PASSED
80 tests/test_boolean.py::test_boolean[value5-expected5] PASSED
81 tests/test_boolean.py::test_boolean[value6-expected6] PASSED
82 tests/test_boolean_schema.py::test_boolean_schema_true_in_then[1-1] PASSED
83 tests/test_boolean_schema.py::test_boolean_schema_true_in_then[2-2] PASSED
84 tests/test_boolean_schema.py::test_boolean_schema_false_in_then[1-expected0] PASSED
85 tests/test_boolean_schema.py::test_boolean_schema_false_in_then[2-2] PASSED
86 tests/test_boolean_schema.py::test_boolean_schema_true_in_else[1-1] PASSED
87 tests/test_boolean_schema.py::test_boolean_schema_true_in_else[2-2] PASSED
88 tests/test_boolean_schema.py::test_boolean_schema_false_in_else[1-1] PASSED
89 tests/test_boolean_schema.py::test_boolean_schema_false_in_else[2-expected1] PASSED
90 tests/test_common.py::test_enum[1-1] PASSED
91 tests/test_common.py::test_enum[2-2] PASSED
92 tests/test_common.py::test_enum[12-expected2] PASSED
93 tests/test_common.py::test_enum[a-a] PASSED
94 tests/test_common.py::test_enum[aa-expected4] PASSED
95 tests/test_common.py::test_types[0-0] PASSED
96 tests/test_common.py::test_types[None-expected1] PASSED
97 tests/test_common.py::test_types[True-expected2] PASSED
98 tests/test_common.py::test_types[abc-abc] PASSED
99 tests/test_common.py::test_types[value4-expected4] PASSED
100 tests/test_common.py::test_types[value5-expected5] PASSED
101 tests/test_common.py::test_all_of[qwert-qwert] PASSED
102 tests/test_common.py::test_all_of[qwertz-expected1] PASSED
103 tests/test_common.py::test_any_of[0-0] PASSED
104 tests/test_common.py::test_any_of[None-expected1] PASSED
105 tests/test_common.py::test_any_of[True-expected2] PASSED
106 tests/test_common.py::test_any_of[abc-abc] PASSED
107 tests/test_common.py::test_any_of[value4-expected4] PASSED
108 tests/test_common.py::test_any_of[value5-expected5] PASSED
109 tests/test_common.py::test_one_of[0-expected0] PASSED
110 tests/test_common.py::test_one_of[2-expected1] PASSED
111 tests/test_common.py::test_one_of[9-9] PASSED
112 tests/test_common.py::test_one_of[10-10] PASSED
113 tests/test_common.py::test_one_of[15-expected4] PASSED
114 tests/test_common.py::test_one_of_factorized[0-expected0] PASSED
115 tests/test_common.py::test_one_of_factorized[2-expected1] PASSED
116 tests/test_common.py::test_one_of_factorized[9-9] PASSED
117 tests/test_common.py::test_one_of_factorized[10-10] PASSED
118 tests/test_common.py::test_one_of_factorized[15-expected4] PASSED
119 tests/test_common.py::test_not[0-expected0] PASSED
120 tests/test_common.py::test_not[True-True] PASSED
121 tests/test_common.py::test_not[abc-abc] PASSED
122 tests/test_common.py::test_not[value3-expected3] PASSED
123 tests/test_common.py::test_not[value4-expected4] PASSED
124 tests/test_compile_to_code.py::test_compile_to_code PASSED
125 tests/test_compile_to_code.py::test_compile_to_code_ipv6_regex PASSED
126 tests/test_compile_to_code.py::test_compile_complex_one_of_all_of PASSED
127 tests/test_compile_to_code.py::test_compile_to_code_custom_format PASSED
128 tests/test_compile_to_code.py::test_compile_to_code_custom_format_with_refs PASSED
129 tests/test_composition.py::test_composition[oneOf-10] PASSED
130 tests/test_composition.py::test_composition[allOf-15] PASSED
131 tests/test_composition.py::test_composition[anyOf-9] PASSED
132 tests/test_composition.py::test_ref_is_expanded_on_composition_error[oneOf-2] PASSED
133 tests/test_composition.py::test_ref_is_expanded_on_composition_error[anyOf-2] PASSED
134 tests/test_composition.py::test_ref_is_expanded_on_composition_error[allOf-3] PASSED
135 tests/test_composition.py::test_ref_is_expanded_with_resolver[oneOf-2] PASSED
136 tests/test_composition.py::test_ref_is_expanded_with_resolver[anyOf-2] PASSED
137 tests/test_composition.py::test_ref_is_expanded_with_resolver[allOf-3] PASSED
138 tests/test_composition.py::test_ref_in_conditional PASSED
139 tests/test_const.py::test_const[foo-False] PASSED
140 tests/test_const.py::test_const[42-False] PASSED
141 tests/test_const.py::test_const[False-False] PASSED
142 tests/test_const.py::test_const[value3-False] PASSED
143 tests/test_const.py::test_const['"-False0] PASSED
144 tests/test_const.py::test_const[foo-True] PASSED
145 tests/test_const.py::test_const['"-False1] PASSED
146 tests/test_default.py::test_default_in_object[None-expected0] PASSED
147 tests/test_default.py::test_default_in_object[value1-expected1] PASSED
148 tests/test_default.py::test_default_in_object[value2-expected2] PASSED
149 tests/test_default.py::test_default_in_object[value3-expected3] PASSED
150 tests/test_default.py::test_default_in_object[value4-expected4] PASSED
151 tests/test_default.py::test_default_in_array[None-expected0] PASSED
152 tests/test_default.py::test_default_in_array[value1-expected1] PASSED
153 tests/test_default.py::test_default_in_array[value2-expected2] PASSED
154 tests/test_default.py::test_default_in_array[value3-expected3] PASSED
155 tests/test_default.py::test_default_turned_off PASSED
156 tests/test_examples.py::test_validate[issue-109-regex-only] PASSED
157 tests/test_examples.py::test_validate[issue-109] PASSED
158 tests/test_examples.py::test_validate[conditional] PASSED
159 tests/test_examples.py::test_validate[path_with_definition] PASSED
160 tests/test_exceptions.py::test_exception_variable_path[data-expected0] PASSED
161 tests/test_exceptions.py::test_exception_variable_path[data[0]-expected1] PASSED
162 tests/test_exceptions.py::test_exception_variable_path[data.foo-expected2] PASSED
163 tests/test_exceptions.py::test_exception_variable_path[data[1].bar-expected3] PASSED
164 tests/test_exceptions.py::test_exception_variable_path[data.foo[2]-expected4] PASSED
165 tests/test_exceptions.py::test_exception_variable_path[data.foo.bar[1][2]-expected5] PASSED
166 tests/test_exceptions.py::test_exception_variable_path[data[1][2].foo.bar-expected6] PASSED
167 tests/test_exceptions.py::test_exception_rule_definition[None-None-None] PASSED
168 tests/test_exceptions.py::test_exception_rule_definition[definition1-None-None] PASSED
169 tests/test_exceptions.py::test_exception_rule_definition[definition2-None-None] PASSED
170 tests/test_exceptions.py::test_exception_rule_definition[definition3-unique-None] PASSED
171 tests/test_exceptions.py::test_exception_rule_definition[definition4-type-string] PASSED
172 tests/test_exceptions.py::test_exception_rule_definition[None-type-None] PASSED
173 tests/test_format.py::test_datetime[-expected0] PASSED
174 tests/test_format.py::test_datetime[bla-expected1] PASSED
175 tests/test_format.py::test_datetime[2018-02-05T14:17:10.00-expected2] PASSED
176 tests/test_format.py::test_datetime[2018-02-05T14:17:10.00Z\n-expected3] PASSED
177 tests/test_format.py::test_datetime[2018-02-05T14:17:10.00Z-2018-02-05T14:17:10.00Z] PASSED
178 tests/test_format.py::test_datetime[2018-02-05T14:17:10Z-2018-02-05T14:17:10Z] PASSED
179 tests/test_format.py::test_datetime[2020-09-09T01:01:01+0100-2020-09-09T01:01:01+0100] PASSED
180 tests/test_format.py::test_hostname[-expected0] PASSED
181 tests/test_format.py::test_hostname[LDhsjf878&d-expected1] PASSED
182 tests/test_format.py::test_hostname[bla.bla--expected2] PASSED
183 tests/test_format.py::test_hostname[example.example.com--expected3] PASSED
184 tests/test_format.py::test_hostname[example.example.com\n-expected4] PASSED
185 tests/test_format.py::test_hostname[localhost-localhost] PASSED
186 tests/test_format.py::test_hostname[example.com-example.com] PASSED
187 tests/test_format.py::test_hostname[example.de-example.de] PASSED
188 tests/test_format.py::test_hostname[example.fr-example.fr] PASSED
189 tests/test_format.py::test_hostname[example.example.com-example.example.com] PASSED
190 tests/test_format.py::test_date[-expected0] PASSED
191 tests/test_format.py::test_date[bla-expected1] PASSED
192 tests/test_format.py::test_date[2018-2-5-expected2] PASSED
193 tests/test_format.py::test_date[2018-02-05-2018-02-05] PASSED
194 tests/test_format.py::test_date[2018-10-31-2018-10-31] PASSED
195 tests/test_format.py::test_custom_format[-expected0-^[ab]$] PASSED
196 tests/test_format.py::test_custom_format[-expected1-<lambda>] PASSED
197 tests/test_format.py::test_custom_format[a-a-^[ab]$] PASSED
198 tests/test_format.py::test_custom_format[a-a-<lambda>] PASSED
199 tests/test_format.py::test_custom_format[c-expected4-^[ab]$] PASSED
200 tests/test_format.py::test_custom_format[c-expected5-<lambda>] PASSED
201 tests/test_format.py::test_custom_format_override PASSED
202 tests/test_format.py::test_disable_formats PASSED
203 tests/test_integration.py::test_integration[value0-expected0] PASSED
204 tests/test_integration.py::test_integration[value1-expected1] PASSED
205 tests/test_integration.py::test_integration[value2-expected2] PASSED
206 tests/test_integration.py::test_integration[value3-expected3] PASSED
207 tests/test_integration.py::test_integration[value4-expected4] PASSED
208 tests/test_integration.py::test_integration[value5-expected5] PASSED
209 tests/test_integration.py::test_integration[value6-expected6] PASSED
210 tests/test_integration.py::test_integration[value7-expected7] PASSED
211 tests/test_integration.py::test_integration[value8-expected8] PASSED
212 tests/test_integration.py::test_integration[value9-expected9] PASSED
213 tests/test_integration.py::test_integration[value10-expected10] PASSED
214 tests/test_integration.py::test_integration[value11-expected11] PASSED
215 tests/test_integration.py::test_integration[value12-expected12] PASSED
216 tests/test_integration.py::test_integration[value13-expected13] PASSED
217 tests/test_integration.py::test_integration[value14-expected14] PASSED
218 tests/test_integration.py::test_any_of_with_patterns PASSED
219 tests/test_integration.py::test_swap_handlers PASSED
220 tests/test_null.py::test_null[0-expected0] PASSED
221 tests/test_null.py::test_null[None-None] PASSED
222 tests/test_null.py::test_null[True-expected2] PASSED
223 tests/test_null.py::test_null[abc-expected3] PASSED
224 tests/test_null.py::test_null[value4-expected4] PASSED
225 tests/test_null.py::test_null[value5-expected5] PASSED
226 tests/test_number.py::test_number[number--5--5] PASSED
227 tests/test_number.py::test_number[number-0-0] PASSED
228 tests/test_number.py::test_number[number-5-5] PASSED
229 tests/test_number.py::test_number[number-None-expected3] PASSED
230 tests/test_number.py::test_number[number-True-expected4] PASSED
231 tests/test_number.py::test_number[number-abc-expected5] PASSED
232 tests/test_number.py::test_number[number-value6-expected6] PASSED
233 tests/test_number.py::test_number[number-value7-expected7] PASSED
234 tests/test_number.py::test_number[integer--5--5] PASSED
235 tests/test_number.py::test_number[integer-0-0] PASSED
236 tests/test_number.py::test_number[integer-5-5] PASSED
237 tests/test_number.py::test_number[integer-None-expected3] PASSED
238 tests/test_number.py::test_number[integer-True-expected4] PASSED
239 tests/test_number.py::test_number[integer-abc-expected5] PASSED
240 tests/test_number.py::test_number[integer-value6-expected6] PASSED
241 tests/test_number.py::test_number[integer-value7-expected7] PASSED
242 tests/test_number.py::test_maximum[number--5--5] PASSED
243 tests/test_number.py::test_maximum[number-5-5] PASSED
244 tests/test_number.py::test_maximum[number-9-9] PASSED
245 tests/test_number.py::test_maximum[number-10-10] PASSED
246 tests/test_number.py::test_maximum[number-11-expected4] PASSED
247 tests/test_number.py::test_maximum[number-20-expected5] PASSED
248 tests/test_number.py::test_maximum[integer--5--5] PASSED
249 tests/test_number.py::test_maximum[integer-5-5] PASSED
250 tests/test_number.py::test_maximum[integer-9-9] PASSED
251 tests/test_number.py::test_maximum[integer-10-10] PASSED
252 tests/test_number.py::test_maximum[integer-11-expected4] PASSED
253 tests/test_number.py::test_maximum[integer-20-expected5] PASSED
254 tests/test_number.py::test_exclusive_maximum[number--5--5] PASSED
255 tests/test_number.py::test_exclusive_maximum[number-5-5] PASSED
256 tests/test_number.py::test_exclusive_maximum[number-9-9] PASSED
257 tests/test_number.py::test_exclusive_maximum[number-10-expected3] PASSED
258 tests/test_number.py::test_exclusive_maximum[number-11-expected4] PASSED
259 tests/test_number.py::test_exclusive_maximum[number-20-expected5] PASSED
260 tests/test_number.py::test_exclusive_maximum[integer--5--5] PASSED
261 tests/test_number.py::test_exclusive_maximum[integer-5-5] PASSED
262 tests/test_number.py::test_exclusive_maximum[integer-9-9] PASSED
263 tests/test_number.py::test_exclusive_maximum[integer-10-expected3] PASSED
264 tests/test_number.py::test_exclusive_maximum[integer-11-expected4] PASSED
265 tests/test_number.py::test_exclusive_maximum[integer-20-expected5] PASSED
266 tests/test_number.py::test_minimum[number--5-expected0] PASSED
267 tests/test_number.py::test_minimum[number-9-expected1] PASSED
268 tests/test_number.py::test_minimum[number-10-10] PASSED
269 tests/test_number.py::test_minimum[number-11-11] PASSED
270 tests/test_number.py::test_minimum[number-20-20] PASSED
271 tests/test_number.py::test_minimum[integer--5-expected0] PASSED
272 tests/test_number.py::test_minimum[integer-9-expected1] PASSED
273 tests/test_number.py::test_minimum[integer-10-10] PASSED
274 tests/test_number.py::test_minimum[integer-11-11] PASSED
275 tests/test_number.py::test_minimum[integer-20-20] PASSED
276 tests/test_number.py::test_exclusive_minimum[number--5-expected0] PASSED
277 tests/test_number.py::test_exclusive_minimum[number-9-expected1] PASSED
278 tests/test_number.py::test_exclusive_minimum[number-10-expected2] PASSED
279 tests/test_number.py::test_exclusive_minimum[number-11-11] PASSED
280 tests/test_number.py::test_exclusive_minimum[number-20-20] PASSED
281 tests/test_number.py::test_exclusive_minimum[integer--5-expected0] PASSED
282 tests/test_number.py::test_exclusive_minimum[integer-9-expected1] PASSED
283 tests/test_number.py::test_exclusive_minimum[integer-10-expected2] PASSED
284 tests/test_number.py::test_exclusive_minimum[integer-11-11] PASSED
285 tests/test_number.py::test_exclusive_minimum[integer-20-20] PASSED
286 tests/test_number.py::test_multiple_of[number--4-expected0] PASSED
287 tests/test_number.py::test_multiple_of[number--3--3] PASSED
288 tests/test_number.py::test_multiple_of[number--2-expected2] PASSED
289 tests/test_number.py::test_multiple_of[number--1-expected3] PASSED
290 tests/test_number.py::test_multiple_of[number-0-0] PASSED
291 tests/test_number.py::test_multiple_of[number-1-expected5] PASSED
292 tests/test_number.py::test_multiple_of[number-2-expected6] PASSED
293 tests/test_number.py::test_multiple_of[number-3-3] PASSED
294 tests/test_number.py::test_multiple_of[number-4-expected8] PASSED
295 tests/test_number.py::test_multiple_of[number-5-expected9] PASSED
296 tests/test_number.py::test_multiple_of[number-6-6] PASSED
297 tests/test_number.py::test_multiple_of[number-7-expected11] PASSED
298 tests/test_number.py::test_multiple_of[integer--4-expected0] PASSED
299 tests/test_number.py::test_multiple_of[integer--3--3] PASSED
300 tests/test_number.py::test_multiple_of[integer--2-expected2] PASSED
301 tests/test_number.py::test_multiple_of[integer--1-expected3] PASSED
302 tests/test_number.py::test_multiple_of[integer-0-0] PASSED
303 tests/test_number.py::test_multiple_of[integer-1-expected5] PASSED
304 tests/test_number.py::test_multiple_of[integer-2-expected6] PASSED
305 tests/test_number.py::test_multiple_of[integer-3-3] PASSED
306 tests/test_number.py::test_multiple_of[integer-4-expected8] PASSED
307 tests/test_number.py::test_multiple_of[integer-5-expected9] PASSED
308 tests/test_number.py::test_multiple_of[integer-6-6] PASSED
309 tests/test_number.py::test_multiple_of[integer-7-expected11] PASSED
310 tests/test_number.py::test_multiple_of_float[0.00751-expected0] PASSED
311 tests/test_number.py::test_multiple_of_float[0.0075-0.0075] PASSED
312 tests/test_number.py::test_multiple_of_float_1_5[0-0] PASSED
313 tests/test_number.py::test_multiple_of_float_1_5[0.01-0.01] PASSED
314 tests/test_number.py::test_multiple_of_float_1_5[0.1-0.1] PASSED
315 tests/test_number.py::test_multiple_of_float_1_5[19.01-19.01] PASSED
316 tests/test_number.py::test_multiple_of_float_1_5[0.001-expected4] PASSED
317 tests/test_number.py::test_multiple_of_float_1_5[19.001-expected5] PASSED
318 tests/test_number.py::test_integer_is_not_number[1.0] PASSED
319 tests/test_number.py::test_integer_is_not_number[0.1] PASSED
320 tests/test_number.py::test_integer_is_not_number[0.01] PASSED
321 tests/test_number.py::test_integer_is_not_number[0.001] PASSED
322 tests/test_number.py::test_number_allows_float[1.0] PASSED
323 tests/test_number.py::test_number_allows_float[0.1] PASSED
324 tests/test_number.py::test_number_allows_float[0.01] PASSED
325 tests/test_number.py::test_number_allows_float[0.001] PASSED
326 tests/test_number.py::test_number_allows_decimal[value0] PASSED
327 tests/test_number.py::test_number_allows_decimal[value1] PASSED
328 tests/test_number.py::test_number_allows_decimal[value2] PASSED
329 tests/test_number.py::test_number_allows_decimal[value3] PASSED
330 tests/test_object.py::test_object[0-expected0] PASSED
331 tests/test_object.py::test_object[None-expected1] PASSED
332 tests/test_object.py::test_object[True-expected2] PASSED
333 tests/test_object.py::test_object[False-expected3] PASSED
334 tests/test_object.py::test_object[abc-expected4] PASSED
335 tests/test_object.py::test_object[value5-expected5] PASSED
336 tests/test_object.py::test_object[value6-expected6] PASSED
337 tests/test_object.py::test_object[value7-expected7] PASSED
338 tests/test_object.py::test_max_properties[value0-expected0] PASSED
339 tests/test_object.py::test_max_properties[value1-expected1] PASSED
340 tests/test_object.py::test_max_properties[value2-expected2] PASSED
341 tests/test_object.py::test_min_properties[value0-expected0] PASSED
342 tests/test_object.py::test_min_properties[value1-expected1] PASSED
343 tests/test_object.py::test_min_properties[value2-expected2] PASSED
344 tests/test_object.py::test_required[value0-expected0] PASSED
345 tests/test_object.py::test_required[value1-expected1] PASSED
346 tests/test_object.py::test_required[value2-expected2] PASSED
347 tests/test_object.py::test_properties[value0-expected0] PASSED
348 tests/test_object.py::test_properties[value1-expected1] PASSED
349 tests/test_object.py::test_properties[value2-expected2] PASSED
350 tests/test_object.py::test_properties[value3-expected3] PASSED
351 tests/test_object.py::test_properties[value4-expected4] PASSED
352 tests/test_object.py::test_invalid_properties[definition0] PASSED
353 tests/test_object.py::test_invalid_properties[definition1] PASSED
354 tests/test_object.py::test_invalid_properties[definition2] PASSED
355 tests/test_object.py::test_valid_properties[definition0] PASSED
356 tests/test_object.py::test_properties_with_additional_properties[value0-expected0] PASSED
357 tests/test_object.py::test_properties_with_additional_properties[value1-expected1] PASSED
358 tests/test_object.py::test_properties_with_additional_properties[value2-expected2] PASSED
359 tests/test_object.py::test_properties_with_additional_properties[value3-expected3] PASSED
360 tests/test_object.py::test_properties_with_additional_properties[value4-expected4] PASSED
361 tests/test_object.py::test_properties_with_additional_properties[value5-expected5] PASSED
362 tests/test_object.py::test_properties_without_additional_properties[value0-expected0] PASSED
363 tests/test_object.py::test_properties_without_additional_properties[value1-expected1] PASSED
364 tests/test_object.py::test_properties_without_additional_properties[value2-expected2] PASSED
365 tests/test_object.py::test_properties_without_additional_properties[value3-expected3] PASSED
366 tests/test_object.py::test_properties_without_additional_properties[value4-expected4] PASSED
367 tests/test_object.py::test_properties_without_additional_properties[value5-expected5] PASSED
368 tests/test_object.py::test_properties_without_additional_properties[value6-expected6] PASSED
369 tests/test_object.py::test_pattern_properties[value0-expected0] PASSED
370 tests/test_object.py::test_pattern_properties[value1-expected1] PASSED
371 tests/test_object.py::test_pattern_properties[value2-expected2] PASSED
372 tests/test_object.py::test_pattern_properties[value3-expected3] PASSED
373 tests/test_object.py::test_pattern_properties[value4-expected4] PASSED
374 tests/test_object.py::test_additional_properties[value0-expected0] PASSED
375 tests/test_object.py::test_additional_properties[value1-expected1] PASSED
376 tests/test_object.py::test_additional_properties[value2-expected2] PASSED
377 tests/test_object.py::test_additional_properties[value3-expected3] PASSED
378 tests/test_object.py::test_additional_properties[value4-expected4] PASSED
379 tests/test_object.py::test_any_additional_properties[value0-expected0] PASSED
380 tests/test_object.py::test_any_additional_properties[value1-expected1] PASSED
381 tests/test_object.py::test_any_additional_properties[value2-expected2] PASSED
382 tests/test_object.py::test_any_additional_properties[value3-expected3] PASSED
383 tests/test_object.py::test_any_additional_properties[value4-expected4] PASSED
384 tests/test_object.py::test_any_additional_properties[value5-expected5] PASSED
385 tests/test_object.py::test_any_additional_properties[value6-expected6] PASSED
386 tests/test_object.py::test_any_additional_properties[value7-expected7] PASSED
387 tests/test_object.py::test_object_with_id_property[value0-expected0] PASSED
388 tests/test_object.py::test_object_with_id_property[value1-expected1] PASSED
389 tests/test_object.py::test_object_with_ref_property[value0-expected0] PASSED
390 tests/test_object.py::test_object_with_ref_property[value1-expected1] PASSED
391 tests/test_object.py::test_dependencies[value0-expected0] PASSED
392 tests/test_object.py::test_dependencies[value1-expected1] PASSED
393 tests/test_object.py::test_dependencies[value2-expected2] PASSED
394 tests/test_object.py::test_full_name_after_ref[value0-expected0] PASSED
395 tests/test_pattern_properties.py::test_dont_override_variable_names PASSED
396 tests/test_pattern_properties.py::test_clear_variables PASSED
397 tests/test_pattern_properties.py::test_pattern_with_escape PASSED
398 tests/test_pattern_properties.py::test_pattern_with_escape_no_warnings PASSED
399 tests/test_pattern_serialization.py::test_serialize_regexes PASSED
400 tests/test_security.py::test_not_generate_code_from_definition[schema0] PASSED
401 tests/test_security.py::test_not_generate_code_from_definition[schema1] PASSED
402 tests/test_security.py::test_not_generate_code_from_definition[schema2] PASSED
403 tests/test_security.py::test_not_generate_code_from_definition[schema3] PASSED
404 tests/test_security.py::test_not_generate_code_from_definition[schema4] PASSED
405 tests/test_security.py::test_not_generate_code_from_definition[schema5] PASSED
406 tests/test_security.py::test_not_generate_code_from_definition[schema6] PASSED
407 tests/test_security.py::test_not_generate_code_from_definition[schema7] PASSED
408 tests/test_security.py::test_not_generate_code_from_definition[schema8] PASSED
409 tests/test_security.py::test_not_generate_code_from_definition[schema9] PASSED
410 tests/test_security.py::test_not_generate_code_from_definition[schema10] PASSED
411 tests/test_security.py::test_not_generate_code_from_definition[schema11] PASSED
412 tests/test_security.py::test_not_generate_code_from_definition[schema12] PASSED
413 tests/test_security.py::test_not_generate_code_from_definition[schema13] PASSED
414 tests/test_security.py::test_generate_code_with_proper_variable_names[schema0-validate(10)] PASSED
415 tests/test_security.py::test_generate_code_with_proper_variable_names[schema1-"  validate"10"  "] PASSED
416 tests/test_security.py::test_generate_code_with_proper_variable_names[schema2-'  validate'10'  '] PASSED
417 tests/test_security.py::test_generate_code_with_proper_variable_names[schema3-'  validate"10"  '] PASSED
418 tests/test_security.py::test_generate_code_with_proper_variable_names[schema4-value4] PASSED
419 tests/test_security.py::test_generate_code_with_proper_variable_names[schema5-value5] PASSED
420 tests/test_security.py::test_generate_code_without_overriding_variables PASSED
421 tests/test_string.py::test_string[0-expected0] PASSED
422 tests/test_string.py::test_string[None-expected1] PASSED
423 tests/test_string.py::test_string[True-expected2] PASSED
424 tests/test_string.py::test_string[-] PASSED
425 tests/test_string.py::test_string[abc-abc] PASSED
426 tests/test_string.py::test_string[value5-expected5] PASSED
427 tests/test_string.py::test_string[value6-expected6] PASSED
428 tests/test_string.py::test_max_length[-] PASSED
429 tests/test_string.py::test_max_length[qwer-qwer] PASSED
430 tests/test_string.py::test_max_length[qwert-qwert] PASSED
431 tests/test_string.py::test_max_length[qwertz-expected3] PASSED
432 tests/test_string.py::test_max_length[qwertzuiop-expected4] PASSED
433 tests/test_string.py::test_min_length[-expected0] PASSED
434 tests/test_string.py::test_min_length[qwer-expected1] PASSED
435 tests/test_string.py::test_min_length[qwert-qwert] PASSED
436 tests/test_string.py::test_min_length[qwertz-qwertz] PASSED
437 tests/test_string.py::test_min_length[qwertzuiop-qwertzuiop] PASSED
438 tests/test_string.py::test_pattern[-expected0] PASSED
439 tests/test_string.py::test_pattern[aacc-expected1] PASSED
440 tests/test_string.py::test_pattern[aaccc-aaccc] PASSED
441 tests/test_string.py::test_pattern[aacd-aacd] PASSED
442 tests/test_string.py::test_pattern[aacd\n-expected4] PASSED
443 tests/test_string.py::test_pattern_with_space[ ] PASSED
444 tests/test_string.py::test_pattern_with_space[\\x20] PASSED
445 tests/test_string.py::test_pattern_with_escape_no_warnings PASSED
446 tests/test_string.py::test_regex_pattern[[a-z]-[a-z]] PASSED
447 tests/test_string.py::test_regex_pattern[[a-z-expected1] PASSED
449 ======== 437 passed, 4 skipped, 12 deselected ========
450 $(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)/popen-gw2/test_static_directory_without_0
451 <class 'FileExistsError'>: [Errno 17] File exists: 'test_static_directory_without_0'
452   warnings.warn(
453 $(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)/popen-gw2/test_static_directory_without_1
454 <class 'FileExistsError'>: [Errno 17] File exists: 'test_static_directory_without_1'
455   warnings.warn(
456 $(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)/popen-gw2
457 <class 'FileExistsError'>: [Errno 17] File exists: 'popen-gw2'
458   warnings.warn(
459 $(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)
460 <class 'FileExistsError'>: [Errno 17] File exists: '$(TMPDIR)
461   warnings.warn(
462 $(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)/popen-gw5/test_static_directory_without_0
463 <class 'FileExistsError'>: [Errno 17] File exists: 'test_static_directory_without_0'
464   warnings.warn(
465 $(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)/popen-gw5/test_static_directory_without_1
466 <class 'FileExistsError'>: [Errno 17] File exists: 'test_static_directory_without_1'
467   warnings.warn(
468 $(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)/popen-gw5
469 <class 'FileExistsError'>: [Errno 17] File exists: 'popen-gw5'
470   warnings.warn(
471 $(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)
472 <class 'FileExistsError'>: [Errno 17] File exists: '$(TMPDIR)
473   warnings.warn(