-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Expand file tree
/
Copy path.test_durations
More file actions
428 lines (428 loc) · 44.5 KB
/
.test_durations
File metadata and controls
428 lines (428 loc) · 44.5 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
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
{
"tests/integration/button/test_button.py::test_btev001_clicks_and_blur": 38.622,
"tests/integration/button/test_button.py::test_btev002_disabled_button": 1.815,
"tests/integration/button/test_button.py::test_btev003_button_states_visual": 0.799,
"tests/integration/calendar/locales/test_date_picker_locales.py::test_dtps030_french_localization_via_cdn": 2.396,
"tests/integration/calendar/test_a11y_date_picker_range.py::test_a11y_range_001_keyboard_range_selection_with_highlights": 1.257,
"tests/integration/calendar/test_a11y_date_picker_range.py::test_a11y_range_002_keyboard_update_existing_range": 1.203,
"tests/integration/calendar/test_a11y_date_picker_single.py::test_a11y001_label_focuses_date_picker": 0.903,
"tests/integration/calendar/test_a11y_date_picker_single.py::test_a11y002_label_with_htmlFor_can_focus_date_picker": 0.906,
"tests/integration/calendar/test_a11y_date_picker_single.py::test_a11y003_keyboard_navigation_arrows": 0.547,
"tests/integration/calendar/test_a11y_date_picker_single.py::test_a11y004_keyboard_navigation_home_end": 0.817,
"tests/integration/calendar/test_a11y_date_picker_single.py::test_a11y005_keyboard_navigation_home_end_monday_start": 1.07,
"tests/integration/calendar/test_a11y_date_picker_single.py::test_a11y006_keyboard_navigation_rtl": 0.82,
"tests/integration/calendar/test_a11y_date_picker_single.py::test_a11y007_all_keyboard_keys_respect_min_max": 1.794,
"tests/integration/calendar/test_a11y_date_picker_single.py::test_a11y008_all_keyboard_keys_respect_disabled_days": 1.696,
"tests/integration/calendar/test_a11y_date_picker_single.py::test_a11y009_keyboard_space_selects_date": 1.161,
"tests/integration/calendar/test_calendar_props.py::test_cdpr001_date_clearable_true_works": 3.662,
"tests/integration/calendar/test_calendar_props.py::test_cdpr002_updatemodes": 1.159,
"tests/integration/calendar/test_date_picker_persistence.py::test_rdpr001_persisted_dps": 1.493,
"tests/integration/calendar/test_date_picker_persistence.py::test_rdpr002_persisted_dpr": 2.581,
"tests/integration/calendar/test_date_picker_range.py::test_dtpr001_initial_month_provided": 0.835,
"tests/integration/calendar/test_date_picker_range.py::test_dtpr002_no_initial_month_min_date": 0.821,
"tests/integration/calendar/test_date_picker_range.py::test_dtpr003_no_initial_month_no_min_date_start_date": 0.819,
"tests/integration/calendar/test_date_picker_range.py::test_dtpr004_max_and_min_dates_are_clickable": 2.426,
"tests/integration/calendar/test_date_picker_range.py::test_dtpr005_disabled_days_arent_clickable": 3.839,
"tests/integration/calendar/test_date_picker_range.py::test_dtpr006_minimum_nights_forward_selection": 7.418,
"tests/integration/calendar/test_date_picker_range.py::test_dtpr007_minimum_nights_backward_selection": 4.911,
"tests/integration/calendar/test_date_picker_range.py::test_dtpr008_input_click_opens_but_keeps_focus": 4.333,
"tests/integration/calendar/test_date_picker_range.py::test_dtpr030_external_date_range_update": 1.52,
"tests/integration/calendar/test_date_picker_single.py::test_dtps0014_disabed_days_timeout": 1.477,
"tests/integration/calendar/test_date_picker_single.py::test_dtps001_simple_click": 0.825,
"tests/integration/calendar/test_date_picker_single.py::test_dtps010_local_and_session_persistence": 5.012,
"tests/integration/calendar/test_date_picker_single.py::test_dtps011_memory_persistence": 1.975,
"tests/integration/calendar/test_date_picker_single.py::test_dtps012_initial_visible_month": 0.897,
"tests/integration/calendar/test_date_picker_single.py::test_dtps013_min_max_date_allowed": 5.344,
"tests/integration/calendar/test_date_picker_single.py::test_dtps014_disabled_days_arent_clickable": 2.428,
"tests/integration/calendar/test_date_picker_single.py::test_dtps020_renders_date_picker": 1.912,
"tests/integration/calendar/test_date_picker_single.py::test_dtps022_custom_display_format": 0.704,
"tests/integration/calendar/test_date_picker_single.py::test_dtps023_default_display_format": 0.924,
"tests/integration/calendar/test_date_picker_single.py::test_dtps023b_input_validation_and_blur": 1.012,
"tests/integration/calendar/test_date_picker_single.py::test_dtps024_rtl_directionality": 0.845,
"tests/integration/calendar/test_date_picker_single.py::test_dtps025_typing_disabled_day_should_not_trigger_callback": 1.222,
"tests/integration/calendar/test_date_picker_single.py::test_dtps026_input_click_opens_but_keeps_focus": 3.329,
"tests/integration/calendar/test_date_picker_single.py::test_dtps030_external_date_update": 1.372,
"tests/integration/calendar/test_date_picker_single.py::test_dtps031_resize_detector": 1.43,
"tests/integration/calendar/test_multi_month_selection.py::test_dtpr_cross_month_click_selection": 1.577,
"tests/integration/calendar/test_multi_month_selection.py::test_dtpr_cross_month_drag_selection": 1.867,
"tests/integration/calendar/test_multi_month_selection.py::test_dtpr_multi_month_click_in_second_month": 1.797,
"tests/integration/calendar/test_multi_month_selection.py::test_dtpr_multi_month_drag_in_second_month": 2.306,
"tests/integration/calendar/test_multi_month_selection.py::test_dtps_multi_month_click_second_month": 1.562,
"tests/integration/calendar/test_portal.py::test_dppt000_datepicker_single_default": 5.506,
"tests/integration/calendar/test_portal.py::test_dppt001_datepicker_single_with_portal": 6.622,
"tests/integration/calendar/test_portal.py::test_dppt001a_datepicker_range_default": 8.535,
"tests/integration/calendar/test_portal.py::test_dppt002_datepicker_range_with_portal": 8.51,
"tests/integration/calendar/test_portal.py::test_dppt003_datepicker_single_with_fullscreen_portal": 5.509,
"tests/integration/calendar/test_portal.py::test_dppt004_datepicker_range_with_fullscreen_portal": 8.518,
"tests/integration/calendar/test_portal.py::test_dppt005_portal_has_correct_classes": 1.145,
"tests/integration/calendar/test_portal.py::test_dppt006_fullscreen_portal_close_button_keyboard": 1.635,
"tests/integration/calendar/test_portal.py::test_dppt007_portal_close_by_clicking_outside": 1.151,
"tests/integration/clipboard/test_clipboard.py::test_clp001_clipboard_text": 4.655,
"tests/integration/clipboard/test_clipboard.py::test_clp002_clipboard_text": 2.493,
"tests/integration/clipboard/test_clipboard.py::test_clp003_clipboard_text": 2.561,
"tests/integration/clipboard/test_clipboard.py::test_clp004_clipboard_children_and_copied_children": 1.557,
"tests/integration/confirmdialog/test_confirm.py::test_cnfd001_dialog[components0-False-confirms0]": 2.978,
"tests/integration/confirmdialog/test_confirm.py::test_cnfd001_dialog[components0-False-confirms1]": 2.975,
"tests/integration/confirmdialog/test_confirm.py::test_cnfd001_dialog[components0-False-confirms2]": 2.87,
"tests/integration/confirmdialog/test_confirm.py::test_cnfd001_dialog[components0-False-confirms3]": 2.862,
"tests/integration/confirmdialog/test_confirm.py::test_cnfd001_dialog[components0-True-confirms0]": 3.014,
"tests/integration/confirmdialog/test_confirm.py::test_cnfd001_dialog[components0-True-confirms1]": 3.023,
"tests/integration/confirmdialog/test_confirm.py::test_cnfd001_dialog[components0-True-confirms2]": 3.032,
"tests/integration/confirmdialog/test_confirm.py::test_cnfd001_dialog[components0-True-confirms3]": 3.035,
"tests/integration/confirmdialog/test_confirm.py::test_cnfd001_dialog[components1-False-confirms0]": 2.826,
"tests/integration/confirmdialog/test_confirm.py::test_cnfd001_dialog[components1-False-confirms1]": 2.818,
"tests/integration/confirmdialog/test_confirm.py::test_cnfd001_dialog[components1-False-confirms2]": 2.716,
"tests/integration/confirmdialog/test_confirm.py::test_cnfd001_dialog[components1-False-confirms3]": 2.816,
"tests/integration/confirmdialog/test_confirm.py::test_cnfd001_dialog[components1-True-confirms0]": 3.04,
"tests/integration/confirmdialog/test_confirm.py::test_cnfd001_dialog[components1-True-confirms1]": 2.942,
"tests/integration/confirmdialog/test_confirm.py::test_cnfd001_dialog[components1-True-confirms2]": 3.043,
"tests/integration/confirmdialog/test_confirm.py::test_cnfd001_dialog[components1-True-confirms3]": 2.942,
"tests/integration/confirmdialog/test_confirm.py::test_cnfd002_injected_confirm": 1.786,
"tests/integration/download/test_download.py::test_dltx001_download_text": 0.787,
"tests/integration/download/test_download_dataframe.py::test_dldf001_download_dataframe[csv]": 0.888,
"tests/integration/download/test_download_dataframe.py::test_dldf001_download_dataframe[feather]": 0.886,
"tests/integration/download/test_download_dataframe.py::test_dldf001_download_dataframe[html]": 0.785,
"tests/integration/download/test_download_dataframe.py::test_dldf001_download_dataframe[json]": 0.884,
"tests/integration/download/test_download_dataframe.py::test_dldf001_download_dataframe[parquet]": 0.878,
"tests/integration/download/test_download_dataframe.py::test_dldf001_download_dataframe[pickle]": 0.882,
"tests/integration/download/test_download_dataframe.py::test_dldf001_download_dataframe[stata]": 0.795,
"tests/integration/download/test_download_file.py::test_dlfi001_download_file": 0.873,
"tests/integration/dropdown/test_a11y.py::test_a11y001_label_focuses_dropdown": 4.018,
"tests/integration/dropdown/test_a11y.py::test_a11y002_label_with_htmlFor_can_focus_dropdown": 3.31,
"tests/integration/dropdown/test_a11y.py::test_a11y003_keyboard_navigation": 3.706,
"tests/integration/dropdown/test_a11y.py::test_a11y003b_keyboard_navigation_not_searchable": 3.819,
"tests/integration/dropdown/test_a11y.py::test_a11y004_selection_visibility_single": 0.704,
"tests/integration/dropdown/test_a11y.py::test_a11y005_selection_visibility_multi": 0.809,
"tests/integration/dropdown/test_a11y.py::test_a11y006_multi_select_keyboard_focus_retention": 1.21,
"tests/integration/dropdown/test_a11y.py::test_a11y007_opens_and_closes_without_races": 2.823,
"tests/integration/dropdown/test_a11y.py::test_a11y008_home_end_pageup_pagedown_navigation": 0.808,
"tests/integration/dropdown/test_a11y.py::test_a11y009_enter_on_search_selects_first_option_multi": 1.176,
"tests/integration/dropdown/test_a11y.py::test_a11y010_enter_on_search_selects_first_option_single": 1.052,
"tests/integration/dropdown/test_a11y.py::test_a11y011_enter_on_search_no_deselect_when_not_clearable": 0.816,
"tests/integration/dropdown/test_a11y.py::test_a11y012_typing_on_trigger_opens_dropdown_with_search": 0.912,
"tests/integration/dropdown/test_a11y.py::test_a11y013_enter_on_search_after_reopen_selects_correctly": 1.448,
"tests/integration/dropdown/test_clearable_false.py::test_ddcf001_clearable_false_single": 3.214,
"tests/integration/dropdown/test_clearable_false.py::test_ddcf001b_delete_backspace_keys_clearable_false": 0.811,
"tests/integration/dropdown/test_clearable_false.py::test_ddcf001c_delete_backspace_keys_clearable_true": 1.171,
"tests/integration/dropdown/test_clearable_false.py::test_ddcf002_clearable_false_multi": 3.52,
"tests/integration/dropdown/test_dropdown_debounce.py::test_ddde001_dropdown_debounce": 1.042,
"tests/integration/dropdown/test_dropdown_radioitems_checklist_shorthands.py::test_ddsh001_test_dropdown_radioitems_checklist_shorthands": 0.816,
"tests/integration/dropdown/test_dynamic_options.py::test_dddo001_dynamic_options": 1.242,
"tests/integration/dropdown/test_dynamic_options.py::test_dddo002_array_comma_value": 0.811,
"tests/integration/dropdown/test_dynamic_options.py::test_dddo003_value_no_options": 0.805,
"tests/integration/dropdown/test_dynamic_options.py::test_dddo004_dynamic_value_search": 1.489,
"tests/integration/dropdown/test_localization.py::test_ddlo001_translations": 1.308,
"tests/integration/dropdown/test_localization.py::test_ddlo002_partial_translations": 1.211,
"tests/integration/dropdown/test_remove_option.py::test_ddro001_remove_option_single[False]": 0.915,
"tests/integration/dropdown/test_remove_option.py::test_ddro001_remove_option_single[True]": 0.82,
"tests/integration/dropdown/test_remove_option.py::test_ddro002_remove_option_multi[False]": 0.817,
"tests/integration/dropdown/test_remove_option.py::test_ddro002_remove_option_multi[True]": 0.813,
"tests/integration/dropdown/test_remove_option.py::test_ddro003_remove_option_multiple_dropdowns": 1.002,
"tests/integration/dropdown/test_remove_option.py::test_ddro004_empty_string_not_updated": 0.984,
"tests/integration/dropdown/test_search_value.py::test_ddsv001_search_value": 0.981,
"tests/integration/dropdown/test_styles.py::test_ddst001_cursor_should_be_pointer": 1.315,
"tests/integration/dropdown/test_visibility.py::test_ddvi001_fixed_table": 0.816,
"tests/integration/dropdown/test_visibility.py::test_ddvi002_maxHeight": 0.812,
"tests/integration/geolocation/test_geolocation.py::test_geol001_position": 1.821,
"tests/integration/graph/test_graph_basics.py::test_grbs001_graph_without_ids[False]": 0.709,
"tests/integration/graph/test_graph_basics.py::test_grbs001_graph_without_ids[True]": 6.32,
"tests/integration/graph/test_graph_basics.py::test_grbs002_wrapped_graph_has_no_infinite_loop[False]": 2.544,
"tests/integration/graph/test_graph_basics.py::test_grbs002_wrapped_graph_has_no_infinite_loop[True]": 7.937,
"tests/integration/graph/test_graph_basics.py::test_grbs003_graph_wrapped_in_loading_component_does_not_fail": 1.835,
"tests/integration/graph/test_graph_basics.py::test_grbs004_graph_loading_state_updates": 1.424,
"tests/integration/graph/test_graph_basics.py::test_grbs005_graph_customdata": 0.0,
"tests/integration/graph/test_graph_basics.py::test_grbs006_graph_update_frames": 2.246,
"tests/integration/graph/test_graph_basics.py::test_grbs007_graph_scatter_lines_customdata": 1.87,
"tests/integration/graph/test_graph_basics.py::test_grbs008_graph_with_empty_figure": 3.929,
"tests/integration/graph/test_graph_purge.py::test_grgp001_clean_purge[False]": 2.545,
"tests/integration/graph/test_graph_purge.py::test_grgp001_clean_purge[True]": 7.715,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-600-600-False-False]": 7.284554924999611,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-600-600-False-None]": 7.214430019000247,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-600-600-False-True]": 6.803961937000167,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-600-600-None-False]": 7.493491317000917,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-600-600-None-None]": 7.347791550000693,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-600-600-None-True]": 7.310973616999945,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-600-600-True-False]": 6.8968877489996885,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-600-600-True-None]": 6.941685961000985,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-600-600-True-True]": 6.4033063329998186,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-600-None-False-False]": 7.296197197000765,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-600-None-False-None]": 7.7309637689995725,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-600-None-False-True]": 6.856384835999961,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-600-None-None-False]": 7.033855409999887,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-600-None-None-None]": 7.1723327750014505,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-600-None-None-True]": 7.248216258998582,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-600-None-True-False]": 7.205802173000848,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-600-None-True-None]": 7.422934485000042,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-600-None-True-True]": 7.31256299099914,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-None-600-False-False]": 7.451688185000421,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-None-600-False-None]": 7.443648510999992,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-None-600-False-True]": 7.367691627999193,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-None-600-None-False]": 7.657604052001261,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-None-600-None-None]": 7.433712416000162,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-None-600-None-True]": 7.536519396000585,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-None-600-True-False]": 7.2315164429992365,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-None-600-True-None]": 7.135000790000049,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-None-600-True-True]": 7.114700159000677,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-None-None-600-600]": 2.165,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-None-None-False-False]": 7.80122638299963,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-None-None-False-None]": 7.861336936999578,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-None-None-False-True]": 7.808372402000714,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-None-None-None-False]": 8.01719757400042,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-None-None-None-None]": 7.813041058999261,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-None-None-None-True]": 7.567784362999191,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-None-None-True-False]": 7.7159110119991965,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-None-None-True-None]": 8.037083686000187,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-None-None-True-True]": 7.684389855000518,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[False-True-True-None-None]": 1.934,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-600-600-False-False]": 5.82275866099917,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-600-600-False-None]": 6.0087271590000455,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-600-600-False-True]": 6.039655221999965,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-600-600-None-False]": 6.074156362000394,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-600-600-None-None]": 6.09133993299929,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-600-600-None-True]": 6.0561844140001995,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-600-600-True-False]": 5.690873995000402,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-600-600-True-None]": 5.801946895999208,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-600-600-True-True]": 5.687949469999694,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-600-None-False-False]": 6.489894251999431,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-600-None-False-None]": 5.687385061999521,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-600-None-False-True]": 6.041331999999784,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-600-None-None-False]": 5.77260293099971,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-600-None-None-None]": 6.216985517000467,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-600-None-None-True]": 5.653733572999954,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-600-None-True-False]": 5.805468708000262,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-600-None-True-None]": 5.908365883999977,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-600-None-True-True]": 6.084631822000119,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-False-False-600-600]": 3.71,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-None-600-False-False]": 6.471105571999942,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-None-600-False-None]": 6.957498449999548,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-None-600-False-True]": 6.372051036999437,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-None-600-None-False]": 6.711550336999608,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-None-600-None-None]": 6.453660960999514,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-None-600-None-True]": 6.1091358700005,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-None-600-True-False]": 6.387604486000782,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-None-600-True-None]": 6.290739175998169,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-None-600-True-True]": 5.924085367999396,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-None-None-False-False]": 5.83051194699965,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-None-None-False-None]": 5.977921568000056,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-None-None-False-True]": 6.011052949999794,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-None-None-None-False]": 7.501756733000548,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-None-None-None-None]": 7.314,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-None-None-None-True]": 6.3077086120001695,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-None-None-True-False]": 6.3224427960003595,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-None-None-True-None]": 5.81624952400125,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[True-None-None-True-True]": 7.2082914850007,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-600-600-False-False]": 7.695677488000911,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-600-600-False-None]": 7.941908481999235,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-600-600-False-True]": 7.580129093000323,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-600-600-None-False]": 7.750337285000569,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-600-600-None-None]": 7.331829526000547,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-600-600-None-True]": 7.566534591999698,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-600-600-True-False]": 8.136083313998824,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-600-600-True-None]": 8.163796986999841,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-600-600-True-True]": 7.949342575000628,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-600-None-False-False]": 8.794751252999959,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-600-None-False-None]": 7.785567480000282,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-600-None-False-True]": 7.717311108001013,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-600-None-None-False]": 8.104114529000071,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-600-None-None-None]": 7.950562424999589,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-600-None-None-True]": 7.838195313000142,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-600-None-True-False]": 7.8246707039998,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-600-None-True-None]": 8.220065619000707,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-600-None-True-True]": 7.698572184001023,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-False-True-None-None]": 2.346,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-None-600-False-False]": 8.50270284799899,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-None-600-False-None]": 8.637397768999108,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-None-600-False-True]": 8.759300188001362,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-None-600-None-False]": 8.883150002000548,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-None-600-None-None]": 8.835384653000801,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-None-600-None-True]": 8.457285718000094,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-None-600-True-False]": 8.091693646999374,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-None-600-True-None]": 8.303008965000117,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-None-600-True-True]": 8.262198350999824,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-None-None-600-600]": 2.475,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-None-None-False-False]": 8.811412665999342,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-None-None-False-None]": 7.984537907000231,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-None-None-False-True]": 8.363506467999287,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-None-None-None-False]": 7.9478049239996835,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-None-None-None-None]": 8.96899504599969,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-None-None-None-True]": 7.5213931280004545,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-None-None-True-False]": 8.83125211800052,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-None-None-True-None]": 8.885810460000357,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-None-None-True-True]": 8.933959553000022,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-True-False-None-None]": 2.382,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-True-True-600-None]": 2.381,
"tests/integration/graph/test_graph_responsive.py::test_grrs001_graph[auto-True-True-None-None]": 2.12,
"tests/integration/graph/test_graph_responsive.py::test_grrs002_responsive_parent_height": 2.273,
"tests/integration/graph/test_graph_responsive.py::test_grrs003_graph": 1.896,
"tests/integration/graph/test_graph_varia.py::test_grva001_candlestick[False]": 4.276,
"tests/integration/graph/test_graph_varia.py::test_grva001_candlestick[True]": 4.63,
"tests/integration/graph/test_graph_varia.py::test_grva002_graphs_with_different_figures[False]": 2.746,
"tests/integration/graph/test_graph_varia.py::test_grva002_graphs_with_different_figures[True]": 4.269,
"tests/integration/graph/test_graph_varia.py::test_grva003_empty_graph[False]": 1.958,
"tests/integration/graph/test_graph_varia.py::test_grva003_empty_graph[True]": 2.518,
"tests/integration/graph/test_graph_varia.py::test_grva004_graph_prepend_trace[False]": 17.862,
"tests/integration/graph/test_graph_varia.py::test_grva004_graph_prepend_trace[True]": 18.526,
"tests/integration/graph/test_graph_varia.py::test_grva005_graph_extend_trace[False]": 17.88,
"tests/integration/graph/test_graph_varia.py::test_grva005_graph_extend_trace[True]": 18.827,
"tests/integration/graph/test_graph_varia.py::test_grva006_unmounted_graph_resize[False]": 0.826,
"tests/integration/graph/test_graph_varia.py::test_grva006_unmounted_graph_resize[True]": 2.617,
"tests/integration/graph/test_graph_varia.py::test_grva007_external_plotlyjs_prevents_lazy[False]": 5.645,
"tests/integration/graph/test_graph_varia.py::test_grva007_external_plotlyjs_prevents_lazy[True]": 7.365,
"tests/integration/graph/test_graph_varia.py::test_grva008_shapes_not_lost": 3.326,
"tests/integration/graph/test_graph_varia.py::test_grva009_originals_maintained_for_responsive_override[False]": 2.336,
"tests/integration/graph/test_graph_varia.py::test_grva009_originals_maintained_for_responsive_override[True]": 2.34,
"tests/integration/graph/test_graph_varia.py::test_grva010_external_mathjax_prevents_lazy": 2.348,
"tests/integration/graph/test_graph_varia.py::test_grva011_without_mathjax[False]": 1.865,
"tests/integration/graph/test_graph_varia.py::test_grva011_without_mathjax[True]": 3.06,
"tests/integration/graph/test_graph_varia.py::test_grva012_with_mathjax[False]": 1.855,
"tests/integration/graph/test_graph_varia.py::test_grva012_with_mathjax[True]": 3.056,
"tests/integration/graph/test_graph_varia.py::test_grva013_toggle_mathjax[False]": 2.374,
"tests/integration/graph/test_graph_varia.py::test_grva013_toggle_mathjax[True]": 3.581,
"tests/integration/graph/test_graph_varia.py::test_grva014_load_mathjax[False]": 2.044,
"tests/integration/graph/test_graph_varia.py::test_grva014_load_mathjax[True]": 3.325,
"tests/integration/input/test_a11y_input.py::test_a11y001_label_focuses_input[number]": 0.822,
"tests/integration/input/test_a11y_input.py::test_a11y001_label_focuses_input[text]": 1.54,
"tests/integration/input/test_a11y_input.py::test_a11y002_label_with_htmlFor_can_focus_input[number]": 0.818,
"tests/integration/input/test_a11y_input.py::test_a11y002_label_with_htmlFor_can_focus_input[text]": 0.799,
"tests/integration/input/test_debounce.py::test_debounce_number_by_time": 4.313,
"tests/integration/input/test_debounce.py::test_debounce_text_by_time": 4.332,
"tests/integration/input/test_input_and_state.py::test_state_and_inputs": 1.417,
"tests/integration/input/test_input_basics.py::test_inbs001_all_types": 3.564,
"tests/integration/input/test_input_basics.py::test_inbs002_user_class": 0.714,
"tests/integration/input/test_input_basics.py::test_inbs003_styles_are_scoped": 0.816,
"tests/integration/input/test_input_basics.py::test_inbs004_cursor_position_on_invalid_input[abcdddef-/-2-ab/cdddef-3]": 0.811,
"tests/integration/input/test_input_basics.py::test_inbs004_cursor_position_on_invalid_input[abcdef-$-2-ab$cdef-3]": 0.807,
"tests/integration/input/test_input_basics.py::test_inbs004_cursor_position_on_invalid_input[abcdef-$-3-abc$def-4]": 0.808,
"tests/integration/input/test_input_basics.py::test_inbs004_cursor_position_on_invalid_input[abcdef-A-4-abcdAef-5]": 0.811,
"tests/integration/input/test_number_input.py::test_inni001_invalid_numbers": 10.311,
"tests/integration/input/test_number_input.py::test_inni002_invalid_numbers_ui": 2.236,
"tests/integration/input/test_number_input.py::test_inni003_invalid_numbers_range": 3.575,
"tests/integration/input/test_number_input.py::test_inni004_steppers": 3.467,
"tests/integration/input/test_number_input.py::test_inni005_stepper_decrement_bug": 0.789,
"tests/integration/input/test_number_input.py::test_inni006_stepper_floating_point_precision[0.0001]": 2.075,
"tests/integration/input/test_number_input.py::test_inni006_stepper_floating_point_precision[0.001]": 2.004,
"tests/integration/input/test_number_input.py::test_inni006_stepper_floating_point_precision[0.01]": 2.074,
"tests/integration/input/test_number_input.py::test_inni006_stepper_floating_point_precision[0.1]": 2.145,
"tests/integration/input/test_number_input.py::test_inni007_stepper_very_small_steps[1e-05]": 1.549,
"tests/integration/input/test_number_input.py::test_inni007_stepper_very_small_steps[1e-06]": 1.561,
"tests/integration/input/test_number_input.py::test_inni010_valid_numbers": 4.399,
"tests/integration/interval/test_interval.py::test_intv001_interval": 5.712,
"tests/integration/interval/test_interval.py::test_intv002_restart": 4.802,
"tests/integration/link/test_absolute_path.py::test_lipa001_path": 0.891,
"tests/integration/link/test_absolute_path.py::test_lipa002_path": 0.784,
"tests/integration/link/test_link_children.py::test_lich001_default": 0.802,
"tests/integration/link/test_link_children.py::test_lich002_children": 0.821,
"tests/integration/link/test_link_event.py::test_link001_event": 0.896,
"tests/integration/link/test_link_event.py::test_link002_scroll": 0.921,
"tests/integration/link/test_title_prop.py::test_liti001_prop": 0.715,
"tests/integration/loading/test_loading_component.py::test_ldcp001_loading_component_initialization": 0.711,
"tests/integration/loading/test_loading_component.py::test_ldcp002_loading_component_action": 0.926,
"tests/integration/loading/test_loading_component.py::test_ldcp003_multiple_loading_components": 1.074,
"tests/integration/loading/test_loading_component.py::test_ldcp004_nested_loading_components": 1.082,
"tests/integration/loading/test_loading_component.py::test_ldcp005_dynamic_loading_component": 1.023,
"tests/integration/loading/test_loading_component.py::test_ldcp006_children_identity": 2.317,
"tests/integration/loading/test_loading_component.py::test_ldcp007_class_and_style_props": 9.327,
"tests/integration/loading/test_loading_component.py::test_ldcp008_graph_in_loading_fits_container_height": 1.819,
"tests/integration/loading/test_loading_component.py::test_ldcp009_loading_component_overlay_style": 0.936,
"tests/integration/loading/test_loading_component.py::test_ldcp011_loading_component_target_components": 2.95,
"tests/integration/loading/test_loading_component.py::test_ldcp012_loading_component_custom_spinner": 2.914,
"tests/integration/loading/test_loading_component.py::test_ldcp013_loading_component_display_show": 0.744,
"tests/integration/loading/test_loading_component.py::test_ldcp014_loading_component_delay_hide": 2.914,
"tests/integration/loading/test_loading_component.py::test_ldcp015_loading_component_delay_show": 3.409,
"tests/integration/loading/test_loading_component.py::test_ldcp016_loading_component_delay_hide": 1.828,
"tests/integration/loading/test_loading_component.py::test_ldcp017_loading_component_target_components_duplicates": 3.063,
"tests/integration/loading/test_loading_component.py::test_ldcp018_loading_component_target_components_wildcard": 3.182,
"tests/integration/location/test_location_callback.py::test_loca001_callbacks": 0.706,
"tests/integration/location/test_location_callback.py::test_loca002_location_link": 1.912,
"tests/integration/location/test_location_callback.py::test_loca003_location_callback": 0.899,
"tests/integration/markdown/test_markdown.py::test_mkdw001_img": 2.268,
"tests/integration/markdown/test_markdown.py::test_mkdw002_dcclink": 2.302,
"tests/integration/markdown/test_markdown.py::test_mkdw003_without_mathjax[False]": 0.844,
"tests/integration/markdown/test_markdown.py::test_mkdw003_without_mathjax[True]": 2.209,
"tests/integration/markdown/test_markdown.py::test_mkdw004_inline_mathjax[False]": 0.962,
"tests/integration/markdown/test_markdown.py::test_mkdw004_inline_mathjax[True]": 2.478,
"tests/integration/markdown/test_markdown.py::test_mkdw005_block_mathjax[False]": 0.987,
"tests/integration/markdown/test_markdown.py::test_mkdw005_block_mathjax[True]": 2.497,
"tests/integration/markdown/test_markdown.py::test_mkdw006_toggle_mathjax[False]": 1.154,
"tests/integration/markdown/test_markdown.py::test_mkdw006_toggle_mathjax[True]": 2.894,
"tests/integration/markdown/test_markdown.py::test_mkdw007_load_mathjax[False]": 0.904,
"tests/integration/markdown/test_markdown.py::test_mkdw007_load_mathjax[True]": 2.696,
"tests/integration/markdown/test_markdown.py::test_mkdw008_mathjax_visual": 1.962,
"tests/integration/markdown/test_markdown.py::test_mkdw009_target_blank_links": 0.825,
"tests/integration/markdown/test_markdown.py::test_mkdw010_mathjax_with_html": 1.091,
"tests/integration/misc/test_bcdp_auto_id.py::test_msai001_auto_id_assert": 0.833,
"tests/integration/misc/test_dcc_components_as_props.py::test_mdcap001_dcc_components_as_props": 6.054,
"tests/integration/misc/test_inline.py::test_inline_props": 0.808,
"tests/integration/misc/test_markdown_highlight.py::test_msmh001_no_window_variable": 0.837,
"tests/integration/misc/test_markdown_highlight.py::test_msmh002_window_override": 0.846,
"tests/integration/misc/test_markdown_highlight.py::test_msmh003_update_md": 0.467,
"tests/integration/misc/test_persistence.py::test_msps001_basic_persistence": 6.131,
"tests/integration/misc/test_platter.py::test_mspl001_dcc_components_platter": 2.953,
"tests/integration/misc/test_popover_visibility.py::test_mspv001_popover_visibility_when_app_is_smaller_than_popup": 12.448,
"tests/integration/misc/test_popover_visibility.py::test_mspv002_popover_visibility_when_app_is_scrolled_down": 5.05,
"tests/integration/misc/test_popover_visibility.py::test_mspv003_popover_contained_within_dash_app": 7.981,
"tests/integration/misc/test_popover_visibility.py::test_mspv004_popover_inherits_container_styles": 1.116,
"tests/integration/sliders/test_marks_density.py::test_slsl_extreme_range_marks_density": 0.797,
"tests/integration/sliders/test_marks_density.py::test_slsl_extreme_range_no_width": 0.798,
"tests/integration/sliders/test_sliders.py::test_sls016_sliders_format_tooltips": 0.806,
"tests/integration/sliders/test_sliders.py::test_slsl001_always_visible_slider": 12.497,
"tests/integration/sliders/test_sliders.py::test_slsl002_always_visible_rangeslider": 12.551,
"tests/integration/sliders/test_sliders.py::test_slsl003_out_of_range_marks_slider": 0.796,
"tests/integration/sliders/test_sliders.py::test_slsl004_out_of_range_marks_rangeslider": 0.793,
"tests/integration/sliders/test_sliders.py::test_slsl005_slider_tooltip": 0.8,
"tests/integration/sliders/test_sliders.py::test_slsl006_rangeslider_tooltip": 0.799,
"tests/integration/sliders/test_sliders.py::test_slsl007_drag_value_slider": 16.876,
"tests/integration/sliders/test_sliders.py::test_slsl008_drag_value_rangeslider": 12.085,
"tests/integration/sliders/test_sliders.py::test_slsl009_loading_state": 0.961,
"tests/integration/sliders/test_sliders.py::test_slsl010_range_loading_state": 0.961,
"tests/integration/sliders/test_sliders.py::test_slsl011_horizontal_slider": 0.802,
"tests/integration/sliders/test_sliders.py::test_slsl012_vertical_slider": 0.8,
"tests/integration/sliders/test_sliders.py::test_slsl013_horizontal_range_slider": 0.795,
"tests/integration/sliders/test_sliders.py::test_slsl014_vertical_range_slider": 0.795,
"tests/integration/sliders/test_sliders.py::test_slsl015_range_slider_no_min_max": 0.797,
"tests/integration/sliders/test_sliders.py::test_slsl015_range_slider_step_none": 0.792,
"tests/integration/sliders/test_sliders.py::test_slsl017_marks_limit_500": 0.802,
"tests/integration/sliders/test_sliders.py::test_slsl018_marks_limit_exceeded": 0.805,
"tests/integration/sliders/test_sliders.py::test_slsl019_allow_direct_input_false": 16.167,
"tests/integration/sliders/test_sliders_keyboard_input.py::test_slkb001_input_constrained_by_min_max": 3.289,
"tests/integration/sliders/test_sliders_keyboard_input.py::test_slkb002_range_input_constrained_by_min_max": 4.498,
"tests/integration/sliders/test_sliders_keyboard_input.py::test_slkb003_input_constrained_by_step": 3.247,
"tests/integration/sliders/test_sliders_keyboard_input.py::test_slkb004_range_input_constrained_by_step": 1.599,
"tests/integration/sliders/test_sliders_keyboard_input.py::test_slkb005_input_decimals_precision": 1.508,
"tests/integration/sliders/test_sliders_shorthands.py::test_slsh001_rangeslider_shorthand_props": 1.81,
"tests/integration/sliders/test_sliders_shorthands.py::test_slsh002_sliders_marks_si_unit_format": 4.32,
"tests/integration/sliders/test_sliders_step.py::test_slst001_step_params[test_case0]": 106.715,
"tests/integration/sliders/test_sliders_step.py::test_slst001_step_params[test_case1]": 106.514,
"tests/integration/sliders/test_sliders_step.py::test_slst001_step_params[test_case2]": 106.562,
"tests/integration/sliders/test_sliders_step.py::test_slst001_step_params[test_case3]": 106.428,
"tests/integration/store/test_component_props.py::test_stcp001_clear_data_on_all_types": 1.723,
"tests/integration/store/test_component_props.py::test_stcp002_modified_ts": 0.924,
"tests/integration/store/test_component_props.py::test_stcp003_initial_falsy": 0.793,
"tests/integration/store/test_component_props.py::test_stcp004_remount_store_component": 3.494,
"tests/integration/store/test_data_lifecycle.py::test_stdl001_data_lifecycle_with_different_condition": 1.81,
"tests/integration/store/test_store_data.py::test_stda001_data_types": 4.752,
"tests/integration/store/test_store_data.py::test_stda002_nested_data": 0.873,
"tests/integration/store/test_store_data.py::test_stda003_large_data_size[local]": 0.991,
"tests/integration/store/test_store_data.py::test_stda003_large_data_size[memory]": 2.351,
"tests/integration/store/test_store_data.py::test_stda003_large_data_size[session]": 0.991,
"tests/integration/tab/test_tabs.py::test_tabs001_in_vertical_mode": 0.794,
"tests/integration/tab/test_tabs.py::test_tabs002_without_children": 0.82,
"tests/integration/tab/test_tabs.py::test_tabs003_without_children_undefined": 0.798,
"tests/integration/tab/test_tabs.py::test_tabs004_without_value": 0.815,
"tests/integration/tab/test_tabs.py::test_tabs005_disabled": 0.7,
"tests/integration/tab/test_tabs_with_graphs.py::test_tagr001_graph_does_not_resize_in_tabs[False]": 2.032,
"tests/integration/tab/test_tabs_with_graphs.py::test_tagr001_graph_does_not_resize_in_tabs[True]": 5.099,
"tests/integration/tab/test_tabs_with_graphs.py::test_tagr002_tabs_render_without_selected[False]": 3.951,
"tests/integration/tab/test_tabs_with_graphs.py::test_tagr002_tabs_render_without_selected[True]": 6.99,
"tests/integration/test_title_props.py::test_ddot001_dropdown_radioitems_checklist_option_title": 2.593,
"tests/integration/tooltip/test_tooltip.py::test_ttbs001_canonical_behavior": 2.245,
"tests/integration/upload/test_children_accept_any_component.py::test_upca001_upload_children_gallery": 1.303,
"tests/integration/upload/test_folder_upload.py::test_upfd001_folder_upload_with_enable_folder_selection": 0.725,
"tests/integration/upload/test_folder_upload.py::test_upfd002_multiple_files_without_folder_selection": 0.793,
"tests/integration/upload/test_folder_upload.py::test_upfd003_single_file_upload": 0.811,
"tests/integration/upload/test_upload_different_file_types.py::test_upft001_test_upload_with_different_file_types[csv]": 0.896,
"tests/integration/upload/test_upload_different_file_types.py::test_upft001_test_upload_with_different_file_types[png]": 0.789,
"tests/integration/upload/test_upload_different_file_types.py::test_upft001_test_upload_with_different_file_types[svg]": 1.129,
"tests/integration/upload/test_upload_different_file_types.py::test_upft001_test_upload_with_different_file_types[xls]": 0.793,
"tests/integration/upload/test_upload_different_file_types.py::test_upft001_test_upload_with_different_file_types[xlsx]": 0.893
}