-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Expand file tree
/
Copy path.test_durations
More file actions
333 lines (333 loc) · 33.6 KB
/
.test_durations
File metadata and controls
333 lines (333 loc) · 33.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
{
"tests/integration/callbacks/test_api_callback.py::test_apib001_api_callback": 9.07,
"tests/integration/callbacks/test_arbitrary_callbacks.py::test_arb001_global_set_props": 1.033,
"tests/integration/callbacks/test_arbitrary_callbacks.py::test_arb002_no_output_callbacks": 1.666,
"tests/integration/callbacks/test_arbitrary_callbacks.py::test_arb003_arbitrary_pages": 1.048,
"tests/integration/callbacks/test_arbitrary_callbacks.py::test_arb004_wildcard_set_props": 0.823,
"tests/integration/callbacks/test_arbitrary_callbacks.py::test_arb005_no_output_error": 1.167,
"tests/integration/callbacks/test_arbitrary_callbacks.py::test_arb006_multi_set_props": 0.911,
"tests/integration/callbacks/test_arbitrary_callbacks.py::test_arb007_clientside_no_output": 0.75,
"tests/integration/callbacks/test_arbitrary_callbacks.py::test_arb008_set_props_chain_cb": 1.267,
"tests/integration/callbacks/test_basic_callback.py::test_cbsc001_simple_callback": 2.321,
"tests/integration/callbacks/test_basic_callback.py::test_cbsc002_callbacks_generating_children": 0.941,
"tests/integration/callbacks/test_basic_callback.py::test_cbsc003_callback_with_unloaded_async_component": 0.869,
"tests/integration/callbacks/test_basic_callback.py::test_cbsc004_callback_using_unloaded_async_component": 2.38,
"tests/integration/callbacks/test_basic_callback.py::test_cbsc005_children_types[json]": 1.408,
"tests/integration/callbacks/test_basic_callback.py::test_cbsc005_children_types[orjson]": 1.419,
"tests/integration/callbacks/test_basic_callback.py::test_cbsc006_array_of_objects[json]": 1.993,
"tests/integration/callbacks/test_basic_callback.py::test_cbsc006_array_of_objects[orjson]": 1.981,
"tests/integration/callbacks/test_basic_callback.py::test_cbsc007_parallel_updates[False]": 1.122,
"tests/integration/callbacks/test_basic_callback.py::test_cbsc007_parallel_updates[True]": 1.052,
"tests/integration/callbacks/test_basic_callback.py::test_cbsc008_wildcard_prop_callbacks": 2.326,
"tests/integration/callbacks/test_basic_callback.py::test_cbsc009_callback_using_unloaded_async_component_and_graph": 1.234,
"tests/integration/callbacks/test_basic_callback.py::test_cbsc010_event_properties": 0.959,
"tests/integration/callbacks/test_basic_callback.py::test_cbsc011_one_call_for_multiple_outputs_initial": 0.759,
"tests/integration/callbacks/test_basic_callback.py::test_cbsc012_one_call_for_multiple_outputs_update": 0.939,
"tests/integration/callbacks/test_basic_callback.py::test_cbsc013_multi_output_out_of_order": 0.973,
"tests/integration/callbacks/test_basic_callback.py::test_cbsc014_multiple_properties_update_at_same_time_on_same_component": 1.05,
"tests/integration/callbacks/test_basic_callback.py::test_cbsc015_input_output_callback": 0.843,
"tests/integration/callbacks/test_basic_callback.py::test_cbsc016_extra_components_callback": 1.588,
"tests/integration/callbacks/test_basic_callback.py::test_cbsc017_callback_directly_callable": 0.025,
"tests/integration/callbacks/test_basic_callback.py::test_cbsc018_callback_ndarray_output": 0.861,
"tests/integration/callbacks/test_basic_callback.py::test_cbsc019_callback_running": 0.919,
"tests/integration/callbacks/test_basic_callback.py::test_cbsc020_callback_running_non_existing_component": 0.923,
"tests/integration/callbacks/test_basic_callback.py::test_cbsc021_callback_running_non_existing_component": 3.151,
"tests/integration/callbacks/test_callback_context.py::test_cbcx001_modified_response": 0.836,
"tests/integration/callbacks/test_callback_context.py::test_cbcx002_triggered": 2.395,
"tests/integration/callbacks/test_callback_context.py::test_cbcx003_no_callback_context": 0.0,
"tests/integration/callbacks/test_callback_context.py::test_cbcx004_triggered_backward_compat": 0.864,
"tests/integration/callbacks/test_callback_context.py::test_cbcx005_grouped_clicks": 0.0,
"tests/integration/callbacks/test_callback_context.py::test_cbcx006_initial_callback_predecessor": 1.217,
"tests/integration/callbacks/test_callback_context.py::test_cbcx007_triggered_id": 2.463,
"tests/integration/callbacks/test_callback_context.py::test_cbcx008_triggered_id_pmc": 0.924,
"tests/integration/callbacks/test_callback_error.py::test_cber001_error_handler": 1.148,
"tests/integration/callbacks/test_callback_optional.py::test_cbop001_optional_input": 1.087,
"tests/integration/callbacks/test_callback_optional.py::test_cbop002_optional_state": 1.083,
"tests/integration/callbacks/test_dynamic_callback.py::test_dyn003_dynamic_callback_import_library": 0.928,
"tests/integration/callbacks/test_dynamic_callback.py::test_dync001_dynamic_callback": 1.114,
"tests/integration/callbacks/test_dynamic_callback.py::test_dync002_dynamic_callback_without_element": 0.93,
"tests/integration/callbacks/test_global_dash_callback.py::test_dash_callback_001": 0.892,
"tests/integration/callbacks/test_layout_paths_with_callbacks.py::test_cblp001_radio_buttons_callbacks_generating_children": 4.059,
"tests/integration/callbacks/test_malformed_request.py::test_cbmf001_bad_output_outputs": 0.646,
"tests/integration/callbacks/test_missing_inputs.py::test_cbmi001_all_missing_inputs": 1.05,
"tests/integration/callbacks/test_missing_inputs.py::test_cbmi002_follow_on_to_two_skipped_callbacks": 0.921,
"tests/integration/callbacks/test_missing_inputs.py::test_cbmi003_some_missing_inputs": 1.031,
"tests/integration/callbacks/test_missing_inputs.py::test_cbmi004_some_missing_outputs": 0.906,
"tests/integration/callbacks/test_missing_inputs.py::test_cbmi005_all_multi_wildcards_with_output": 1.137,
"tests/integration/callbacks/test_missing_inputs.py::test_cbmi006_all_multi_wildcards_no_outputs": 1.06,
"tests/integration/callbacks/test_missing_inputs.py::test_cbmi007_all_multi_wildcards_some_outputs": 1.205,
"tests/integration/callbacks/test_missing_inputs.py::test_cbmi008_multi_wildcards_and_simple_all_missing": 1.06,
"tests/integration/callbacks/test_missing_inputs.py::test_cbmi009_match_wildcards_all_missing": 0.927,
"tests/integration/callbacks/test_missing_outputs.py::test_cbmo001_all_output[False]": 2.007,
"tests/integration/callbacks/test_missing_outputs.py::test_cbmo001_all_output[True]": 1.9,
"tests/integration/callbacks/test_missing_outputs.py::test_cbmo002_all_and_match_output[False]": 4.359,
"tests/integration/callbacks/test_missing_outputs.py::test_cbmo002_all_and_match_output[True]": 4.278,
"tests/integration/callbacks/test_missing_outputs.py::test_cbmo003_multi_all": 3.157,
"tests/integration/callbacks/test_missing_outputs.py::test_cbmo004_removing_element_while_waiting_to_update": 1.131,
"tests/integration/callbacks/test_missing_outputs.py::test_cbmo005_no_update_single_to_multi": 1.867,
"tests/integration/callbacks/test_multiple_callbacks.py::test_cbmt001_called_multiple_times_and_out_of_order": 4.02,
"tests/integration/callbacks/test_multiple_callbacks.py::test_cbmt002_canceled_intermediate_callback": 2.106,
"tests/integration/callbacks/test_multiple_callbacks.py::test_cbmt003_chain_with_table": 1.272,
"tests/integration/callbacks/test_multiple_callbacks.py::test_cbmt004_chain_with_sliders[False]": 1.163,
"tests/integration/callbacks/test_multiple_callbacks.py::test_cbmt004_chain_with_sliders[True]": 1.181,
"tests/integration/callbacks/test_multiple_callbacks.py::test_cbmt005_multi_converging_chain": 1.099,
"tests/integration/callbacks/test_multiple_callbacks.py::test_cbmt006_derived_props": 0.953,
"tests/integration/callbacks/test_multiple_callbacks.py::test_cbmt007_early_preventupdate_inputs_above_below": 0.875,
"tests/integration/callbacks/test_multiple_callbacks.py::test_cbmt008_direct_chain": 1.065,
"tests/integration/callbacks/test_multiple_callbacks.py::test_cbmt009_branched_chain": 1.561,
"tests/integration/callbacks/test_multiple_callbacks.py::test_cbmt010_shared_grandparent": 0.751,
"tests/integration/callbacks/test_multiple_callbacks.py::test_cbmt011_callbacks_triggered_on_generated_output": 0.923,
"tests/integration/callbacks/test_multiple_callbacks.py::test_cbmt012_initialization_with_overlapping_outputs[False]": 0.85,
"tests/integration/callbacks/test_multiple_callbacks.py::test_cbmt012_initialization_with_overlapping_outputs[True]": 0.76,
"tests/integration/callbacks/test_multiple_callbacks.py::test_cbmt013_chained_callback_should_be_blocked": 0.922,
"tests/integration/callbacks/test_prevent_initial.py::test_cbpi001_prevent_initial_call[flavor0]": 1.039,
"tests/integration/callbacks/test_prevent_initial.py::test_cbpi001_prevent_initial_call[flavor1]": 0.755,
"tests/integration/callbacks/test_prevent_initial.py::test_cbpi001_prevent_initial_call[flavor2]": 1.129,
"tests/integration/callbacks/test_prevent_initial.py::test_cbpi001_prevent_initial_call[flavor3]": 0.787,
"tests/integration/callbacks/test_prevent_initial.py::test_cbpi001_prevent_initial_call[flavor4]": 1.138,
"tests/integration/callbacks/test_prevent_initial.py::test_cbpi002_pattern_matching[flavor0]": 1.162,
"tests/integration/callbacks/test_prevent_initial.py::test_cbpi002_pattern_matching[flavor1]": 0.757,
"tests/integration/callbacks/test_prevent_initial.py::test_cbpi002_pattern_matching[flavor2]": 1.084,
"tests/integration/callbacks/test_prevent_initial.py::test_cbpi002_pattern_matching[flavor3]": 0.858,
"tests/integration/callbacks/test_prevent_initial.py::test_cbpi002_pattern_matching[flavor4]": 1.148,
"tests/integration/callbacks/test_prevent_initial.py::test_cbpi003_multi_outputs[flavor0]": 1.067,
"tests/integration/callbacks/test_prevent_initial.py::test_cbpi003_multi_outputs[flavor1]": 1.244,
"tests/integration/callbacks/test_prevent_initial.py::test_cbpi003_multi_outputs[flavor2]": 1.161,
"tests/integration/callbacks/test_prevent_initial.py::test_cbpi003_multi_outputs[flavor3]": 1.347,
"tests/integration/callbacks/test_prevent_initial.py::test_cbpi003_multi_outputs[flavor4]": 1.177,
"tests/integration/callbacks/test_prevent_initial.py::test_cbpi004_positional_arg": 0.97,
"tests/integration/callbacks/test_prevent_update.py::test_cbpu001_aborted_callback": 0.859,
"tests/integration/callbacks/test_prevent_update.py::test_cbpu002_multi_output_no_update": 3.206,
"tests/integration/callbacks/test_prevent_update.py::test_cbpu003_no_update_chains": 1.395,
"tests/integration/callbacks/test_validation.py::test_cbva001_callback_dep_types": 0.023,
"tests/integration/callbacks/test_validation.py::test_cbva002_callback_return_validation": 0.014,
"tests/integration/callbacks/test_validation.py::test_cbva003_list_single_output": 0.737,
"tests/integration/callbacks/test_validation.py::test_cbva004_named_args[False-False-False]": 0.857,
"tests/integration/callbacks/test_validation.py::test_cbva004_named_args[False-False-True]": 0.854,
"tests/integration/callbacks/test_validation.py::test_cbva004_named_args[True-True-False]": 0.844,
"tests/integration/callbacks/test_validation.py::test_cbva004_named_args[True-True-True]": 0.846,
"tests/integration/callbacks/test_validation.py::test_cbva005_tuple_args": 0.749,
"tests/integration/callbacks/test_wildcards.py::test_cbwc001_todo_app[False]": 5.245,
"tests/integration/callbacks/test_wildcards.py::test_cbwc001_todo_app[True]": 5.329,
"tests/integration/callbacks/test_wildcards.py::test_cbwc002_fibonacci_app[False]": 3.826,
"tests/integration/callbacks/test_wildcards.py::test_cbwc002_fibonacci_app[True]": 1.643,
"tests/integration/callbacks/test_wildcards.py::test_cbwc003_same_keys": 1.433,
"tests/integration/callbacks/test_wildcards.py::test_cbwc004_layout_chunk_changed_props": 1.143,
"tests/integration/callbacks/test_wildcards.py::test_cbwc005_callbacks_count": 2.016,
"tests/integration/callbacks/test_wildcards.py::test_cbwc006_grouping_callbacks": 1.334,
"tests/integration/callbacks/test_wildcards.py::test_cbwc007_pmc_update_subtree_ordering": 1.518,
"tests/integration/callbacks/test_wildcards.py::test_cbwc008_running_match": 1.147,
"tests/integration/clientside/test_clientside.py::test_clsd001_simple_clientside_serverside_callback": 0.94,
"tests/integration/clientside/test_clientside.py::test_clsd002_chained_serverside_clientside_callbacks": 1.164,
"tests/integration/clientside/test_clientside.py::test_clsd003_clientside_exceptions_halt_subsequent_updates": 0.739,
"tests/integration/clientside/test_clientside.py::test_clsd004_clientside_multiple_outputs": 0.837,
"tests/integration/clientside/test_clientside.py::test_clsd006_PreventUpdate": 0.848,
"tests/integration/clientside/test_clientside.py::test_clsd007_no_update": 0.741,
"tests/integration/clientside/test_clientside.py::test_clsd008_clientside_inline_source": 1.043,
"tests/integration/clientside/test_clientside.py::test_clsd009_clientside_callback_context_triggered": 1.065,
"tests/integration/clientside/test_clientside.py::test_clsd010_clientside_callback_context_inputs": 9.759,
"tests/integration/clientside/test_clientside.py::test_clsd011_clientside_callback_context_inputs_list": 0.863,
"tests/integration/clientside/test_clientside.py::test_clsd012_clientside_callback_context_states": 1.338,
"tests/integration/clientside/test_clientside.py::test_clsd013_clientside_callback_context_states_list": 0.85,
"tests/integration/clientside/test_clientside.py::test_clsd014_input_output_callback": 0.843,
"tests/integration/clientside/test_clientside.py::test_clsd015_clientside_chained_callbacks_returning_promise": 1.494,
"tests/integration/clientside/test_clientside.py::test_clsd016_serverside_clientside_shared_input_with_promise": 0.86,
"tests/integration/clientside/test_clientside.py::test_clsd017_clientside_serverside_shared_input_with_promise": 0.887,
"tests/integration/clientside/test_clientside.py::test_clsd018_clientside_inline_async_function": 0.888,
"tests/integration/clientside/test_clientside.py::test_clsd019_clientside_inline_promise": 0.865,
"tests/integration/clientside/test_clientside.py::test_clsd020_clientside_callback_context_triggered_id": 0.753,
"tests/integration/clientside/test_clientside.py::test_clsd021_simple_clientside_module_serverside_callback": 1.04,
"tests/integration/clientside/test_clientside.py::test_clsd022_clientside_pattern_matching_dots": 0.762,
"tests/integration/clientside/test_clientside_functions.py::test_sp001_clientside_setprops": 0.931,
"tests/integration/clientside/test_clientside_multiple_output_return_single_no_update.py::test_cmorsnu001_clientside_multiple_output_return_single_no_update": 0.848,
"tests/integration/clientside/test_clientside_outputs_list.py::test_clol001_clientside_outputs_list_by_single_output": 0.756,
"tests/integration/clientside/test_clientside_outputs_list.py::test_clol002_clientside_outputs_list_by_multiple_output1": 0.871,
"tests/integration/clientside/test_clientside_outputs_list.py::test_clol003_clientside_outputs_list_by_multiple_output2": 0.851,
"tests/integration/clientside/test_clientside_outputs_list.py::test_clol004_clientside_outputs_list_by_no_output": 0.846,
"tests/integration/clientside/test_clientside_restarts.py::test_clrs001_clientside_inline_restarts": 0.0,
"tests/integration/dash_assets/test_assets_path_ignore.py::test_api001_assets_path_ignore": 0.852,
"tests/integration/dash_assets/test_dash_assets.py::test_dada001_assets": 0.85,
"tests/integration/dash_assets/test_dash_assets.py::test_dada002_external_files_init": 1.007,
"tests/integration/dash_assets/test_dash_assets.py::test_dada003_external_resources_with_attributes": 0.748,
"tests/integration/dash_assets/test_dash_assets.py::test_dada004_external_scripts_init_with_attributes": 0.933,
"tests/integration/devtools/test_callback_timing.py::test_dvct001_callback_timing": 1.126,
"tests/integration/devtools/test_callback_validation.py::test_dvcv001_blank": 1.071,
"tests/integration/devtools/test_callback_validation.py::test_dvcv002_blank_id_prop": 1.559,
"tests/integration/devtools/test_callback_validation.py::test_dvcv003_duplicate_outputs_same_callback": 1.066,
"tests/integration/devtools/test_callback_validation.py::test_dvcv004_duplicate_outputs_across_callbacks": 1.573,
"tests/integration/devtools/test_callback_validation.py::test_dvcv005_input_output_overlap": 1.066,
"tests/integration/devtools/test_callback_validation.py::test_dvcv006_inconsistent_wildcards": 1.61,
"tests/integration/devtools/test_callback_validation.py::test_dvcv007_disallowed_ids": 1.575,
"tests/integration/devtools/test_callback_validation.py::test_dvcv008_wrong_callback_id": 1.609,
"tests/integration/devtools/test_callback_validation.py::test_dvcv009_suppress_callback_exceptions": 1.108,
"tests/integration/devtools/test_callback_validation.py::test_dvcv010_bad_props": 2.134,
"tests/integration/devtools/test_callback_validation.py::test_dvcv011_duplicate_outputs_simple": 1.054,
"tests/integration/devtools/test_callback_validation.py::test_dvcv012_circular_2_step": 1.106,
"tests/integration/devtools/test_callback_validation.py::test_dvcv013_circular_3_step": 1.162,
"tests/integration/devtools/test_callback_validation.py::test_dvcv014_multipage_errors": 1.595,
"tests/integration/devtools/test_callback_validation.py::test_dvcv015_multipage_validation_layout[attribute]": 1.512,
"tests/integration/devtools/test_callback_validation.py::test_dvcv015_multipage_validation_layout[function]": 1.415,
"tests/integration/devtools/test_callback_validation.py::test_dvcv015_multipage_validation_layout[suppress]": 1.528,
"tests/integration/devtools/test_callback_validation.py::test_dvcv016_circular_with_input_output": 1.279,
"tests/integration/devtools/test_devtools_error_handling.py::test_dveh001_python_errors": 1.253,
"tests/integration/devtools/test_devtools_error_handling.py::test_dveh002_prevent_update_not_in_error_msg": 1.441,
"tests/integration/devtools/test_devtools_error_handling.py::test_dveh003_validation_errors_in_place": 3.369,
"tests/integration/devtools/test_devtools_error_handling.py::test_dveh004_validation_errors_creation": 1.434,
"tests/integration/devtools/test_devtools_error_handling.py::test_dveh005_multiple_outputs": 1.464,
"tests/integration/devtools/test_devtools_error_handling.py::test_dveh006_long_python_errors": 1.705,
"tests/integration/devtools/test_devtools_ui.py::test_dvui001_disable_props_check_config": 2.317,
"tests/integration/devtools/test_devtools_ui.py::test_dvui002_disable_ui_config": 3.066,
"tests/integration/devtools/test_devtools_ui.py::test_dvui003_callback_graph": 6.913,
"tests/integration/devtools/test_devtools_ui.py::test_dvui004_width_props": 4.113,
"tests/integration/devtools/test_devtools_ui.py::test_dvui005_undo_redo": 1.763,
"tests/integration/devtools/test_devtools_ui.py::test_dvui006_no_undo_redo": 0.917,
"tests/integration/devtools/test_devtools_ui.py::test_dvui007_other_before_request_func": 1.424,
"tests/integration/devtools/test_hot_reload.py::test_dvhr001_hot_reload": 10.25,
"tests/integration/devtools/test_props_check.py::test_dvpc001_prop_check_errors_with_path": 0.0,
"tests/integration/multi_page/test_pages_layout.py::test_pala001_layout": 2.873,
"tests/integration/multi_page/test_pages_layout.py::test_pala002_meta_tags_default": 0.867,
"tests/integration/multi_page/test_pages_layout.py::test_pala003_meta_tags_custom": 0.882,
"tests/integration/multi_page/test_pages_layout.py::test_pala004_no_layout_exception": 0.015,
"tests/integration/multi_page/test_pages_layout.py::test_pala005_routing_inputs": 1.537,
"tests/integration/multi_page/test_pages_layout.py::test_pala006_pages_external_library": 0.959,
"tests/integration/multi_page/test_pages_layout.py::test_pala007_app_title_discription": 0.813,
"tests/integration/multi_page/test_pages_order.py::test_paor001_order": 1.813,
"tests/integration/multi_page/test_pages_relative_path.py::test_pare001_relative_path": 3.036,
"tests/integration/multi_page/test_pages_relative_path.py::test_pare002_relative_path_with_url_base_pathname": 2.752,
"tests/integration/multi_page/test_pages_relative_path.py::test_pare003_absolute_path": 1.939,
"tests/integration/renderer/test_add_receive_props.py::test_rdarp001_add_receive_props": 1.222,
"tests/integration/renderer/test_array_of_exact_or_shape_with_node_prop_assign_none.py::test_aoeoswnpsn001_array_of_exact_or_shape_with_node_prop_assign_none": 0.838,
"tests/integration/renderer/test_children_reorder.py::test_roc001_reorder_children": 1.835,
"tests/integration/renderer/test_component_as_prop.py::test_rdcap001_component_as_prop": 6.298,
"tests/integration/renderer/test_component_as_prop.py::test_rdcap002_component_as_props_dynamic_id": 1.421,
"tests/integration/renderer/test_component_as_prop.py::test_rdcap003_side_effect_regression": 0.987,
"tests/integration/renderer/test_component_as_prop.py::test_rdcap004_side_effect_same_component": 0.957,
"tests/integration/renderer/test_dependencies.py::test_rddp001_dependencies_on_components_that_dont_exist": 0.994,
"tests/integration/renderer/test_descendant_listening.py::test_dcl001_descendant_tabs": 1.01,
"tests/integration/renderer/test_due_diligence.py::test_rddd001_initial_state": 0.915,
"tests/integration/renderer/test_due_diligence.py::test_rddd002_falsy_child[0]": 0.842,
"tests/integration/renderer/test_due_diligence.py::test_rddd002_falsy_child[child1]": 0.831,
"tests/integration/renderer/test_external_component.py::test_rext001_render_external_component": 1.102,
"tests/integration/renderer/test_external_component.py::test_rext002_render_external_component_temp": 2.737,
"tests/integration/renderer/test_iframe.py::test_rdif001_sandbox_allow_scripts": 1.368,
"tests/integration/renderer/test_loading_states.py::test_rdls001_multi_loading_components": 1.448,
"tests/integration/renderer/test_loading_states.py::test_rdls002_chained_loading_states": 1.314,
"tests/integration/renderer/test_loading_states.py::test_rdls003_update_title[kwargs0-Updating...-False]": 0.988,
"tests/integration/renderer/test_loading_states.py::test_rdls003_update_title[kwargs1-Dash-False]": 0.948,
"tests/integration/renderer/test_loading_states.py::test_rdls003_update_title[kwargs2-Dash-False]": 0.911,
"tests/integration/renderer/test_loading_states.py::test_rdls003_update_title[kwargs3-Hello World-False]": 0.983,
"tests/integration/renderer/test_loading_states.py::test_rdls003_update_title[kwargs4-Updating...-True]": 1.022,
"tests/integration/renderer/test_loading_states.py::test_rdls003_update_title[kwargs5-Dash-True]": 1.103,
"tests/integration/renderer/test_loading_states.py::test_rdls003_update_title[kwargs6-Dash-True]": 1.118,
"tests/integration/renderer/test_loading_states.py::test_rdls003_update_title[kwargs7-Hello World-True]": 1.111,
"tests/integration/renderer/test_loading_states.py::test_rdls004_update_title_chained_callbacks[Custom Update Title]": 0.903,
"tests/integration/renderer/test_loading_states.py::test_rdls004_update_title_chained_callbacks[None]": 0.979,
"tests/integration/renderer/test_multi_output.py::test_rdmo001_single_input_multi_outputs_on_multiple_components": 26.558,
"tests/integration/renderer/test_multi_output.py::test_rdmo002_multi_outputs_on_single_component": 1.024,
"tests/integration/renderer/test_multi_output.py::test_rdmo003_single_output_as_multi": 0.951,
"tests/integration/renderer/test_multi_output.py::test_rdmo004_multi_output_circular_dependencies": 1.147,
"tests/integration/renderer/test_multi_output.py::test_rdmo005_set_props_behavior": 1.087,
"tests/integration/renderer/test_persistence.py::test_rdps001_local_reload": 2.486,
"tests/integration/renderer/test_persistence.py::test_rdps002_session_reload": 1.204,
"tests/integration/renderer/test_persistence.py::test_rdps003_memory_reload": 1.2,
"tests/integration/renderer/test_persistence.py::test_rdps004_show_hide": 1.554,
"tests/integration/renderer/test_persistence.py::test_rdps005_persisted_props": 1.288,
"tests/integration/renderer/test_persistence.py::test_rdps006_move_on_page": 12.024,
"tests/integration/renderer/test_persistence.py::test_rdps007_one_prop_changed": 6.886,
"tests/integration/renderer/test_persistence.py::test_rdps008_unsaved_part_changed": 5.349,
"tests/integration/renderer/test_persistence.py::test_rdps009_clear_prop_callback": 1.207,
"tests/integration/renderer/test_persistence.py::test_rdps010_toggle_persistence": 2.301,
"tests/integration/renderer/test_persistence.py::test_rdps011_toggle_persistence2": 2.275,
"tests/integration/renderer/test_persistence.py::test_rdps012_pattern_matching": 4.956,
"tests/integration/renderer/test_persistence.py::test_rdps013_persisted_props_nested": 1.115,
"tests/integration/renderer/test_persistence.py::test_rdps014_layout_as_list": 2.645,
"tests/integration/renderer/test_race_conditions.py::test_rdrc001_race_conditions[_config,dependencies,layout,update-component]": 2.435,
"tests/integration/renderer/test_race_conditions.py::test_rdrc001_race_conditions[_config,dependencies,update-component,layout]": 2.622,
"tests/integration/renderer/test_race_conditions.py::test_rdrc001_race_conditions[_config,layout,dependencies,update-component]": 2.456,
"tests/integration/renderer/test_race_conditions.py::test_rdrc001_race_conditions[_config,layout,update-component,dependencies]": 2.565,
"tests/integration/renderer/test_race_conditions.py::test_rdrc001_race_conditions[_config,update-component,dependencies,layout]": 2.131,
"tests/integration/renderer/test_race_conditions.py::test_rdrc001_race_conditions[_config,update-component,layout,dependencies]": 2.16,
"tests/integration/renderer/test_race_conditions.py::test_rdrc001_race_conditions[dependencies,_config,layout,update-component]": 2.435,
"tests/integration/renderer/test_race_conditions.py::test_rdrc001_race_conditions[dependencies,_config,update-component,layout]": 2.641,
"tests/integration/renderer/test_race_conditions.py::test_rdrc001_race_conditions[dependencies,layout,_config,update-component]": 2.155,
"tests/integration/renderer/test_race_conditions.py::test_rdrc001_race_conditions[dependencies,layout,update-component,_config]": 2.229,
"tests/integration/renderer/test_race_conditions.py::test_rdrc001_race_conditions[dependencies,update-component,_config,layout]": 2.122,
"tests/integration/renderer/test_race_conditions.py::test_rdrc001_race_conditions[dependencies,update-component,layout,_config]": 1.924,
"tests/integration/renderer/test_race_conditions.py::test_rdrc001_race_conditions[layout,_config,dependencies,update-component]": 2.321,
"tests/integration/renderer/test_race_conditions.py::test_rdrc001_race_conditions[layout,_config,update-component,dependencies]": 2.662,
"tests/integration/renderer/test_race_conditions.py::test_rdrc001_race_conditions[layout,dependencies,_config,update-component]": 2.251,
"tests/integration/renderer/test_race_conditions.py::test_rdrc001_race_conditions[layout,dependencies,update-component,_config]": 2.243,
"tests/integration/renderer/test_race_conditions.py::test_rdrc001_race_conditions[layout,update-component,_config,dependencies]": 2.138,
"tests/integration/renderer/test_race_conditions.py::test_rdrc001_race_conditions[layout,update-component,dependencies,_config]": 1.833,
"tests/integration/renderer/test_race_conditions.py::test_rdrc001_race_conditions[update-component,_config,dependencies,layout]": 2.143,
"tests/integration/renderer/test_race_conditions.py::test_rdrc001_race_conditions[update-component,_config,layout,dependencies]": 2.122,
"tests/integration/renderer/test_race_conditions.py::test_rdrc001_race_conditions[update-component,dependencies,_config,layout]": 2.129,
"tests/integration/renderer/test_race_conditions.py::test_rdrc001_race_conditions[update-component,dependencies,layout,_config]": 1.953,
"tests/integration/renderer/test_race_conditions.py::test_rdrc001_race_conditions[update-component,layout,_config,dependencies]": 2.127,
"tests/integration/renderer/test_race_conditions.py::test_rdrc001_race_conditions[update-component,layout,dependencies,_config]": 1.935,
"tests/integration/renderer/test_redraw.py::test_rdraw001_redraw": 2.008,
"tests/integration/renderer/test_render_type.py::test_rtype001_rendertype": 1.288,
"tests/integration/renderer/test_request_hooks.py::test_rdrh001_request_hooks": 1.648,
"tests/integration/renderer/test_request_hooks.py::test_rdrh002_with_custom_renderer_interpolated": 1.591,
"tests/integration/renderer/test_request_hooks.py::test_rdrh003_refresh_jwt[400]": 1.824,
"tests/integration/renderer/test_request_hooks.py::test_rdrh003_refresh_jwt[401]": 1.899,
"tests/integration/renderer/test_request_hooks.py::test_rdrh004_layout_hooks": 0.833,
"tests/integration/renderer/test_state_and_input.py::test_rdsi001_state_and_inputs": 1.546,
"tests/integration/renderer/test_state_and_input.py::test_rdsi002_event_properties_state_and_inputs": 1.539,
"tests/integration/security/test_injection.py::test_sinj001_url_injection": 0.925,
"tests/integration/security/test_xss.py::test_xss001_banned_protocols": 0.721,
"tests/integration/security/test_xss.py::test_xss002_blank_href": 0.655,
"tests/integration/security/test_xss.py::test_xss003_data_allowed": 0.819,
"tests/integration/test_clientside_patch.py::test_pch_cs001_patch_operations_clientside": 1.815,
"tests/integration/test_clientside_patch.py::test_pch_cs002_patch_operations_set_props": 1.834,
"tests/integration/test_csp.py::test_incs001_csp_hashes_inline_scripts[False-None-expectation0]": 2.817,
"tests/integration/test_csp.py::test_incs001_csp_hashes_inline_scripts[True-sha256-expectation1]": 0.85,
"tests/integration/test_csp.py::test_incs001_csp_hashes_inline_scripts[True-sha384-expectation2]": 0.734,
"tests/integration/test_csp.py::test_incs001_csp_hashes_inline_scripts[True-sha512-expectation3]": 0.83,
"tests/integration/test_csp.py::test_incs001_csp_hashes_inline_scripts[True-sha999-expectation4]": 0.079,
"tests/integration/test_duo.py::test_duo001_wait_for_text_error": 13.787,
"tests/integration/test_duo.py::test_duo002_wait_for_text_value": 1.808,
"tests/integration/test_generation.py::test_gene001_simple_callback": 0.726,
"tests/integration/test_generation.py::test_gene002_arbitrary_resources": 0.938,
"tests/integration/test_generation.py::test_gene003_max_props": 0.001,
"tests/integration/test_generation.py::test_gene004_required_children_prop": 0.001,
"tests/integration/test_hooks.py::test_hook001_layout": 0.718,
"tests/integration/test_hooks.py::test_hook002_setup": 0.012,
"tests/integration/test_hooks.py::test_hook003_route": 0.847,
"tests/integration/test_hooks.py::test_hook004_error": 0.894,
"tests/integration/test_hooks.py::test_hook005_callback": 0.894,
"tests/integration/test_hooks.py::test_hook006_priority_final": 0.815,
"tests/integration/test_hooks.py::test_hook007_hook_index": 0.826,
"tests/integration/test_hooks.py::test_hook008_hook_distributions": 1.044,
"tests/integration/test_hooks.py::test_hook009_hook_clientside_callback": 0.811,
"tests/integration/test_hooks.py::test_hook010_hook_custom_data": 0.792,
"tests/integration/test_hooks.py::test_hook011_devtool_hook": 1.128,
"tests/integration/test_hooks.py::test_hook012_get_app_available_in_hooks_on_routes": 1.516,
"tests/integration/test_integration.py::test_inin003_wildcard_data_attributes": 0.772,
"tests/integration/test_integration.py::test_inin006_meta_tags": 0.733,
"tests/integration/test_integration.py::test_inin007_change_viewport_meta_tag": 0.711,
"tests/integration/test_integration.py::test_inin008_index_customization": 0.718,
"tests/integration/test_integration.py::test_inin009_invalid_index_string": 0.71,
"tests/integration/test_integration.py::test_inin010_func_layout_accepted": 0.818,
"tests/integration/test_integration.py::test_inin017_late_component_register": 0.903,
"tests/integration/test_integration.py::test_inin025_url_base_pathname": 1.818,
"tests/integration/test_integration.py::test_inin026_graphs_in_tabs_do_not_share_state": 2.122,
"tests/integration/test_integration.py::test_inin027_multi_page_without_pages_folder": 1.122,
"tests/integration/test_integration.py::test_inin028_layout_as_list": 1.127,
"tests/integration/test_integration.py::test_inin029_layout_as_list_with_pages": 1.073,
"tests/integration/test_integration.py::test_inin030_add_startup_route": 0.843,
"tests/integration/test_integration.py::test_inin031_initial_value_set_back": 1.287,
"tests/integration/test_integration.py::test_inin_024_port_env_success": 0.715,
"tests/integration/test_legacy_components.py::test_leg001_legacy_pre_component_as_props": 0.704,
"tests/integration/test_pages_redirect_home.py::test_pare001_redirect_home": 0.06,
"tests/integration/test_patch.py::test_pch001_patch_operations": 2.118,
"tests/integration/test_patch.py::test_pch002_patch_app_pmc_callbacks": 0.93,
"tests/integration/test_patch.py::test_pch003_patch_children": 0.874,
"tests/integration/test_patch.py::test_pch004_duplicate_output_restart": 1.572,
"tests/integration/test_patch.py::test_pch005_clientside_duplicate": 0.816,
"tests/integration/test_patch.py::test_pch006_base_operators": 1.165,
"tests/integration/test_patch.py::test_pch007_patch_operations_side_updates": 2.167,
"tests/integration/test_scripts.py::test_scri001_scripts[False]": 2.155,
"tests/integration/test_scripts.py::test_scri001_scripts[True]": 5.709,
"tests/integration/test_scripts.py::test_scri002_scripts_on_request": 5.626
}