-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.test_durations
288 lines (288 loc) · 32.8 KB
/
.test_durations
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
{
"tests/application/copilot_chat_cancel_test.py::CopilotChatCancelTest::test_cancel_deployment": 87.63939619995654,
"tests/application/copilot_chat_cancel_test.py::CopilotChatCancelTest::test_cancel_runbook_run": 4.192192604998127,
"tests/application/copilot_chat_cancel_test.py::CopilotChatCancelTest::test_cancel_task_already_canceled": 12.770734459045343,
"tests/application/copilot_chat_cancel_test.py::CopilotChatCancelTest::test_cancel_task_by_id": 3.7626716520171613,
"tests/application/copilot_chat_cancel_test.py::CopilotChatCancelTest::test_cancel_task_by_invalid_id": 2.309904607012868,
"tests/application/copilot_chat_cancel_test.py::CopilotChatCancelTest::test_cancel_tenanted_deployment": 9.06967291602632,
"tests/application/copilot_chat_dashboard_test.py::CopilotChatDashboardTest::test_dashboard": 92.565269589948,
"tests/application/copilot_chat_dashboard_test.py::CopilotChatDashboardTest::test_dashboard_fuzzy_space": 10.086607433971949,
"tests/application/copilot_chat_dashboard_test.py::CopilotChatDashboardTest::test_deployment_summary_fuzzy_space": 13.263819409010466,
"tests/application/copilot_chat_dashboard_test.py::CopilotChatDashboardTest::test_get_runbook_dashboard": 7.860943287028931,
"tests/application/copilot_chat_dashboard_test.py::CopilotChatDashboardTest::test_health": 1.097880277025979,
"tests/application/copilot_chat_dashboard_test.py::CopilotChatDashboardTest::test_project_dashboard_default_space": 21.034496444975957,
"tests/application/copilot_chat_dashboard_test.py::CopilotChatDashboardTest::test_project_dashboard_fuzzy_space": 25.16515656298725,
"tests/application/copilot_chat_dashboard_test.py::CopilotChatDashboardTest::test_tenant_project_dashboard": 13.658051542006433,
"tests/application/copilot_chat_dashboard_test.py::test_github_task_summary": 0.0004088369896635413,
"tests/application/copilot_chat_dashboard_test.py::test_github_task_summary_defaults": 0.00033064797753468156,
"tests/application/copilot_chat_no_defaults_test.py::CopilotChatNoDefaultsTest::test_dashboard": 92.31360738899093,
"tests/application/copilot_chat_no_defaults_test.py::CopilotChatNoDefaultsTest::test_dashboard_default_space": 7.443153050960973,
"tests/application/copilot_chat_no_defaults_test.py::CopilotChatNoDefaultsTest::test_get_logs": 2.3119950360269286,
"tests/application/copilot_chat_no_defaults_test.py::CopilotChatNoDefaultsTest::test_get_logs_fuzzy": 15.421537335962057,
"tests/application/copilot_chat_no_defaults_test.py::CopilotChatNoDefaultsTest::test_health": 1.5311781489872374,
"tests/application/copilot_chat_no_octopus_test.py::CopilotChatTest::test_general_solution": 25.935744865972083,
"tests/application/copilot_chat_no_octopus_test.py::CopilotChatTest::test_general_solution2": 17.805136454990134,
"tests/application/copilot_chat_no_octopus_test.py::CopilotChatTest::test_general_solution3": 26.207119898987003,
"tests/application/copilot_chat_no_octopus_test.py::CopilotChatTest::test_general_solution4": 22.181410416960716,
"tests/application/copilot_chat_no_octopus_test.py::CopilotChatTest::test_general_solution5": 13.484863167977892,
"tests/application/copilot_chat_no_octopus_test.py::CopilotChatTest::test_general_solution_encrypted_token": 18.4867048029555,
"tests/application/copilot_chat_no_octopus_test.py::CopilotChatTest::test_profile": 9.362535328022204,
"tests/application/copilot_chat_no_octopus_test.py::CopilotChatTest::test_sample_hcl": 28.11308012797963,
"tests/application/copilot_chat_no_permissions_test.py::CopilotChatNoDefaultsTest::test_help": 92.17801938805496,
"tests/application/copilot_chat_release_and_deploy_test.py::CopilotChatReleaseAndDeployTest::test_create_release": 89.16390182002215,
"tests/application/copilot_chat_release_and_deploy_test.py::CopilotChatReleaseAndDeployTest::test_create_release_handles_existing_version": 3.008330424025189,
"tests/application/copilot_chat_release_and_deploy_test.py::CopilotChatReleaseAndDeployTest::test_create_release_with_deployment_and_missing_variables": 3.8840450649731793,
"tests/application/copilot_chat_release_and_deploy_test.py::CopilotChatReleaseAndDeployTest::test_create_release_with_deployment_and_variables": 4.289459915016778,
"tests/application/copilot_chat_release_and_deploy_test.py::CopilotChatReleaseAndDeployTest::test_create_release_with_deployment_environment": 4.326507869991474,
"tests/application/copilot_chat_release_and_deploy_test.py::CopilotChatReleaseAndDeployTest::test_deploy_release": 3.769435330061242,
"tests/application/copilot_chat_release_and_deploy_test.py::CopilotChatReleaseAndDeployTest::test_deploy_release_default_project": 3.973253895994276,
"tests/application/copilot_chat_release_and_deploy_test.py::CopilotChatReleaseAndDeployTest::test_deploy_release_to_tenant": 4.131030685908627,
"tests/application/copilot_chat_release_and_deploy_test.py::CopilotChatReleaseAndDeployTest::test_deploy_release_with_missing_required_variable": 3.036790282931179,
"tests/application/copilot_chat_release_and_deploy_test.py::CopilotChatReleaseAndDeployTest::test_deploy_release_with_variables": 4.4794460130506195,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_all_defaults": 86.30405594501644,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_default_environment": 2.0172559549682774,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_default_owner": 1.897224760032259,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_default_project": 2.1065656790160574,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_default_repository": 1.9398868729476817,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_default_space": 2.5552360340370797,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_default_workflow": 2.108592095086351,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_describe_account": 4.603001240990125,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_describe_all_projects": 3.8013800699845888,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_describe_certificate": 5.857762934989296,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_describe_environment": 5.090838252042886,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_describe_feed": 4.263845176959876,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_describe_git_creds": 4.367498318955768,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_describe_lifecycle": 4.10705195000628,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_describe_machine_policies": 7.811078806989826,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_describe_machines": 6.585619192046579,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_describe_missing_step": 15.569330179947428,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_describe_project_groups": 3.8158222289639525,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_describe_runbook": 4.156025750970002,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_describe_step": 6.297494426951744,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_describe_tagsets": 4.388587430003099,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_describe_tenants": 5.438911484030541,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_describe_variable_set": 6.063467775005847,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_describe_worker_pool": 4.283644090988673,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_docs": 23.736074595944956,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_environment_lookup": 0.057216628978494555,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_general_question": 9.249716432008427,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_get_channels": 4.602764521958306,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_get_date_range_deployment": 5.943491198006086,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_get_hotfix_deployments": 20.700623049982823,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_get_latest_deployment": 5.204723630042281,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_get_latest_deployment_channel": 5.995237113034818,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_get_latest_deployment_channel_fuzzy": 5.7015278619364835,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_get_latest_deployment_defaults": 4.992192327044904,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_get_latest_deployment_fuzzy": 5.182215150038246,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_get_runbook_dashboard": 7.916134838073049,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_get_runbook_logs": 10.107750760973431,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_get_variables": 5.436154624039773,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_get_variables_no_github_user": 4.286642359977122,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_get_variables_with_defaults": 4.211604206939228,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_health": 1.1768839840078726,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_help": 23.587327417975757,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_list_tenants": 4.044694557960611,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_project_lookup": 0.0625146470265463,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_runbook_lookup": 0.08397304808022454,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_space_fuzzy_match": 4.800757216988131,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_space_lookup": 0.034623585059307516,
"tests/application/copilot_chat_second_test.py::CopilotChatTestTwo::test_tenant_lookup": 0.44984848896274343,
"tests/application/copilot_chat_test.py::CopilotChatTest::test_approve_manual_intervention_for_deployment": 88.74810488097137,
"tests/application/copilot_chat_test.py::CopilotChatTest::test_approve_manual_intervention_with_guided_failure_interruption": 18.020096779975574,
"tests/application/copilot_chat_test.py::CopilotChatTest::test_count_projects": 4.305531240999699,
"tests/application/copilot_chat_test.py::CopilotChatTest::test_dashboard": 9.912872396002058,
"tests/application/copilot_chat_test.py::CopilotChatTest::test_dashboard_fuzzy_space": 10.00434403307736,
"tests/application/copilot_chat_test.py::CopilotChatTest::test_deployment_summary_fuzzy_space": 13.242629431013484,
"tests/application/copilot_chat_test.py::CopilotChatTest::test_find_retries": 5.487325842957944,
"tests/application/copilot_chat_test.py::CopilotChatTest::test_get_logs": 15.91239015298197,
"tests/application/copilot_chat_test.py::CopilotChatTest::test_get_logs_raw": 17.377201744006015,
"tests/application/copilot_chat_test.py::CopilotChatTest::test_github_logs": 13.625121052959003,
"tests/application/copilot_chat_test.py::CopilotChatTest::test_github_task_summary": 3.519773007952608,
"tests/application/copilot_chat_test.py::CopilotChatTest::test_github_task_summary_combined_repo_format": 3.626591992971953,
"tests/application/copilot_chat_test.py::CopilotChatTest::test_github_task_summary_defaults": 3.3781170770525932,
"tests/application/copilot_chat_test.py::CopilotChatTest::test_project_dashboard_default_space": 21.268274929956533,
"tests/application/copilot_chat_test.py::CopilotChatTest::test_project_dashboard_fuzzy_space": 16.499924217991065,
"tests/application/copilot_chat_test.py::CopilotChatTest::test_reject_manual_intervention_for_deployment": 8.738897974020801,
"tests/application/copilot_chat_test.py::CopilotChatTest::test_reject_manual_intervention_with_guided_failure_interruption": 17.994610638008453,
"tests/application/copilot_chat_test.py::CopilotChatTest::test_runbook_run": 3.913870881020557,
"tests/application/copilot_chat_test.py::CopilotChatTest::test_runbook_run_with_missing_required_variable": 2.888770414981991,
"tests/application/copilot_chat_test.py::CopilotChatTest::test_runbook_run_with_variables": 4.297913370013703,
"tests/application/copilot_chat_test.py::CopilotChatTest::test_tenant_project_dashboard": 13.956811692973133,
"tests/domain/admin_user_test.py::AdminUser::test_empty_is_not_admin_user": 0.0008036679937504232,
"tests/domain/admin_user_test.py::AdminUser::test_empty_list_is_not_admin_user": 0.00042361102532595396,
"tests/domain/admin_user_test.py::AdminUser::test_invalid_json": 0.04999242105986923,
"tests/domain/admin_user_test.py::AdminUser::test_is_admin_list_is_object": 0.0005703000351786613,
"tests/domain/admin_user_test.py::AdminUser::test_is_admin_list_is_string": 0.0004979619407095015,
"tests/domain/admin_user_test.py::AdminUser::test_is_admin_user": 0.00041363603668287396,
"tests/domain/admin_user_test.py::AdminUser::test_is_admin_user_array_string": 0.0003927820362150669,
"tests/domain/admin_user_test.py::AdminUser::test_is_admin_user_both_strings": 0.000427386024966836,
"tests/domain/admin_user_test.py::AdminUser::test_is_admin_user_not_found": 0.00046034896513447165,
"tests/domain/admin_user_test.py::AdminUser::test_is_admin_user_string": 0.00039958697743713856,
"tests/domain/admin_user_test.py::AdminUser::test_no_callabck": 0.00035967404255643487,
"tests/domain/admin_user_test.py::AdminUser::test_no_list_is_not_admin_user": 0.00046147091779857874,
"tests/domain/b64_test.py::AdminUser::test_encoding": 0.0005477860104292631,
"tests/domain/base_request_url_test.py::BaseRequestUrlTest::test_base_request_url": 0.0005504090804606676,
"tests/domain/base_request_url_test.py::BaseRequestUrlTest::test_base_request_url_forwarded": 0.0004160510143265128,
"tests/domain/build_url_test.py::BuildUrl::test_empty_url": 0.0003845860483124852,
"tests/domain/build_url_test.py::BuildUrl::test_url": 0.00030375097412616014,
"tests/domain/build_url_test.py::BuildUrl::test_url_no_path": 0.00032406800892204046,
"tests/domain/build_url_test.py::BuildUrl::test_url_no_query": 0.00027167797088623047,
"tests/domain/build_url_test.py::BuildUrl::test_url_partial_name": 0.00028465106151998043,
"tests/domain/build_url_test.py::BuildUrl::test_url_slash": 0.0003010680666193366,
"tests/domain/clean_response_test.py::CleanResponse::test_no_curly": 0.0003439389984123409,
"tests/domain/clean_response_test.py::CleanResponse::test_none": 0.000275644997600466,
"tests/domain/clean_response_test.py::CleanResponse::test_remove_prefix": 0.0002778820344246924,
"tests/domain/convert_to_sse_response_test.py::ConvertToSseResponse::test_convert_to_and_from_sse_response": 0.0005053040222264826,
"tests/domain/convert_to_sse_response_test.py::ConvertToSseResponse::test_convert_to_sse_empty_response_stop": 0.00040370901115238667,
"tests/domain/convert_to_sse_response_test.py::ConvertToSseResponse::test_convert_to_sse_response": 0.00036894402001053095,
"tests/domain/convert_to_sse_response_test.py::ConvertToSseResponse::test_convert_to_sse_response_stop": 0.0003549950197339058,
"tests/domain/create_cookie_test.py::CreateCookieTest::test_create_cookie": 0.00045132299419492483,
"tests/domain/delete_links_test.py::AdminUser::test_delete_links_array": 0.00035204796586185694,
"tests/domain/delete_links_test.py::AdminUser::test_delete_links_nested": 0.000289884046651423,
"tests/domain/delete_links_test.py::AdminUser::test_delete_links_none": 0.0002847240539267659,
"tests/domain/delete_links_test.py::AdminUser::test_delete_links_string": 0.0002763840020634234,
"tests/domain/delete_links_test.py::AdminUser::test_delete_links_top": 0.0002996690454892814,
"tests/domain/encryption_test.py::EncryptionTests::test_bad_key": 0.001941255060955882,
"tests/domain/encryption_test.py::EncryptionTests::test_encryption": 0.001780994061846286,
"tests/domain/ensure_test.py::EnsureTests::test_ensure_not_falsy": 0.0003832959337159991,
"tests/domain/ensure_test.py::EnsureTests::test_ensure_string": 0.0003130038967356086,
"tests/domain/ensure_test.py::EnsureTests::test_ensure_string_not_empty": 0.0003187680267728865,
"tests/domain/function_deinition_test.py::FunctionDefinitionTest::test_functions": 0.004746244929265231,
"tests/domain/function_deinition_test.py::FunctionDefinitionTest::test_init": 0.00034781498834490776,
"tests/domain/get_date_difference_summary_test.py::DateDifferenceTest::test_date_difference_day": 0.0003850539796985686,
"tests/domain/get_date_difference_summary_test.py::DateDifferenceTest::test_date_difference_days": 0.0003038550494238734,
"tests/domain/get_date_difference_summary_test.py::DateDifferenceTest::test_date_difference_hour": 0.0002883250708691776,
"tests/domain/get_date_difference_summary_test.py::DateDifferenceTest::test_date_difference_hours": 0.0003003989695571363,
"tests/domain/get_date_difference_summary_test.py::DateDifferenceTest::test_date_difference_minutes": 0.00036035908851772547,
"tests/domain/get_date_difference_summary_test.py::DateDifferenceTest::test_date_difference_second": 0.00030576210701838136,
"tests/domain/get_date_difference_summary_test.py::DateDifferenceTest::test_date_difference_seconds": 0.00030160596361383796,
"tests/domain/get_item_fuzzy_test.py::FuzzyItemTest::test_get_item_fuzzy": 0.00047216698294505477,
"tests/domain/get_params_message_test.py::EnsureTests::test_get_params_message": 0.0004080679500475526,
"tests/domain/get_runbook_dashboard_response_test.py::RunbookDashboardTest::test_get_runbook_dashboard_response": 0.0007170389289967716,
"tests/domain/jwt_test.py::JwtTests::test_decoding": 0.0005410619778558612,
"tests/domain/jwt_test.py::JwtTests::test_expired": 0.0004154358757659793,
"tests/domain/jwt_test.py::JwtTests::test_not_expired": 0.00040152895962819457,
"tests/domain/list_empty_or_match_test.py::ListFilterTest::test_list_empty_or_match": 0.00038811296690255404,
"tests/domain/minify_hcl_test.py::MinifyTest::test_minify": 0.0003843539743684232,
"tests/domain/none_on_exception_test.py::TestNoneOnException::test_default_on_exception": 0.0005557499825954437,
"tests/domain/none_on_exception_test.py::TestNoneOnException::test_none_on_exception": 0.0004887079703621566,
"tests/domain/normalize_log_step_name_test.py::NormalizeStepName::test_parsing": 0.0007009569671936333,
"tests/domain/octopus_project_response_test.py::EnsureTests::test_get_octopus_project_names_response": 0.00041268201312050223,
"tests/domain/octopus_validation_test.py::ApiKeyTest::test_api_key_validation": 0.00037464697379618883,
"tests/domain/octopus_validation_test.py::ApiKeyTest::test_interruption_validation_another_user_taken_responsibility": 0.000327700050547719,
"tests/domain/octopus_validation_test.py::ApiKeyTest::test_interruption_validation_guided_failure_is_invalid": 0.0003094270941801369,
"tests/domain/octopus_validation_test.py::ApiKeyTest::test_interruption_validation_no_interruptions": 0.0002878060913644731,
"tests/domain/octopus_validation_test.py::ApiKeyTest::test_interruption_validation_user_cant_take_responsibility": 0.0003417409607209265,
"tests/domain/octopus_version_later_or_equal_test.py::ApiKeyTest::test_api_key_validation": 0.0004906959366053343,
"tests/domain/quote_safe_test.py::QuoteSafeTest::test_quote_safe": 0.0003961389884352684,
"tests/domain/release_is_latest_test.py::ReleaseIsLatestTest::test_release_is_latest": 0.0003776329685933888,
"tests/domain/replace_with_empty_string_test.py::StringSanitizationTest::test_strip_leading_whitespace": 0.00039498094702139497,
"tests/domain/sanitize_bool_test.py::SanitizeBoolTest::test_sanitize_bool": 0.00045232800766825676,
"tests/domain/sanitize_log_lines_test.py::SanitizeLogLinesTest::test_sanitize": 0.00037892803084105253,
"tests/domain/sanitize_test.py::SanitizeTests::test_access_key_removed": 0.03458624897757545,
"tests/domain/sanitize_test.py::SanitizeTests::test_api_key_removed": 0.0005194679833948612,
"tests/domain/sanitize_test.py::SanitizeTests::test_get_item_or_none": 0.0003852329100482166,
"tests/domain/sanitize_test.py::SanitizeTests::test_get_item_or_none_none_array": 0.0003839540295302868,
"tests/domain/sanitize_test.py::SanitizeTests::test_is_re_match": 0.0008306210511364043,
"tests/domain/sanitize_test.py::SanitizeTests::test_message_email_removed": 0.006357024016324431,
"tests/domain/sanitize_test.py::SanitizeTests::test_none_if_falesy": 0.00045098603004589677,
"tests/domain/sanitized_list_test.py::SanitizeList::test_sanitize_accounts": 0.0005006759893149137,
"tests/domain/sanitized_list_test.py::SanitizeList::test_sanitize_certificates": 0.0003614259767346084,
"tests/domain/sanitized_list_test.py::SanitizeList::test_sanitize_channels": 0.0004423889913596213,
"tests/domain/sanitized_list_test.py::SanitizeList::test_sanitize_feeds": 0.0004909589770250022,
"tests/domain/sanitized_list_test.py::SanitizeList::test_sanitize_lifecycles": 0.00035624904558062553,
"tests/domain/sanitized_list_test.py::SanitizeList::test_sanitize_list": 0.0011961919954046607,
"tests/domain/sanitized_list_test.py::SanitizeList::test_sanitize_machinepolicies": 0.000354226038325578,
"tests/domain/sanitized_list_test.py::SanitizeList::test_sanitize_projectgroups": 0.00037716899532824755,
"tests/domain/sanitized_list_test.py::SanitizeList::test_sanitize_projects": 0.0003262819955125451,
"tests/domain/sanitized_list_test.py::SanitizeList::test_sanitize_releases": 0.0016756089753471315,
"tests/domain/sanitized_list_test.py::SanitizeList::test_sanitize_runbooks": 0.00032962398836389184,
"tests/domain/sanitized_list_test.py::SanitizeList::test_sanitize_targets": 0.0022053539869375527,
"tests/domain/sanitized_list_test.py::SanitizeList::test_sanitize_tenants": 0.00048824300756677985,
"tests/domain/sanitized_list_test.py::SanitizeList::test_sanitize_tenanttagsets": 0.00036149099469184875,
"tests/domain/sanitized_list_test.py::SanitizeList::test_sanitize_workerpools": 0.0003839670098386705,
"tests/domain/session_test.py::EnsureTests::test_session_blob": 0.0024227980175055563,
"tests/domain/string_to_int_test.py::StringToInt::test_parsing": 0.00043848803034052253,
"tests/domain/strip_markdown_urls_test.py::UrlValidation::test_url_removal": 0.0008395850309170783,
"tests/domain/url_validation_test.py::UrlValidation::test_url_validation": 0.0004948850255459547,
"tests/domain/validate_default_value_name_test.py::DefaultValueValidationTest::test_validation_fail": 0.0004301759763620794,
"tests/domain/validate_default_value_name_test.py::DefaultValueValidationTest::test_validation_succeed": 0.00033987301867455244,
"tests/infrastructure/azure_storage_infrastructure_test.py::UsersTest::test_default_values": 0.012685986061114818,
"tests/infrastructure/azure_storage_infrastructure_test.py::UsersTest::test_delete_default_values": 0.013536343059968203,
"tests/infrastructure/azure_storage_infrastructure_test.py::UsersTest::test_feature_flag_global": 0.02738565200706944,
"tests/infrastructure/azure_storage_infrastructure_test.py::UsersTest::test_feature_flag_group": 0.05519589094910771,
"tests/infrastructure/azure_storage_infrastructure_test.py::UsersTest::test_feature_flag_user": 0.05655132606625557,
"tests/infrastructure/azure_storage_infrastructure_test.py::UsersTest::test_health": 0.007293584989383817,
"tests/infrastructure/azure_storage_infrastructure_test.py::UsersTest::test_login": 0.02740185003494844,
"tests/infrastructure/azure_storage_infrastructure_test.py::UsersTest::test_login_invalid_api": 0.0005825620028190315,
"tests/infrastructure/azure_storage_infrastructure_test.py::UsersTest::test_login_invalid_url": 0.0005283689824864268,
"tests/infrastructure/azure_storage_infrastructure_test.py::UsersTest::test_logout": 0.025254116975702345,
"tests/infrastructure/callbacks_test.py::CallbackTests::test_cleanup_function": 0.02182363800238818,
"tests/infrastructure/callbacks_test.py::CallbackTests::test_load_missing_function": 0.013189270975999534,
"tests/infrastructure/callbacks_test.py::CallbackTests::test_save_delete_function": 0.018346385972108692,
"tests/infrastructure/callbacks_test.py::CallbackTests::test_save_load_function": 0.012850354018155485,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_cancel_task": 79.5343627249822,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_generate_temp_api_key": 0.06455940700834617,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_generate_temp_api_key_preconditions": 0.00048666895600035787,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_get_all_accounts": 0.04895632801344618,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_get_all_certificates": 0.05852948798565194,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_get_all_environments": 0.04962575400713831,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_get_all_feeds": 0.032673886977136135,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_get_all_machines": 0.04800070700002834,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_get_all_project_channels": 0.05498158099362627,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_get_all_projects": 0.034071195987053216,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_get_all_teams": 0.08524518099147826,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_get_all_tenants": 0.07278439693618566,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_get_channel_by_name": 0.04949437594041228,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_get_dashboard": 0.4260646890033968,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_get_dashboard_preconditions": 0.0005467340815812349,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_get_dashboard_releases": 5.365167394047603,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_get_default_channel": 0.04312062100507319,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_get_deployment": 5.356768397963606,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_get_deployment_logs": 25.45617736596614,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_get_deployment_status_preconditions": 0.000975420989561826,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_get_lifecycles": 0.04275479802163318,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_get_no_environment": 0.08514399395789951,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_get_project_progression": 0.33997055096551776,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_get_project_progression_preconditions": 0.000873336975928396,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_get_projects_0_Simple": 0.04184022097615525,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_get_projects_1_simple": 0.03207880206173286,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_get_projects_fuzzy": 0.0625631469883956,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_get_projects_preconditions": 0.0008173399255611002,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_get_raw_deployment_process": 0.049064549908507615,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_get_raw_deployment_process_preconditions": 0.0008677419973537326,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_get_releases_by_version": 0.34363897499861196,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_get_runbook_logs": 5.635703489067964,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_get_tenant_fuzzy": 0.05949774303007871,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_handle_manual_intervention_for_task_validates_operation": 0.0004912639851681888,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_invalid_api_key": 0.02293142001144588,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_log_filtering": 10.381313345045783,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_match_deployment_variables_handles_json_variable_string": 0.20247626496711746,
"tests/infrastructure/octopus_infrastructure_test.py::OctopusAPIRequests::test_version": 0.38336266396800056,
"tests/infrastructure/octopus_infrastructure_test.py::UnitTests::test_get_item_ignoring_case": 0.0005325620295479894,
"tests/infrastructure/openai_infrastructure_test.py::MockRequests::test_documentation_question": 28.193190084013622,
"tests/infrastructure/openai_infrastructure_test.py::MockRequests::test_general_account_question": 1.2895851620705798,
"tests/infrastructure/openai_infrastructure_test.py::MockRequests::test_general_certificate_question": 1.10108448198298,
"tests/infrastructure/openai_infrastructure_test.py::MockRequests::test_general_date_question": 1.2423643840593286,
"tests/infrastructure/openai_infrastructure_test.py::MockRequests::test_general_environment_question": 1.2857787410030141,
"tests/infrastructure/openai_infrastructure_test.py::MockRequests::test_general_feed_question": 1.0842118130531162,
"tests/infrastructure/openai_infrastructure_test.py::MockRequests::test_general_git_creds_question": 1.1032345420098864,
"tests/infrastructure/openai_infrastructure_test.py::MockRequests::test_general_lifecycle_question": 1.2424215209903196,
"tests/infrastructure/openai_infrastructure_test.py::MockRequests::test_general_machine_policy_question": 1.1439452249906026,
"tests/infrastructure/openai_infrastructure_test.py::MockRequests::test_general_machine_question": 1.0911901440122165,
"tests/infrastructure/openai_infrastructure_test.py::MockRequests::test_general_project_channel_question": 1.218341339903418,
"tests/infrastructure/openai_infrastructure_test.py::MockRequests::test_general_project_group_question": 1.1281769669731148,
"tests/infrastructure/openai_infrastructure_test.py::MockRequests::test_general_project_question": 1.062564496009145,
"tests/infrastructure/openai_infrastructure_test.py::MockRequests::test_general_project_step_question": 1.0523936849785969,
"tests/infrastructure/openai_infrastructure_test.py::MockRequests::test_general_prompt": 5.714987292943988,
"tests/infrastructure/openai_infrastructure_test.py::MockRequests::test_general_runbook_question": 1.2216626439476386,
"tests/infrastructure/openai_infrastructure_test.py::MockRequests::test_general_tagset_question": 1.0525710780639201,
"tests/infrastructure/openai_infrastructure_test.py::MockRequests::test_general_tenant_question": 1.0319926740485243,
"tests/infrastructure/openai_infrastructure_test.py::MockRequests::test_general_variable_question": 1.0745541469659656,
"tests/infrastructure/openai_infrastructure_test.py::MockRequests::test_general_variable_set_question": 1.0841363100335002,
"tests/infrastructure/openai_infrastructure_test.py::MockRequests::test_general_worker_pool_question": 1.1684618458966725,
"tests/infrastructure/openai_infrastructure_test.py::MockRequests::test_long_prompt": 2.6198173739830963,
"tests/infrastructure/openai_infrastructure_test.py::MockRequests::test_no_match": 3.559797026042361,
"tests/infrastructure/openai_infrastructure_test.py::MockRequests::test_show_all_defaults": 1.0077491800184362,
"tests/infrastructure/openai_infrastructure_test.py::MockRequests::test_unknown_arguments": 1.1813007440650836
}