forked from HyphaApp/hypha
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.test_durations
766 lines (766 loc) · 95.5 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
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
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
{
"hypha/addressfield/tests.py::test_non_required": 0.0021215830056462437,
"hypha/addressfield/tests.py::test_non_required_blank_data": 0.0028224999987287447,
"hypha/addressfield/tests.py::test_one_field_required": 0.0023133330105338246,
"hypha/addressfield/tests.py::test_one_field_required_blank_data": 0.002985916013130918,
"hypha/addressfield/tests.py::test_one_field_required_supplied_data": 0.002596667007310316,
"hypha/apply/activity/tests/test_comments.py::TestCommentEdit::test_cant_edit_if_not_author": 1.3541885010054102,
"hypha/apply/activity/tests/test_messaging.py::TestActivityAdapter::test_activity_created": 0.1241124590014806,
"hypha/apply/activity/tests/test_messaging.py::TestActivityAdapter::test_handle_transition_public_to_public": 0.08656595798674971,
"hypha/apply/activity/tests/test_messaging.py::TestActivityAdapter::test_handle_transition_to_private_to_public": 0.08665579099033494,
"hypha/apply/activity/tests/test_messaging.py::TestActivityAdapter::test_handle_transition_to_public_to_private": 0.10801770900434349,
"hypha/apply/activity/tests/test_messaging.py::TestActivityAdapter::test_internal_transition_kwarg_for_invisible_transition": 0.09935420799592976,
"hypha/apply/activity/tests/test_messaging.py::TestActivityAdapter::test_lead_saved_on_activity": 0.13370454200776294,
"hypha/apply/activity/tests/test_messaging.py::TestActivityAdapter::test_public_transition_kwargs": 0.11658379097934812,
"hypha/apply/activity/tests/test_messaging.py::TestActivityAdapter::test_review_saved_on_activity": 0.1315198749798583,
"hypha/apply/activity/tests/test_messaging.py::TestActivityAdapter::test_reviewers_message_both": 0.19687174999853596,
"hypha/apply/activity/tests/test_messaging.py::TestActivityAdapter::test_reviewers_message_no_added": 0.09984279199852608,
"hypha/apply/activity/tests/test_messaging.py::TestActivityAdapter::test_reviewers_message_no_removed": 0.1041917080146959,
"hypha/apply/activity/tests/test_messaging.py::TestActivityAdapter::test_reviewers_with_and_without_role": 0.24809220898896456,
"hypha/apply/activity/tests/test_messaging.py::TestActivityAdapter::test_reviewers_with_role": 0.09095533298386727,
"hypha/apply/activity/tests/test_messaging.py::TestAdaptersForProject::test_activity_created": 0.12940479001554195,
"hypha/apply/activity/tests/test_messaging.py::TestAdaptersForProject::test_activity_lead_change": 0.10718924998946022,
"hypha/apply/activity/tests/test_messaging.py::TestAdaptersForProject::test_activity_lead_change_from_none": 0.09150420800142456,
"hypha/apply/activity/tests/test_messaging.py::TestAdaptersForProject::test_email_staff_update_invoice": 0.13364854098472279,
"hypha/apply/activity/tests/test_messaging.py::TestAdaptersForProject::test_slack_applicant_update_invoice": 0.11998283299908508,
"hypha/apply/activity/tests/test_messaging.py::TestAdaptersForProject::test_slack_created": 0.10740920797979925,
"hypha/apply/activity/tests/test_messaging.py::TestAdaptersForProject::test_slack_lead_change": 0.1394813769875327,
"hypha/apply/activity/tests/test_messaging.py::TestAdaptersForProject::test_slack_staff_update_invoice": 0.14592458300467115,
"hypha/apply/activity/tests/test_messaging.py::TestAnyMailBehaviour::test_email_new_submission": 0.1327374180109473,
"hypha/apply/activity/tests/test_messaging.py::TestAnyMailBehaviour::test_webhook_adds_reject_reason": 0.17922870798793156,
"hypha/apply/activity/tests/test_messaging.py::TestAnyMailBehaviour::test_webhook_updates_status": 0.27027966699097306,
"hypha/apply/activity/tests/test_messaging.py::TestBaseAdapter::test_calls_method_if_avaliable": 0.15485837499727495,
"hypha/apply/activity/tests/test_messaging.py::TestBaseAdapter::test_can_include_extra_kwargs": 0.14301154101849534,
"hypha/apply/activity/tests/test_messaging.py::TestBaseAdapter::test_can_send_a_message": 0.10994491699966602,
"hypha/apply/activity/tests/test_messaging.py::TestBaseAdapter::test_django_messages_used": 0.13200374999723863,
"hypha/apply/activity/tests/test_messaging.py::TestBaseAdapter::test_doesnt_send_a_message_if_not_configured": 0.10508262400981039,
"hypha/apply/activity/tests/test_messaging.py::TestBaseAdapter::test_that_kwargs_passed_to_send_message": 0.10449887500726618,
"hypha/apply/activity/tests/test_messaging.py::TestBaseAdapter::test_that_message_is_formatted": 0.10400020799716003,
"hypha/apply/activity/tests/test_messaging.py::TestEmailAdapter::test_email_applicant_for_submission_comments": 0.19752112501009833,
"hypha/apply/activity/tests/test_messaging.py::TestEmailAdapter::test_email_applicant_partners_for_submission_comments": 0.1288695419934811,
"hypha/apply/activity/tests/test_messaging.py::TestEmailAdapter::test_email_failed": 0.12058220800827257,
"hypha/apply/activity/tests/test_messaging.py::TestEmailAdapter::test_email_new_submission": 0.10500550000870135,
"hypha/apply/activity/tests/test_messaging.py::TestEmailAdapter::test_email_partner_for_submission_comments": 0.12823483401734848,
"hypha/apply/activity/tests/test_messaging.py::TestEmailAdapter::test_email_sent": 0.11983754100219812,
"hypha/apply/activity/tests/test_messaging.py::TestEmailAdapter::test_email_staff_project_comments": 0.13527983298990875,
"hypha/apply/activity/tests/test_messaging.py::TestEmailAdapter::test_email_staff_submission_comments": 0.11681750098068733,
"hypha/apply/activity/tests/test_messaging.py::TestEmailAdapter::test_hide_staff_in_email": 0.09755466699425597,
"hypha/apply/activity/tests/test_messaging.py::TestEmailAdapter::test_no_email_own_project_comment": 0.12334045799798332,
"hypha/apply/activity/tests/test_messaging.py::TestEmailAdapter::test_no_email_own_submission_comment": 0.134376042013173,
"hypha/apply/activity/tests/test_messaging.py::TestEmailAdapter::test_no_email_private_comment": 0.14628325001103804,
"hypha/apply/activity/tests/test_messaging.py::TestEmailAdapter::test_reviewer_update_email": 0.1486114580038702,
"hypha/apply/activity/tests/test_messaging.py::TestEmailAdapter::test_reviewers_email": 0.14247983401583042,
"hypha/apply/activity/tests/test_messaging.py::TestEmailAdapter::test_show_staff_in_email": 0.09205820699571632,
"hypha/apply/activity/tests/test_messaging.py::TestMessageBackendApplication::test_event_created": 0.11945683299563825,
"hypha/apply/activity/tests/test_messaging.py::TestMessageBackendApplication::test_message_sent_to_adapter": 0.11126487399451435,
"hypha/apply/activity/tests/test_messaging.py::TestMessageBackendApplication::test_message_sent_to_all_adapter": 0.08402795801521279,
"hypha/apply/activity/tests/test_messaging.py::TestMessageBackendProject::test_event_created": 0.13492187501105946,
"hypha/apply/activity/tests/test_messaging.py::TestMessageBackendProject::test_message_sent_to_adapter": 0.10141779101104476,
"hypha/apply/activity/tests/test_messaging.py::TestMessageBackendProject::test_message_sent_to_all_adapter": 0.13479554098739754,
"hypha/apply/activity/tests/test_messaging.py::TestSlackAdapter::test_400_bad_request": 0.11066712500178255,
"hypha/apply/activity/tests/test_messaging.py::TestSlackAdapter::test_cant_send_with_no_room": 0.09316279299673624,
"hypha/apply/activity/tests/test_messaging.py::TestSlackAdapter::test_cant_send_with_no_token": 0.09353074998944066,
"hypha/apply/activity/tests/test_messaging.py::TestSlackAdapter::test_correct_payload": 0.09104129300976638,
"hypha/apply/activity/tests/test_messaging.py::TestSlackAdapter::test_fund_custom_slack_channel": 0.0810834169969894,
"hypha/apply/activity/tests/test_messaging.py::TestSlackAdapter::test_fund_multiple_custom_slack_channel": 0.11496308300411329,
"hypha/apply/activity/tests/test_messaging.py::TestSlackAdapter::test_gets_blank_if_slack_not_set": 0.08769504098745529,
"hypha/apply/activity/tests/test_messaging.py::TestSlackAdapter::test_gets_lead_if_slack_set": 0.09210900102334563,
"hypha/apply/activity/tests/test_messaging.py::TestSlackAdapter::test_message_with_good_response": 0.09558925099554472,
"hypha/apply/activity/tests/test_models.py::TestActivityModel::test_can_save_related_invoice": 0.2432954999821959,
"hypha/apply/activity/tests/test_models.py::TestActivityModel::test_can_save_related_report": 0.20116749999579042,
"hypha/apply/activity/tests/test_models.py::TestActivityModel::test_can_save_source_application": 0.07830750099674333,
"hypha/apply/activity/tests/test_models.py::TestActivityModel::test_can_save_source_project": 0.14270900000701658,
"hypha/apply/activity/tests/test_models.py::TestActivityOnlyIncludesCurrent::test_doesnt_include_non_current": 0.21544829200138338,
"hypha/apply/activity/tests/test_tasks.py::TestSendEmail::test_args_passed_to_django": 0.2217628749931464,
"hypha/apply/categories/tests/test_blocks.py::TestCategoryQuestionBlock::test_can_render_if_no_response": 0.007207041009678505,
"hypha/apply/categories/tests/test_blocks.py::TestCategoryQuestionBlock::test_field_and_help_default": 0.010742041005869396,
"hypha/apply/categories/tests/test_blocks.py::TestCategoryQuestionBlock::test_multi_select_disabled": 0.005001748984795995,
"hypha/apply/categories/tests/test_blocks.py::TestCategoryQuestionBlock::test_multi_select_enabled": 0.003618081987951882,
"hypha/apply/categories/tests/test_blocks.py::TestCategoryQuestionBlock::test_options_included_in_choices": 0.004463375007617287,
"hypha/apply/categories/tests/test_blocks.py::TestCategoryQuestionBlock::test_supplied_field_and_help": 0.003268790998845361,
"hypha/apply/dashboard/tests/test_views.py::TestAdminDashboard::test_does_show_admin_button_to_admins": 0.2284332489944063,
"hypha/apply/dashboard/tests/test_views.py::TestApplicantDashboard::test_can_access_submissions_partials_with_active": 0.2223854570183903,
"hypha/apply/dashboard/tests/test_views.py::TestApplicantDashboard::test_can_have_draft_titles_on_submissions_partials": 0.34827649999351706,
"hypha/apply/dashboard/tests/test_views.py::TestApplicantDashboard::test_can_not_access_other_users_active": 0.23595695800031535,
"hypha/apply/dashboard/tests/test_views.py::TestApplicantDashboard::test_no_edit_if_in_review": 0.17919120700389612,
"hypha/apply/dashboard/tests/test_views.py::TestApplicantDashboard::test_submissions_partials_gets_invite_if_invited_to_proposal": 0.23215695898397826,
"hypha/apply/dashboard/tests/test_views.py::TestApplicantDashboard::test_submissions_partials_no_invite_if_can_edit": 0.1825894990033703,
"hypha/apply/dashboard/tests/test_views.py::TestReviewerDashboard::test_no_submissions_waiting_for_review": 0.3002395419898676,
"hypha/apply/dashboard/tests/test_views.py::TestReviewerDashboard::test_submission_assigned_but_not_in_external_review_status": 0.23877066699787974,
"hypha/apply/dashboard/tests/test_views.py::TestReviewerDashboard::test_waiting_for_review_with_count": 0.24606229200435337,
"hypha/apply/dashboard/tests/test_views.py::TestStaffDashboard::test_active_invoices_with_invoices_in_correct_state": 0.3609660410002107,
"hypha/apply/dashboard/tests/test_views.py::TestStaffDashboard::test_active_invoices_with_no_project": 0.39552904199808836,
"hypha/apply/dashboard/tests/test_views.py::TestStaffDashboard::test_cannot_see_submission_in_determination_when_not_lead": 0.3031698739796411,
"hypha/apply/dashboard/tests/test_views.py::TestStaffDashboard::test_doesnt_show_active_invoices_when_not_mine": 0.41475370901753195,
"hypha/apply/dashboard/tests/test_views.py::TestStaffDashboard::test_doesnt_show_active_invoices_with_none": 0.3457055000035325,
"hypha/apply/dashboard/tests/test_views.py::TestStaffDashboard::test_doest_show_active_invoices_when_paid_or_declined": 0.35199791501509026,
"hypha/apply/dashboard/tests/test_views.py::TestStaffDashboard::test_unassigned_staff_cant_see_projects_awaiting_review_stats_or_table": 0.36064420799084473,
"hypha/apply/dashboard/tests/test_views.py::TestStaffDashboard::test_waiting_for_review_after_agreement_is_empty": 0.3314351659937529,
"hypha/apply/dashboard/tests/test_views.py::TestStaffDashboard::test_waiting_for_review_with_count": 0.5546598329965491,
"hypha/apply/dashboard/tests/test_views.py::TestStaffDashboardWithWagtailAdminAccess::test_does_show_admin_button_to_staff_with_wagtail_admin_access": 0.2799907489970792,
"hypha/apply/dashboard/tests/test_views.py::TestStaffDashboardWithoutWagtailAdminAccess::test_doesnt_show_admin_button_to_staff_without_wagtail_admin_access": 0.27991841699986253,
"hypha/apply/determinations/tests/test_admin_views.py::TestCreateDeterminationFormView::test_determination_block_required": 1.3057562499889173,
"hypha/apply/determinations/tests/test_admin_views.py::TestCreateDeterminationFormView::test_field_label_required": 0.09907462600676809,
"hypha/apply/determinations/tests/test_admin_views.py::TestCreateDeterminationFormView::test_form_creation": 0.12148987599357497,
"hypha/apply/determinations/tests/test_admin_views.py::TestCreateDeterminationFormView::test_message_block_required": 0.08629970700712875,
"hypha/apply/determinations/tests/test_admin_views.py::TestCreateDeterminationFormView::test_name_field_required": 0.206209749012487,
"hypha/apply/determinations/tests/test_admin_views.py::TestCreateDeterminationFormView::test_send_notice_block_required": 0.10422962500888389,
"hypha/apply/determinations/tests/test_views.py::BatchDeterminationTestCase::test_can_submit_batch_determination": 0.7511666670179693,
"hypha/apply/determinations/tests/test_views.py::BatchDeterminationTestCase::test_can_submit_batch_determination_more_info_comment": 0.6126179580023745,
"hypha/apply/determinations/tests/test_views.py::BatchDeterminationTestCase::test_cant_access_without_action": 0.23376420798012987,
"hypha/apply/determinations/tests/test_views.py::BatchDeterminationTestCase::test_cant_access_without_submissions": 0.13636041700374335,
"hypha/apply/determinations/tests/test_views.py::BatchDeterminationTestCase::test_message_created_if_determination_exists": 0.4169066250033211,
"hypha/apply/determinations/tests/test_views.py::BatchDeterminationTestCase::test_sets_next_on_redirect": 0.008064333000220358,
"hypha/apply/determinations/tests/test_views.py::BatchDeterminationTestCase::test_success_if_no_next": 0.01003099899389781,
"hypha/apply/determinations/tests/test_views.py::BatchDeterminationTestCase::test_success_redirects_if_exists": 0.01101220901182387,
"hypha/apply/determinations/tests/test_views.py::DeterminationFormTestCase::test_can_access_form_if_lead": 0.20882995901047252,
"hypha/apply/determinations/tests/test_views.py::DeterminationFormTestCase::test_can_edit_draft_determination": 0.3047170400095638,
"hypha/apply/determinations/tests/test_views.py::DeterminationFormTestCase::test_can_edit_draft_determination_if_not_lead": 0.2712884579959791,
"hypha/apply/determinations/tests/test_views.py::DeterminationFormTestCase::test_can_edit_draft_determination_if_not_lead_with_projects": 0.4176239579828689,
"hypha/apply/determinations/tests/test_views.py::DeterminationFormTestCase::test_can_progress_stage_via_determination": 0.31133970902010333,
"hypha/apply/determinations/tests/test_views.py::DeterminationFormTestCase::test_cant_access_wrong_status": 0.22283454200078268,
"hypha/apply/determinations/tests/test_views.py::DeterminationFormTestCase::test_cant_edit_submitted_more_info": 0.18832779199874494,
"hypha/apply/determinations/tests/test_views.py::DeterminationFormTestCase::test_cant_resubmit_determination": 0.24577033300010953,
"hypha/apply/determinations/tests/test_views.py::DeterminationFormTestCase::test_disabling_project_auto_creation_stops_projects_being_created": 0.2547363340127049,
"hypha/apply/determinations/tests/test_views.py::DeterminationFormTestCase::test_disabling_projects_ignores_auto_creation_setting": 0.2611194580094889,
"hypha/apply/determinations/tests/test_views.py::DeterminationFormTestCase::test_first_stage_accepted_determination_does_not_create_project": 0.27345045798574574,
"hypha/apply/determinations/tests/test_views.py::DeterminationFormTestCase::test_first_stage_rejected_determination_does_not_create_project": 0.25596858400967903,
"hypha/apply/determinations/tests/test_views.py::DeterminationFormTestCase::test_second_stage_accepted_determination_creates_project": 0.26077724900096655,
"hypha/apply/determinations/tests/test_views.py::DeterminationFormTestCase::test_second_stage_rejected_determination_does_not_create_project": 0.2724364159948891,
"hypha/apply/determinations/tests/test_views.py::DeterminationFormTestCase::test_sends_message_if_requires_more_info": 0.2643628750083735,
"hypha/apply/determinations/tests/test_views.py::DeterminationFormTestCase::test_single_stage_accepted_determination_creates_project": 0.43739279099099804,
"hypha/apply/determinations/tests/test_views.py::DeterminationFormTestCase::test_single_stage_rejected_determination_does_not_create_project": 0.26613520801765844,
"hypha/apply/determinations/tests/test_views.py::EditDeterminationFormTestCase::test_can_edit_determination": 0.30998720799107105,
"hypha/apply/determinations/tests/test_views.py::StaffDeterminationsTestCase::test_can_access_determination": 0.3490287490130868,
"hypha/apply/determinations/tests/test_views.py::StaffDeterminationsTestCase::test_lead_can_access_determination": 0.1871585420012707,
"hypha/apply/determinations/tests/test_views.py::UserDeterminationFormTestCase::test_cant_access_form": 0.18685399899550248,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForLab::test_active": 0.08470158399723005,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForLab::test_annotated": 0.03437649998522829,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForLab::test_by_lead": 0.10121183301089332,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForLab::test_can_get": 0.045202457971754484,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForLab::test_closed": 0.030536710008163936,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForLab::test_inactive": 0.09586145899083931,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForLab::test_new": 0.03489833300409373,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForLab::test_no_submissions_not_either": 0.03861299899290316,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForLab::test_open": 0.06465112599835265,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForLab::test_with_determined": 0.07571416800783481,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForLab::test_with_progress": 0.07105400098953396,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForRound::test_active": 0.13710754101339262,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForRound::test_annotated": 0.07904499900178052,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForRound::test_by_lead": 0.1479502500005765,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForRound::test_can_get": 0.07670433400198817,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForRound::test_closed": 0.08286599999701139,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForRound::test_inactive": 0.12396645899571013,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForRound::test_new": 0.08498700101335999,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForRound::test_no_submissions_not_either": 0.06838820800476242,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForRound::test_open": 0.07790537500113714,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForRound::test_with_determined": 0.08897220800281502,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForRound::test_with_progress": 0.09032970797852613,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestRoundsAndLabsManager::test_cant_get_fund": 0.054460165978525765,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestRoundsAndLabsManager::test_doesnt_confuse_lab_and_round": 0.16394091599795502,
"hypha/apply/funds/tests/test_admin_form.py::TestWorkflowFormAdminForm::test_can_save_multiple_forms_stage_two": 0.03651412299950607,
"hypha/apply/funds/tests/test_admin_form.py::TestWorkflowFormAdminForm::test_can_save_two_forms": 0.02746954100439325,
"hypha/apply/funds/tests/test_admin_form.py::TestWorkflowFormAdminForm::test_does_validates_without_project_approval_form": 0.02169004200550262,
"hypha/apply/funds/tests/test_admin_form.py::TestWorkflowFormAdminForm::test_doesnt_validates_with_multiple_external_review_form": 0.03316004200314637,
"hypha/apply/funds/tests/test_admin_form.py::TestWorkflowFormAdminForm::test_doesnt_validates_with_multiple_project_approval_form": 0.05248066599597223,
"hypha/apply/funds/tests/test_admin_form.py::TestWorkflowFormAdminForm::test_doesnt_validates_with_no_form": 0.0085057909891475,
"hypha/apply/funds/tests/test_admin_form.py::TestWorkflowFormAdminForm::test_doesnt_validates_with_two_first_stage_forms_in_two_stage": 0.038213541003642604,
"hypha/apply/funds/tests/test_admin_form.py::TestWorkflowFormAdminForm::test_doesnt_validates_with_two_forms_one_stage": 0.050593459003721364,
"hypha/apply/funds/tests/test_admin_form.py::TestWorkflowFormAdminForm::test_dosnt_validates_without_project_approval_form_for_projects_enabled": 0.02468533400679007,
"hypha/apply/funds/tests/test_admin_form.py::TestWorkflowFormAdminForm::test_validate_external_review_form": 0.025107583991484717,
"hypha/apply/funds/tests/test_admin_form.py::TestWorkflowFormAdminForm::test_validate_project_approval_form": 0.01830762501049321,
"hypha/apply/funds/tests/test_admin_form.py::TestWorkflowFormAdminForm::test_validates_with_one_form_one_stage": 0.016914040024857968,
"hypha/apply/funds/tests/test_admin_form.py::TestWorkflowFormAdminForm::test_validates_with_one_form_one_stage_with_deleted": 0.02306333399610594,
"hypha/apply/funds/tests/test_admin_form.py::TestWorkflowFormAdminForm::test_validates_with_project_report_form": 0.02217641699826345,
"hypha/apply/funds/tests/test_admin_form.py::TestWorkflowFormAdminForm::test_validates_without_external_review_form": 0.018375666011706926,
"hypha/apply/funds/tests/test_admin_views.py::TestCreateApplicationFormView::test_email_block_required": 0.16630691599857528,
"hypha/apply/funds/tests/test_admin_views.py::TestCreateApplicationFormView::test_field_label_required": 0.09818787399854045,
"hypha/apply/funds/tests/test_admin_views.py::TestCreateApplicationFormView::test_form_creation": 0.12227337398508098,
"hypha/apply/funds/tests/test_admin_views.py::TestCreateApplicationFormView::test_full_name_block_required": 0.09066858401638456,
"hypha/apply/funds/tests/test_admin_views.py::TestCreateApplicationFormView::test_name_field_required": 0.09862137600430287,
"hypha/apply/funds/tests/test_admin_views.py::TestCreateApplicationFormView::test_title_block_required": 0.11937245797889773,
"hypha/apply/funds/tests/test_admin_views.py::TestFundCreationView::test_can_create_fund": 0.30428866599686444,
"hypha/apply/funds/tests/test_admin_views.py::TestFundCreationView::test_can_create_fund_with_external_review_form": 0.538806000011391,
"hypha/apply/funds/tests/test_admin_views.py::TestFundCreationView::test_can_create_multi_phase_fund": 0.286771792001673,
"hypha/apply/funds/tests/test_admin_views.py::TestFundCreationView::test_can_create_multi_phase_fund_reuse_forms": 0.2714058319979813,
"hypha/apply/funds/tests/test_admin_views.py::TestFundCreationView::test_can_create_multiple_forms_second_stage_in_fund": 0.3719313749897992,
"hypha/apply/funds/tests/test_admin_views.py::TestRoundIndexView::test_application_links": 0.216334958007792,
"hypha/apply/funds/tests/test_admin_views.py::TestRoundIndexView::test_number_of_rounds": 0.1486340410192497,
"hypha/apply/funds/tests/test_admin_views.py::TestRoundIndexView::test_review_form_links": 0.23745841598429251,
"hypha/apply/funds/tests/test_forms.py::TestReviewerFormQueries::test_queries_existing_reviews": 0.15923029101395514,
"hypha/apply/funds/tests/test_forms.py::TestReviewerFormQueries::test_queries_init_and_render": 0.1461845000012545,
"hypha/apply/funds/tests/test_forms.py::TestReviewerFormQueries::test_queries_reviewers_swap": 0.1107468329864787,
"hypha/apply/funds/tests/test_forms.py::TestReviewerFormQueries::test_queries_roles_swap": 0.09420299899647944,
"hypha/apply/funds/tests/test_models.py::TestApplicationSubmission::test_can_get_draft_data": 0.13135979100479744,
"hypha/apply/funds/tests/test_models.py::TestApplicationSubmission::test_can_get_ordered_qs": 0.09465191599156242,
"hypha/apply/funds/tests/test_models.py::TestApplicationSubmission::test_can_get_required_block_names": 0.0978933330043219,
"hypha/apply/funds/tests/test_models.py::TestApplicationSubmission::test_can_get_reverse_ordered_qs": 0.1306673320068512,
"hypha/apply/funds/tests/test_models.py::TestApplicationSubmission::test_choices_added_for_search": 0.0858660000085365,
"hypha/apply/funds/tests/test_models.py::TestApplicationSubmission::test_correct_file_path_generated": 0.10431337500631344,
"hypha/apply/funds/tests/test_models.py::TestApplicationSubmission::test_create_revision_on_create": 0.07834174900199287,
"hypha/apply/funds/tests/test_models.py::TestApplicationSubmission::test_create_revision_on_data_change": 0.08656883299408946,
"hypha/apply/funds/tests/test_models.py::TestApplicationSubmission::test_dont_create_revision_on_data_same": 0.12145575099566486,
"hypha/apply/funds/tests/test_models.py::TestApplicationSubmission::test_draft_updated": 0.13093645800836384,
"hypha/apply/funds/tests/test_models.py::TestApplicationSubmission::test_file_gets_uploaded": 0.08097941600135528,
"hypha/apply/funds/tests/test_models.py::TestApplicationSubmission::test_in_final_stage": 0.2708752509934129,
"hypha/apply/funds/tests/test_models.py::TestApplicationSubmission::test_is_draft_property": 0.09718808400793932,
"hypha/apply/funds/tests/test_models.py::TestApplicationSubmission::test_number_not_in_search": 0.0993246660073055,
"hypha/apply/funds/tests/test_models.py::TestApplicationSubmission::test_richtext_in_char_is_removed_for_search": 0.08939529201597907,
"hypha/apply/funds/tests/test_models.py::TestApplicationSubmission::test_richtext_is_removed_for_search": 0.09752574998128694,
"hypha/apply/funds/tests/test_models.py::TestAssignedReviewersQuerySet::test_reviewed": 0.18320550098724198,
"hypha/apply/funds/tests/test_models.py::TestAssignedReviewersQuerySet::test_reviewed_with_review_order": 0.11187016699113883,
"hypha/apply/funds/tests/test_models.py::TestForTableQueryset::test_assigned_but_not_reviewed": 0.20926949998829514,
"hypha/apply/funds/tests/test_models.py::TestForTableQueryset::test_disagree_review_is_maybe": 0.1138187089964049,
"hypha/apply/funds/tests/test_models.py::TestForTableQueryset::test_dont_double_count_review_and_opinion": 0.1144642920116894,
"hypha/apply/funds/tests/test_models.py::TestForTableQueryset::test_opinionated_slash_confused_reviewer": 0.17375183299009223,
"hypha/apply/funds/tests/test_models.py::TestForTableQueryset::test_review_outcome": 0.12424916599411517,
"hypha/apply/funds/tests/test_models.py::TestForTableQueryset::test_submissions_dont_conflict": 0.20630087501194794,
"hypha/apply/funds/tests/test_models.py::TestFormSubmission::test_associated_if_another_user_exists": 0.30383754200011026,
"hypha/apply/funds/tests/test_models.py::TestFormSubmission::test_associated_if_logged_in": 0.14775008399738,
"hypha/apply/funds/tests/test_models.py::TestFormSubmission::test_associated_if_not_new": 0.19441212600213476,
"hypha/apply/funds/tests/test_models.py::TestFormSubmission::test_can_submit_if_blank_user_data_even_if_logged_in": 0.1580438749952009,
"hypha/apply/funds/tests/test_models.py::TestFormSubmission::test_can_submit_if_new": 0.1401169589953497,
"hypha/apply/funds/tests/test_models.py::TestFormSubmission::test_doesnt_mess_with_name": 0.28213633300038055,
"hypha/apply/funds/tests/test_models.py::TestFormSubmission::test_email_sent_to_user_on_submission_fund": 0.16039304200967308,
"hypha/apply/funds/tests/test_models.py::TestFormSubmission::test_email_sent_to_user_on_submission_lab": 0.15745733299991116,
"hypha/apply/funds/tests/test_models.py::TestFormSubmission::test_valid_email": 0.21402141700673383,
"hypha/apply/funds/tests/test_models.py::TestFormSubmission::test_workflow_and_draft": 0.18227279199345503,
"hypha/apply/funds/tests/test_models.py::TestFormSubmission::test_workflow_and_draft_lab": 0.15896050000446849,
"hypha/apply/funds/tests/test_models.py::TestFormSubmission::test_workflow_and_status_assigned": 0.14823054199223407,
"hypha/apply/funds/tests/test_models.py::TestFormSubmission::test_workflow_and_status_assigned_lab": 0.16816554100660142,
"hypha/apply/funds/tests/test_models.py::TestFundModel::test_can_access_workflow_class": 0.03184712502115872,
"hypha/apply/funds/tests/test_models.py::TestFundModel::test_can_not_be_open_with_draft_round": 0.06154341698857024,
"hypha/apply/funds/tests/test_models.py::TestFundModel::test_closed_round": 0.05169916700106114,
"hypha/apply/funds/tests/test_models.py::TestFundModel::test_multiple_open_rounds": 0.08597091800766066,
"hypha/apply/funds/tests/test_models.py::TestFundModel::test_no_open_rounds": 0.022448248986620456,
"hypha/apply/funds/tests/test_models.py::TestFundModel::test_no_round_exists": 0.0250412079913076,
"hypha/apply/funds/tests/test_models.py::TestFundModel::test_normal_round": 0.08949833299266174,
"hypha/apply/funds/tests/test_models.py::TestFundModel::test_open_ended_round": 0.07981387600011658,
"hypha/apply/funds/tests/test_models.py::TestFundModel::test_round_not_open": 0.09054499900958035,
"hypha/apply/funds/tests/test_models.py::TestReminderModel::test_can_save_reminder": 0.09577737501240335,
"hypha/apply/funds/tests/test_models.py::TestReminderModel::test_check_default_action": 0.10828129199217074,
"hypha/apply/funds/tests/test_models.py::TestReminderModel::test_reminder_action_message": 0.09723208399373107,
"hypha/apply/funds/tests/test_models.py::TestRequestForPartners::test_form_when_round": 0.1422045840154169,
"hypha/apply/funds/tests/test_models.py::TestRequestForPartners::test_message_when_no_round": 0.059674166986951604,
"hypha/apply/funds/tests/test_models.py::TestRoundModelDates::test_can_create_without_end_date": 0.10546124901156873,
"hypha/apply/funds/tests/test_models.py::TestRoundModelDates::test_can_not_create_with_other_open_end_date": 0.09468525000556838,
"hypha/apply/funds/tests/test_models.py::TestRoundModelDates::test_can_not_overlap_clean": 0.1052040000067791,
"hypha/apply/funds/tests/test_models.py::TestRoundModelDates::test_can_not_overlap_with_normal_round": 0.06939475098624825,
"hypha/apply/funds/tests/test_models.py::TestRoundModelDates::test_end_before_start": 0.05524950100516435,
"hypha/apply/funds/tests/test_models.py::TestRoundModelDates::test_end_overlaps": 0.14099029201315716,
"hypha/apply/funds/tests/test_models.py::TestRoundModelDates::test_inside_overlaps": 0.10036845800641458,
"hypha/apply/funds/tests/test_models.py::TestRoundModelDates::test_normal_start_end_doesnt_error": 0.08962912499555387,
"hypha/apply/funds/tests/test_models.py::TestRoundModelDates::test_other_fund_not_impacting": 0.14110074999916833,
"hypha/apply/funds/tests/test_models.py::TestRoundModelDates::test_start_overlaps": 0.08730483200633898,
"hypha/apply/funds/tests/test_models.py::TestRoundModelWorkflowAndForms::test_can_change_round_form_not_fund": 0.11769299999286886,
"hypha/apply/funds/tests/test_models.py::TestRoundModelWorkflowAndForms::test_forms_are_copied_to_new_rounds": 0.05885987501824275,
"hypha/apply/funds/tests/test_models.py::TestRoundModelWorkflowAndForms::test_workflow_is_copied_to_new_rounds": 0.10807408200344071,
"hypha/apply/funds/tests/test_models.py::TestSubmissionRenderMethods::test_file_private_url_included": 0.11110145901329815,
"hypha/apply/funds/tests/test_models.py::TestSubmissionRenderMethods::test_named_blocks_dont_break_if_no_response": 0.07970945799024776,
"hypha/apply/funds/tests/test_models.py::TestSubmissionRenderMethods::test_named_blocks_not_included_in_answers": 0.11894699998083524,
"hypha/apply/funds/tests/test_models.py::TestSubmissionRenderMethods::test_normal_answers_included_in_answers": 0.11160858201037627,
"hypha/apply/funds/tests/test_models.py::TestSubmissionRenderMethods::test_paragraph_not_rendered_in_answers": 0.1246931250061607,
"hypha/apply/funds/tests/test_tags.py::TestTemplateTags::test_markdown_tags": 0.005924375000176951,
"hypha/apply/funds/tests/test_tags.py::TestTemplateTags::test_submission_tags": 0.08909354198840447,
"hypha/apply/funds/tests/test_utils.py::test_get_copied_form_name[(Copied on 2020-10-30 18:13:26.04) Out of place timestamp-(Copied on 2020-10-30 18:13:26.04) Out of place timestamp (Copied on 2024-10-16 15:05:13.72)]": 0.01986133299942594,
"hypha/apply/funds/tests/test_utils.py::test_get_copied_form_name[A Copied Form! (Copied on 2022-09-25 16:30:26.04)-A Copied Form! (Copied on 2024-10-16 15:05:13.72)]": 0.020326749989180826,
"hypha/apply/funds/tests/test_utils.py::test_get_copied_form_name[Test Form-Test Form (Copied on 2024-10-16 15:05:13.72)]": 0.06595733400899917,
"hypha/apply/funds/tests/test_views.py::TestAnonSubmissionFileView::test_anonymous_can_not_access": 0.19089779099158477,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_applicant_can_see_lead": 0.7752092919981806,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_applicant_cant_see_hidden_lead": 0.4705289999983506,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_can_edit_own_submission": 0.37780283400206827,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_can_see_view_determination_primary_action": 0.6513670840067789,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_can_submit_submission": 0.43874487600987777,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_can_view_own_submission": 0.3096927919978043,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_cant_edit_other_submission": 0.40666183301073033,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_cant_edit_submission_incorrect_state": 0.436855292020482,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_cant_see_add_determination_primary_action": 0.7339943339902675,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_cant_see_assign_reviewers_primary_action": 0.49236370899598114,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_cant_see_assign_reviewers_secondary_action": 0.4163867909956025,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_cant_see_create_review_primary_action": 0.5672501670051133,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_cant_see_or_screen_submission": 0.2829202920256648,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_cant_see_view_determination_primary_action": 0.5910986659873743,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_cant_view_others_submission": 0.3873209169978509,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_get_congratulations_draft_proposal": 0.5663655829994241,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_get_edit_link_when_editable": 0.4541027930099517,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_gets_draft_on_edit_submission": 0.5331211669981712,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_sees_latest_draft_if_it_exists": 0.5333539999992354,
"hypha/apply/funds/tests/test_views.py::TestReviewerLeaderboard::test_applicant_cannot_access_reviewer_leaderboard": 0.13433366701065097,
"hypha/apply/funds/tests/test_views.py::TestReviewerLeaderboard::test_community_reviewer_cannot_access_reviewer_leaderboard": 0.09372949997487012,
"hypha/apply/funds/tests/test_views.py::TestReviewerLeaderboard::test_partner_cannot_access_reviewer_leaderboard": 0.0971991669939598,
"hypha/apply/funds/tests/test_views.py::TestReviewerLeaderboard::test_reviewer_cannot_access_leader_board": 0.09088204200088512,
"hypha/apply/funds/tests/test_views.py::TestReviewerLeaderboard::test_staff_can_access_leaderboard": 0.13421970802301075,
"hypha/apply/funds/tests/test_views.py::TestReviewerSubmissionView::test_can_access_any_submission": 0.6425607910059625,
"hypha/apply/funds/tests/test_views.py::TestReviewerSubmissionView::test_can_only_access_accepted_submission": 0.4871486670017475,
"hypha/apply/funds/tests/test_views.py::TestReviewerSubmissionView::test_can_only_access_assigned_submission": 0.4458757500106003,
"hypha/apply/funds/tests/test_views.py::TestReviewerSubmissionView::test_can_only_access_external_review_or_higher_submission": 0.34556679299566895,
"hypha/apply/funds/tests/test_views.py::TestReviewerSubmissionView::test_can_only_access_reviewed_submission": 0.264874876011163,
"hypha/apply/funds/tests/test_views.py::TestReviewerSubmissionView::test_can_see_create_review_primary_action": 0.4771967080014292,
"hypha/apply/funds/tests/test_views.py::TestReviewerSubmissionView::test_can_see_view_determination_primary_action": 0.4448836660012603,
"hypha/apply/funds/tests/test_views.py::TestReviewerSubmissionView::test_can_view_applicant_pii": 0.29379291701479815,
"hypha/apply/funds/tests/test_views.py::TestReviewerSubmissionView::test_cant_access_dismissed_submission": 0.38886366700171493,
"hypha/apply/funds/tests/test_views.py::TestReviewerSubmissionView::test_cant_see_add_determination_primary_action": 0.4879066660068929,
"hypha/apply/funds/tests/test_views.py::TestReviewerSubmissionView::test_cant_see_assign_reviewers_primary_action": 0.2924568329908652,
"hypha/apply/funds/tests/test_views.py::TestReviewerSubmissionView::test_cant_see_assign_reviewers_secondary_action": 0.33429924900701735,
"hypha/apply/funds/tests/test_views.py::TestReviewerSubmissionView::test_cant_see_create_review_primary_action": 0.7065400420106016,
"hypha/apply/funds/tests/test_views.py::TestReviewerSubmissionView::test_cant_see_view_determination_primary_action": 0.4342969169956632,
"hypha/apply/funds/tests/test_views.py::TestReviewerSubmissionView::test_cant_view_applicant_pii": 0.2809106679924298,
"hypha/apply/funds/tests/test_views.py::TestReviewersUpdateView::test_can_add_external_reviewer_and_review_remains": 0.2886923320038477,
"hypha/apply/funds/tests/test_views.py::TestReviewersUpdateView::test_can_be_made_role_and_not_duplciated": 0.24298100000305567,
"hypha/apply/funds/tests/test_views.py::TestReviewersUpdateView::test_can_remove_external_reviewer_and_review_remains": 0.2460340410034405,
"hypha/apply/funds/tests/test_views.py::TestReviewersUpdateView::test_lead_can_add_reviewers_for_proposal": 0.3418559169949731,
"hypha/apply/funds/tests/test_views.py::TestReviewersUpdateView::test_lead_can_add_staff_single": 0.4298387490125606,
"hypha/apply/funds/tests/test_views.py::TestReviewersUpdateView::test_lead_can_change_role_reviewer_and_review_remains": 0.23801566800102592,
"hypha/apply/funds/tests/test_views.py::TestReviewersUpdateView::test_lead_can_change_staff_single": 0.24304720800137147,
"hypha/apply/funds/tests/test_views.py::TestReviewersUpdateView::test_lead_can_remove_reviewers_for_proposal": 0.28157837499747984,
"hypha/apply/funds/tests/test_views.py::TestReviewersUpdateView::test_lead_can_remove_some_reviewers_for_proposal": 0.31568491700454615,
"hypha/apply/funds/tests/test_views.py::TestReviewersUpdateView::test_lead_cant_add_reviewers_single": 0.2328854590014089,
"hypha/apply/funds/tests/test_views.py::TestReviewersUpdateView::test_staff_cant_add_reviewers_proposal": 0.24519729301391635,
"hypha/apply/funds/tests/test_views.py::TestReviewersUpdateView::test_staff_cant_remove_reviewers_proposal": 0.27473054101574235,
"hypha/apply/funds/tests/test_views.py::TestRevisionCompare::test_renders_with_all_the_diffs": 0.2476194589980878,
"hypha/apply/funds/tests/test_views.py::TestRevisionList::test_get_in_correct_order": 0.42936849998659454,
"hypha/apply/funds/tests/test_views.py::TestRevisionList::test_list_doesnt_include_draft": 0.34695958301017527,
"hypha/apply/funds/tests/test_views.py::TestRevisionsView::test_create_revisions_on_submit": 0.29527075099758804,
"hypha/apply/funds/tests/test_views.py::TestRevisionsView::test_dont_update_live_revision_on_save": 0.5275539589929394,
"hypha/apply/funds/tests/test_views.py::TestRevisionsView::test_existing_draft_edit_and_submit": 0.40201366700057406,
"hypha/apply/funds/tests/test_views.py::TestStaffReminderDeleteView::test_confirm_message": 0.2656732500036014,
"hypha/apply/funds/tests/test_views.py::TestStaffReminderDeleteView::test_has_access": 0.19970745900354814,
"hypha/apply/funds/tests/test_views.py::TestStaffSealedView::test_cant_post_to_sealed": 0.29986258399731014,
"hypha/apply/funds/tests/test_views.py::TestStaffSealedView::test_non_sealed_redirected_away": 0.272429999007727,
"hypha/apply/funds/tests/test_views.py::TestStaffSealedView::test_non_sealed_unaffected": 0.2338053330022376,
"hypha/apply/funds/tests/test_views.py::TestStaffSealedView::test_redirected_to_sealed": 0.23789095900428947,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionFileView::test_staff_can_access": 0.18817841699637938,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_applicant_can_see_application_draft_status": 0.21100045900675468,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_can_access_edit": 0.3769603339897003,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_can_access_edit_button": 0.25888954200490844,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_can_create_project": 0.19388370899832807,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_can_edit_submission": 0.30684329000359867,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_can_progress_phase": 0.22542862499540206,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_can_screen_submission": 0.2148632489843294,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_can_see_add_determination_primary_action": 0.3553487489989493,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_can_see_assign_reviewers_primary_action": 0.7267512079997687,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_can_see_assign_reviewers_secondary_action": 0.9061008749995381,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_can_see_create_review_primary_action": 0.6421833749918733,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_can_see_view_determination_primary_action": 0.49846008299209643,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_can_view_a_lab_submission": 0.3973332500027027,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_can_view_a_submission": 0.23173808300634846,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_can_view_submission_screening_block": 0.21725841701845638,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_cant_access_edit_button_when_applicant_editing": 0.3065618329856079,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_cant_progress_stage_if_not_lead": 0.3483789990132209,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_cant_see_add_determination_primary_action": 0.5512460839963751,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_cant_see_assign_reviewers_primary_action": 0.44851095898775384,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_cant_see_create_review_primary_action": 0.7305435829912312,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_cant_see_view_determination_primary_action": 0.8203628749906784,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_new_form_after_progress": 0.2521875840029679,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_not_included_fields_render": 0.284710666994215,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_not_redirected_if_determination_submitted": 0.2422530000039842,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_not_redirected_if_wrong_determination_selected": 0.2029611659963848,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_previous_and_next_appears_on_page": 0.41584683398832567,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_redirected_to_determination": 0.22857133198704105,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_screen_application_primary_action_is_displayed": 0.15145949998986907,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_staff_can_see_application_draft_status": 0.2539787509886082,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_staff_cant_see_application_draft_status": 0.19811333301186096,
"hypha/apply/funds/tests/test_views.py::TestSubmissionDetailSimplifiedView::test_project_required": 0.13855633401544765,
"hypha/apply/funds/tests/test_views.py::TestSubmissionDetailSimplifiedView::test_staff_only": 0.12153325100371148,
"hypha/apply/funds/tests/test_views.py::TestSuperUserSealedView::test_can_post_to_sealed": 0.3182111670030281,
"hypha/apply/funds/tests/test_views.py::TestSuperUserSealedView::test_can_view_multiple_sealed": 0.4541362489835592,
"hypha/apply/funds/tests/test_views.py::TestSuperUserSealedView::test_not_asked_again": 0.37142841699824203,
"hypha/apply/funds/tests/test_views.py::TestSuperUserSealedView::test_peeking_is_logged": 0.32436991699796636,
"hypha/apply/funds/tests/test_views.py::TestSuperUserSealedView::test_redirected_to_sealed": 0.3202916240115883,
"hypha/apply/funds/tests/test_views.py::TestSuperUserSubmissionView::test_can_screen_applications_in_final_status": 0.3695571250136709,
"hypha/apply/funds/tests/test_views.py::TestSuperUserSubmissionView::test_can_screen_submission": 0.48135229099716526,
"hypha/apply/funds/tests/test_views.py::TestUpdateReviewersMixin::test_submission_transition_all_reviewer_roles_not_assigned": 0.24619345800601877,
"hypha/apply/funds/tests/test_views.py::TestUpdateReviewersMixin::test_submission_transition_to_internal_review": 0.2463813329814002,
"hypha/apply/funds/tests/test_views.py::TestUpdateReviewersMixin::test_submission_transition_to_proposal_internal_review": 0.24253454100107774,
"hypha/apply/funds/tests/test_views.py::TestUserReminderDeleteView::test_doesnt_has_access": 0.2144141250028042,
"hypha/apply/funds/tests/test_views.py::TestUserSubmissionFileView::test_owner_can_access": 0.19597379199694842,
"hypha/apply/funds/tests/test_views.py::TestUserSubmissionFileView::test_user_can_not_access": 0.21467775000201073,
"hypha/apply/funds/tests/views/test_batch_progress.py::ApplicantTestCase::test_cant_access_page_to_page": 0.10833295801421627,
"hypha/apply/funds/tests/views/test_batch_progress.py::ReivewersTestCase::test_cant_post_to_page": 0.08987254099338315,
"hypha/apply/funds/tests/views/test_batch_progress.py::StaffTestCase::test_can_progress_application": 0.37284958400414325,
"hypha/apply/funds/tests/views/test_batch_progress.py::StaffTestCase::test_can_progress_different_states": 0.47289337500114925,
"hypha/apply/funds/tests/views/test_batch_progress.py::StaffTestCase::test_can_progress_multiple_applications": 0.9429610840015812,
"hypha/apply/funds/tests/views/test_batch_progress.py::StaffTestCase::test_can_progress_one_in_mixed_state": 0.4437733740051044,
"hypha/apply/funds/tests/views/test_batch_progress.py::StaffTestCase::test_cant_progress_in_incorrect_state": 0.33982808199652936,
"hypha/apply/funds/tests/views/test_batch_progress.py::StaffTestCase::test_determine_redirects": 0.2351640819979366,
"hypha/apply/funds/tests/views/test_batch_progress.py::StaffTestCase::test_messenger_not_called_with_failed": 0.3188801259821048,
"hypha/apply/funds/tests/views/test_batch_progress.py::StaffTestCase::test_messenger_with_submission_in_review": 0.30122216598829255,
"hypha/apply/funds/tests/views/test_batch_progress.py::StaffTestCase::test_mixed_determine_notifies": 0.36853354099730495,
"hypha/apply/funds/tests/views/test_batch_reviewers.py::StaffTestCase::test_can_assign_role_reviewers": 0.7183987090102164,
"hypha/apply/funds/tests/views/test_batch_reviewers.py::StaffTestCase::test_can_reassign_from_other_role_reviewers": 0.6453075000026729,
"hypha/apply/funds/tests/views/test_batch_reviewers.py::StaffTestCase::test_can_reassign_role_reviewers": 0.694828542007599,
"hypha/apply/funds/tests/views/test_batch_reviewers.py::StaffTestCase::test_doesnt_remove_if_already_reviewed": 0.641025916003855,
"hypha/apply/funds/tests/views/test_rounds.py::TestApplicantRoundPage::test_cant_access_page": 0.48802370800694916,
"hypha/apply/funds/tests/views/test_rounds.py::TestReviewerAllRoundPage::test_cant_access_page": 0.10407891600334551,
"hypha/apply/funds/tests/views/test_rounds.py::TestStaffRoundPage::test_can_access_page": 0.1524847920081811,
"hypha/apply/projects/tests/test_commands.py::TestNotifyReportDue::test_dont_notify_already_notified": 0.1616539160022512,
"hypha/apply/projects/tests/test_commands.py::TestNotifyReportDue::test_dont_notify_project_complete": 0.10923012399871368,
"hypha/apply/projects/tests/test_commands.py::TestNotifyReportDue::test_dont_notify_project_not_in_progress": 0.09862420799618121,
"hypha/apply/projects/tests/test_commands.py::TestNotifyReportDue::test_dont_notify_report_due_in_7_days_already_submitted": 0.1339957919990411,
"hypha/apply/projects/tests/test_commands.py::TestNotifyReportDue::test_notify_report_due_in_7_days": 0.14427958200394642,
"hypha/apply/projects/tests/test_files.py::TestFlatten::test_no_items": 0.005102166993310675,
"hypha/apply/projects/tests/test_files.py::TestFlatten::test_one_level_of_items": 0.0012258340138942003,
"hypha/apply/projects/tests/test_files.py::TestFlatten::test_three_levels_of_items": 0.0011934590002056211,
"hypha/apply/projects/tests/test_files.py::TestFlatten::test_two_levels_of_items": 0.0012842079886468127,
"hypha/apply/projects/tests/test_files.py::TestGetFiles::test_get_files": 0.13386766701296438,
"hypha/apply/projects/tests/test_forms.py::TestChangeInvoiceStatusFormForm::test_finance1_choices_with_approved_by_staff_status": 0.1484005420061294,
"hypha/apply/projects/tests/test_forms.py::TestChangeInvoiceStatusFormForm::test_finance1_choices_with_changes_requested_by_finance1_status": 0.11817262500699144,
"hypha/apply/projects/tests/test_forms.py::TestChangeInvoiceStatusFormForm::test_finance1_choices_with_changes_requested_by_staff_status": 0.12750449999293778,
"hypha/apply/projects/tests/test_forms.py::TestChangeInvoiceStatusFormForm::test_finance1_choices_with_resubmitted_status": 0.11660887401376385,
"hypha/apply/projects/tests/test_forms.py::TestChangeInvoiceStatusFormForm::test_finance1_choices_with_submitted_status": 0.11782875099743251,
"hypha/apply/projects/tests/test_forms.py::TestChangeInvoiceStatusFormForm::test_staff_choices_with_approved_by_staff_status": 0.12758087500697002,
"hypha/apply/projects/tests/test_forms.py::TestChangeInvoiceStatusFormForm::test_staff_choices_with_changes_requested_by_finance1_status": 0.1288460419891635,
"hypha/apply/projects/tests/test_forms.py::TestChangeInvoiceStatusFormForm::test_staff_choices_with_changes_requested_by_staff_status": 0.11758575099520385,
"hypha/apply/projects/tests/test_forms.py::TestChangeInvoiceStatusFormForm::test_staff_choices_with_resubmitted_status": 0.10874495800817385,
"hypha/apply/projects/tests/test_forms.py::TestChangeInvoiceStatusFormForm::test_staff_choices_with_submitted_status": 0.12755224900320172,
"hypha/apply/projects/tests/test_forms.py::TestChangePAFStatusForm::test_comment_is_not_required": 0.14317837500129826,
"hypha/apply/projects/tests/test_forms.py::TestChangePAFStatusForm::test_paf_status_is_required": 0.14498483299394138,
"hypha/apply/projects/tests/test_forms.py::TestContractUploadForm::test_applicant_can_upload_signed": 0.027050541000789963,
"hypha/apply/projects/tests/test_forms.py::TestContractUploadForm::test_applicant_cant_upload_unsigned": 0.004058625010657124,
"hypha/apply/projects/tests/test_forms.py::TestCreateInvoiceForm::test_adding_invoice": 0.11762095801532269,
"hypha/apply/projects/tests/test_forms.py::TestCreateInvoiceForm::test_supporting_documents_not_required": 0.1233746250072727,
"hypha/apply/projects/tests/test_forms.py::TestEditInvoiceForm::test_add_new_supporting_document": 0.10722149898356292,
"hypha/apply/projects/tests/test_forms.py::TestEditInvoiceForm::test_keep_existing_supporting_document": 0.10286595900834072,
"hypha/apply/projects/tests/test_forms.py::TestEditInvoiceForm::test_remove_existing_supporting_document": 0.11785145799512975,
"hypha/apply/projects/tests/test_forms.py::TestProjectForm::test_updating_fields_sets_changed_flag": 0.13581920899741817,
"hypha/apply/projects/tests/test_forms.py::TestSelectDocumentForm::test_copying_files": 0.11753445900103543,
"hypha/apply/projects/tests/test_forms.py::TestStaffContractUploadForm::test_staff_can_upload_signed": 0.005842333994223736,
"hypha/apply/projects/tests/test_forms.py::TestStaffContractUploadForm::test_staff_can_upload_unsigned": 0.0014625409967266023,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_applicant_can_edit_invoice": 0.36067658200045116,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_applicant_cant_edit_deliverables": 1.0823944180010585,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_applicant_cant_edit_invoice": 0.5693649989989353,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_can_user_delete_from_submitted": 0.10872016599751078,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_deliverables_total_amount": 0.2221907079947414,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_finance1_cant_edit_deliverables": 0.8016104589914903,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_invoice_status_user_choices": 0.008552208004402928,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_paid_value_overrides_paid_value": 0.22854858300706837,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_paid_value_used_when_no_paid_value": 0.13442437601042911,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_staff_can_change_status": 0.5491852499981178,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_staff_can_delete_from_submitted": 0.11022920900722966,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_staff_can_edit_deliverables": 0.3231267920054961,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_staff_can_edit_invoice": 0.34331587501219474,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_staff_cant_change_status": 0.4650807089929003,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_staff_cant_delete_from_changes_requested": 0.14114908399642445,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_staff_cant_delete_from_declined": 0.11982054098916706,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_staff_cant_delete_from_paid": 0.1191826250142185,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_staff_cant_delete_from_resubmitted": 0.1199864170193905,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_staff_cant_edit_deliverables": 0.6452054999972461,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_staff_cant_edit_invoice": 0.5655499580025207,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_user_cant_delete_from_changes_requested": 0.14574487498612143,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_user_cant_delete_from_declined": 0.12117495699203573,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_user_cant_delete_from_paid": 0.1265700009826105,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_user_cant_delete_from_resubmitted": 0.0983843750145752,
"hypha/apply/projects/tests/test_models.py::TestInvoiceQueryset::test_approved_by_finance_1": 0.13576570901204832,
"hypha/apply/projects/tests/test_models.py::TestInvoiceQueryset::test_approved_by_staff": 0.10525537398643792,
"hypha/apply/projects/tests/test_models.py::TestInvoiceQueryset::test_for_finance_1": 0.3382174160069553,
"hypha/apply/projects/tests/test_models.py::TestInvoiceQueryset::test_get_totals": 0.4366769159823889,
"hypha/apply/projects/tests/test_models.py::TestInvoiceQueryset::test_get_totals_no_value": 0.0035412909783190116,
"hypha/apply/projects/tests/test_models.py::TestInvoiceQueryset::test_not_rejected": 0.39176737499656156,
"hypha/apply/projects/tests/test_models.py::TestInvoiceQueryset::test_rejected": 0.22106050000002142,
"hypha/apply/projects/tests/test_models.py::TestProjectModel::test_create_from_submission": 0.10501745699730236,
"hypha/apply/projects/tests/test_models.py::TestReport::test_late_if_two_weeks_behind": 0.18161625001812354,
"hypha/apply/projects/tests/test_models.py::TestReport::test_not_late_if_one_ahead": 0.13401095898007043,
"hypha/apply/projects/tests/test_models.py::TestReport::test_not_late_if_two_ahead_but_one_in_future": 0.10520433298370335,
"hypha/apply/projects/tests/test_models.py::TestReport::test_queryset_done_doesnt_includes_draft": 0.10481512498517986,
"hypha/apply/projects/tests/test_models.py::TestReport::test_queryset_done_doesnt_includes_to_do": 0.12037170901021454,
"hypha/apply/projects/tests/test_models.py::TestReport::test_queryset_done_includes_skipped": 0.11894400000164751,
"hypha/apply/projects/tests/test_models.py::TestReport::test_queryset_done_includes_submitted": 0.11718108298373409,
"hypha/apply/projects/tests/test_models.py::TestReport::test_start_date": 0.24062520900042728,
"hypha/apply/projects/tests/test_models.py::TestReport::test_start_date_with_submitted": 0.25737637499696575,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_current_due_report_gets_active_report": 0.1273511680192314,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_last_report_gets_report_in_past": 0.11218075000215322,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_last_report_gets_skipped": 0.1476065830065636,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_last_report_gets_submitted_report_in_past": 0.11285249999491498,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_months_always_relative": 0.134080083007575,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_next_date_month_from_now": 0.09995374899881426,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_next_date_week_from_now": 0.09915016702143475,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_no_report_creates_report": 0.15832229200168513,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_no_report_creates_report_if_current_skipped": 0.22101966699119657,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_no_report_creates_report_not_in_past": 0.13110008400690276,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_no_report_schedule_in_future_creates_report": 0.12217974997474812,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_past_due": 0.10555587499402463,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_past_due_has_drafts": 0.12318350000714418,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_past_due_no_future": 0.10981916700256988,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_past_due_no_skipped": 0.13750149997940753,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_past_due_no_submitted": 0.10772899998119101,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_past_due_report_creates_report": 0.15195170797233004,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_past_due_report_future_schedule_creates_report": 0.1374447499983944,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_submitted_report_unaffected": 0.17076241798349656,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_today_schedule_gets_report_today": 0.16061079200881068,
"hypha/apply/projects/tests/test_templatetags.py::TestContractTools::test_only_owner_or_contracting_can_upload_contract": 0.5676478329842212,
"hypha/apply/projects/tests/test_templatetags.py::TestContractTools::test_owner_can_only_upload_during_contracting": 0.6402261679904768,
"hypha/apply/projects/tests/test_templatetags.py::TestContractTools::test_staff_cant_upload_contract": 0.5689112920081243,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_applicant_and_staff_can_edit_in_resubmitted": 0.11623037500248756,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_applicant_and_staff_can_edit_in_submitted": 0.13136824998946395,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_applicant_and_staff_cant_edit_in_decline": 0.11734066600911319,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_applicant_and_staff_cant_edit_in_paid": 0.10995479200209957,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_applicant_can_edit_in_changes_requested": 0.13524008401145693,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_staff_can_change_status_from_changes_requested": 0.10782370800734498,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_staff_can_change_status_from_resubmitted": 0.14100049997796305,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_staff_can_change_status_from_submitted": 0.23633079101273324,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_staff_can_delete_from_submitted": 0.14169491599022876,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_staff_cant_change_status_from_declined": 0.1101319989975309,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_staff_cant_change_status_from_paid": 0.12339154098299332,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_staff_cant_delete_from_changes_requested": 0.11994612499256618,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_staff_cant_delete_from_declined": 0.1160087920143269,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_staff_cant_delete_from_paid": 0.10319912500563078,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_staff_cant_delete_from_resubmitted": 0.12612712499685585,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_staff_cant_edit_in_changes_requested": 0.12914691599144135,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_user_can_delete_from_changes_requested": 0.11350925000442658,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_user_can_delete_from_submitted": 0.11541812498762738,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_user_cant_change_status_from_changes_requested": 0.1104340010060696,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_user_cant_change_status_from_declined": 0.12355141701118555,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_user_cant_change_status_from_paid": 0.11175741598708555,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_user_cant_change_status_from_resubmitted": 0.11757970899634529,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_user_cant_change_status_from_submitted": 0.11079849998350255,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_user_cant_delete_from_declined": 0.14275220899435226,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_user_cant_delete_from_paid": 0.11026758300431538,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_user_cant_delete_from_resubmitted": 0.11604733299463987,
"hypha/apply/projects/tests/test_views.py::ApplicantStaffProjectDetailDownloadView::test_cant_access_docx": 0.24375675000192132,
"hypha/apply/projects/tests/test_views.py::ApplicantStaffProjectDetailDownloadView::test_cant_access_pdf": 0.17808720799803268,
"hypha/apply/projects/tests/test_views.py::TestAnonPacketView::test_anonymous_can_not_access": 0.26297937500930857,
"hypha/apply/projects/tests/test_views.py::TestApplicantChangeInoviceStatus::test_can": 0.28795220800384413,
"hypha/apply/projects/tests/test_views.py::TestApplicantChangeInoviceStatus::test_other_cant": 0.2800875839893706,
"hypha/apply/projects/tests/test_views.py::TestApplicantDetailInvoiceStatus::test_can": 0.25272679200861603,
"hypha/apply/projects/tests/test_views.py::TestApplicantDetailInvoiceStatus::test_other_cant": 0.22668720898218453,
"hypha/apply/projects/tests/test_views.py::TestApplicantEditInvoiceView::test_editing_invoice_remove_supporting_document": 0.24885154199728277,
"hypha/apply/projects/tests/test_views.py::TestApplicantEditInvoiceView::test_editing_payment_keeps_receipts": 0.27884604199789464,
"hypha/apply/projects/tests/test_views.py::TestApplicantInvoiceDocumentPrivateMedia::test_can_access_own": 0.2223444169940194,
"hypha/apply/projects/tests/test_views.py::TestApplicantInvoiceDocumentPrivateMedia::test_cant_access_other": 0.24444162601139396,
"hypha/apply/projects/tests/test_views.py::TestApplicantProjectDetailView::test_applicant_can_see_lead": 0.21861945900309365,
"hypha/apply/projects/tests/test_views.py::TestApplicantProjectDetailView::test_applicant_cant_see_hidden_lead": 0.22729687500395812,
"hypha/apply/projects/tests/test_views.py::TestApplicantProjectDetailView::test_has_access": 0.22575587501341943,
"hypha/apply/projects/tests/test_views.py::TestApplicantProjectDetailView::test_lab_project_renders": 0.18394862400600687,
"hypha/apply/projects/tests/test_views.py::TestApplicantReportDetail::test_can_access_own_submitted_report": 0.20943116600392386,
"hypha/apply/projects/tests/test_views.py::TestApplicantReportDetail::test_cant_access_other_draft_report": 0.21608866701717488,
"hypha/apply/projects/tests/test_views.py::TestApplicantReportDetail::test_cant_access_other_future_report": 0.273025290996884,
"hypha/apply/projects/tests/test_views.py::TestApplicantReportDetail::test_cant_access_other_submitted_report": 0.23565379199862946,
"hypha/apply/projects/tests/test_views.py::TestApplicantReportDetail::test_cant_access_own_draft_report": 0.2391594159998931,
"hypha/apply/projects/tests/test_views.py::TestApplicantReportDetail::test_cant_access_own_future_report": 0.20912695799779613,
"hypha/apply/projects/tests/test_views.py::TestApplicantSelectDocumentView::test_can_choose": 0.2893836670118617,
"hypha/apply/projects/tests/test_views.py::TestApplicantSubmitReport::test_cant_edit_submitted_report": 0.3001146669848822,
"hypha/apply/projects/tests/test_views.py::TestApplicantSubmitReport::test_cant_get_other_report": 0.23809237500245217,
"hypha/apply/projects/tests/test_views.py::TestApplicantSubmitReport::test_cant_get_own_report_for_closing_and_complete_project": 0.4071675009909086,
"hypha/apply/projects/tests/test_views.py::TestApplicantSubmitReport::test_cant_submit_blank_report": 0.2873918330005836,
"hypha/apply/projects/tests/test_views.py::TestApplicantSubmitReport::test_cant_submit_other_report": 0.22775758300849702,
"hypha/apply/projects/tests/test_views.py::TestApplicantSubmitReport::test_get_own_report_for_inprogress_project": 0.23329258398734964,
"hypha/apply/projects/tests/test_views.py::TestApplicantSubmitReport::test_save_report_draft": 0.3353248749917839,
"hypha/apply/projects/tests/test_views.py::TestApplicantSubmitReport::test_save_report_with_draft": 0.32726933399681,
"hypha/apply/projects/tests/test_views.py::TestApplicantSubmitReport::test_submit_own_report": 0.35380920801253524,
"hypha/apply/projects/tests/test_views.py::TestApplicantSubmitReport::test_submit_private_report": 0.3097526260098675,
"hypha/apply/projects/tests/test_views.py::TestApplicantSupportingDocumentPrivateMedia::test_can_access_own": 0.20620016699831467,
"hypha/apply/projects/tests/test_views.py::TestApplicantSupportingDocumentPrivateMedia::test_cant_access_other": 0.2640417069924297,
"hypha/apply/projects/tests/test_views.py::TestApplicantUploadContractView::test_non_owner_upload_contract": 0.24459650099743158,
"hypha/apply/projects/tests/test_views.py::TestApplicantUploadContractView::test_owner_upload_contract": 0.3410101249901345,
"hypha/apply/projects/tests/test_views.py::TestApproveContractView::test_approve_already_approved_contract": 0.3240118329995312,
"hypha/apply/projects/tests/test_views.py::TestApproveContractView::test_approve_unapproved_contract": 0.46638287499081343,
"hypha/apply/projects/tests/test_views.py::TestApproveContractView::test_approve_unsigned_contract": 0.2587989169842331,
"hypha/apply/projects/tests/test_views.py::TestApproveContractView::test_attempt_to_approve_non_latest": 0.2812395420187386,
"hypha/apply/projects/tests/test_views.py::TestChangePAFStatusView::test_assigned_approvers_can_approve_paf": 0.34112191702297423,
"hypha/apply/projects/tests/test_views.py::TestChangePAFStatusView::test_assigned_approvers_can_reject_paf": 0.3952979169844184,
"hypha/apply/projects/tests/test_views.py::TestChangePAFStatusView::test_unassigned_applicant_cant_update_paf_status": 0.22829037500196137,
"hypha/apply/projects/tests/test_views.py::TestChangePAFStatusView::test_unassigned_contracting_cant_update_paf_status": 0.2754743349942146,
"hypha/apply/projects/tests/test_views.py::TestChangePAFStatusView::test_unassigned_finance_cant_update_paf_status": 0.30582287500146776,
"hypha/apply/projects/tests/test_views.py::TestChangePAFStatusView::test_unassigned_staff_cant_update_paf_status": 0.2617184160044417,
"hypha/apply/projects/tests/test_views.py::TestContractsMixin::test_all_signed_and_approved_contracts_appear": 0.16962037498888094,
"hypha/apply/projects/tests/test_views.py::TestContractsMixin::test_all_signed_and_unapproved_returns_latest": 0.09539520897669718,
"hypha/apply/projects/tests/test_views.py::TestContractsMixin::test_all_unsigned_and_unapproved_returns_only_latest": 0.1542089590075193,
"hypha/apply/projects/tests/test_views.py::TestContractsMixin::test_mixture_of_both_latest_signed_and_approved": 0.1412354580097599,
"hypha/apply/projects/tests/test_views.py::TestContractsMixin::test_mixture_of_both_latest_signed_and_unapproved": 0.1423140010156203,
"hypha/apply/projects/tests/test_views.py::TestContractsMixin::test_mixture_of_both_latest_unsigned_and_unapproved": 0.12856825001654215,
"hypha/apply/projects/tests/test_views.py::TestContractsMixin::test_mixture_with_latest_signed_returns_no_unsigned": 0.11186479100433644,
"hypha/apply/projects/tests/test_views.py::TestContractsMixin::test_no_contracts_returns_nothing": 0.08310683300078381,
"hypha/apply/projects/tests/test_views.py::TestFinanceDetailInvoiceStatus::test_can": 0.2309108329936862,
"hypha/apply/projects/tests/test_views.py::TestFinanceDetailInvoiceStatus::test_wrong_project_cant": 0.33909270801814273,
"hypha/apply/projects/tests/test_views.py::TestFinanceProjectDetailView::test_has_access": 0.27102041701436974,
"hypha/apply/projects/tests/test_views.py::TestFinanceProjectDetailView::test_lab_project_renders": 0.4222865420015296,
"hypha/apply/projects/tests/test_views.py::TestProjectDetailApprovalView::test_staff_only": 0.1518859999923734,
"hypha/apply/projects/tests/test_views.py::TestProjectListView::test_applicants_cannot_access_project_list_page": 0.3024735409999266,
"hypha/apply/projects/tests/test_views.py::TestProjectListView::test_staff_can_access_project_list_page": 0.325064000004204,
"hypha/apply/projects/tests/test_views.py::TestRemoveDocumentView::test_remove_document": 0.49640070901659783,
"hypha/apply/projects/tests/test_views.py::TestRemoveDocumentView::test_remove_non_existent_document": 0.34155808499781415,
"hypha/apply/projects/tests/test_views.py::TestReviewerUserProjectDetailView::test_doesnt_have_access": 0.18817658399348147,
"hypha/apply/projects/tests/test_views.py::TestSendForApprovalView::test_send_for_approval_fails_when_project_is_locked": 0.13194437501078937,
"hypha/apply/projects/tests/test_views.py::TestSendForApprovalView::test_send_for_approval_fails_when_project_is_not_in_draft_state": 0.1445700430049328,
"hypha/apply/projects/tests/test_views.py::TestSendForApprovalView::test_send_for_approval_happy_path": 0.3837791260157246,
"hypha/apply/projects/tests/test_views.py::TestSkipReport::test_can_skip_draft_report": 0.4285799589997623,
"hypha/apply/projects/tests/test_views.py::TestSkipReport::test_can_skip_report": 0.4366433740069624,
"hypha/apply/projects/tests/test_views.py::TestSkipReport::test_can_unskip_report": 0.41146724999998696,
"hypha/apply/projects/tests/test_views.py::TestSkipReport::test_cant_skip_current_report": 0.3519052920019021,
"hypha/apply/projects/tests/test_views.py::TestSkipReport::test_cant_skip_submitted_report": 0.3478026660013711,
"hypha/apply/projects/tests/test_views.py::TestStaffChangeInvoiceStatus::test_can": 0.2663223330018809,
"hypha/apply/projects/tests/test_views.py::TestStaffDetailInvoiceStatus::test_can": 0.8447392490052152,
"hypha/apply/projects/tests/test_views.py::TestStaffDetailInvoiceStatus::test_wrong_project_cant": 0.35367204100475647,
"hypha/apply/projects/tests/test_views.py::TestStaffEditInvoiceView::test_editing_invoice_keeps_supprting_document": 0.2634526659967378,
"hypha/apply/projects/tests/test_views.py::TestStaffEditInvoiceView::test_editing_invoice_remove_supporting_document": 0.2575070839811815,
"hypha/apply/projects/tests/test_views.py::TestStaffInoviceDocumentPrivateMedia::test_can_access": 0.7114744159916881,
"hypha/apply/projects/tests/test_views.py::TestStaffInoviceDocumentPrivateMedia::test_cant_access_if_project_wrong": 0.37489687697961926,
"hypha/apply/projects/tests/test_views.py::TestStaffInvoiceSupportingDocumentPrivateMedia::test_can_access": 0.23920029200962745,
"hypha/apply/projects/tests/test_views.py::TestStaffPacketView::test_staff_can_access": 0.2193554569967091,
"hypha/apply/projects/tests/test_views.py::TestStaffProjectDetailDownloadView::test_can_access_docx": 0.2820612930081552,
"hypha/apply/projects/tests/test_views.py::TestStaffProjectDetailDownloadView::test_can_access_pdf": 0.26895941600378137,
"hypha/apply/projects/tests/test_views.py::TestStaffProjectDetailDownloadView::test_response_object_is_docx": 0.24403937501483597,
"hypha/apply/projects/tests/test_views.py::TestStaffProjectDetailDownloadView::test_response_object_is_pdf": 0.23025387499365024,
"hypha/apply/projects/tests/test_views.py::TestStaffProjectDetailView::test_has_access": 0.24629650000133552,
"hypha/apply/projects/tests/test_views.py::TestStaffProjectDetailView::test_lab_project_renders": 0.19028508399787825,
"hypha/apply/projects/tests/test_views.py::TestStaffReportDetail::test_can_access_submitted_report": 0.6597217920061667,
"hypha/apply/projects/tests/test_views.py::TestStaffReportDetail::test_cant_access_draft_report": 0.8946951670077397,
"hypha/apply/projects/tests/test_views.py::TestStaffReportDetail::test_cant_access_future_report": 0.31899958300346043,
"hypha/apply/projects/tests/test_views.py::TestStaffReportDetail::test_cant_access_skipped_report": 0.22294487299222965,
"hypha/apply/projects/tests/test_views.py::TestStaffSelectDocumentView::test_can_choose": 0.40352912500384264,
"hypha/apply/projects/tests/test_views.py::TestStaffSubmitReport::test_cant_get_page_for_closing_and_complete_project": 0.5003637500049081,
"hypha/apply/projects/tests/test_views.py::TestStaffSubmitReport::test_cant_submit_blank_report": 0.2428864160028752,
"hypha/apply/projects/tests/test_views.py::TestStaffSubmitReport::test_cant_submit_future_report": 0.2703184580168454,
"hypha/apply/projects/tests/test_views.py::TestStaffSubmitReport::test_cant_submit_report_for_closing_and_complete_project": 0.3909244590176968,
"hypha/apply/projects/tests/test_views.py::TestStaffSubmitReport::test_edit_submitted_report": 0.3571559169795364,
"hypha/apply/projects/tests/test_views.py::TestStaffSubmitReport::test_get_page_for_inprogress_project": 0.2660529580025468,
"hypha/apply/projects/tests/test_views.py::TestStaffSubmitReport::test_resubmit_submitted_report": 0.44359824899584055,
"hypha/apply/projects/tests/test_views.py::TestStaffSubmitReport::test_save_report_draft": 0.4963683329988271,
"hypha/apply/projects/tests/test_views.py::TestStaffSubmitReport::test_save_report_with_draft": 0.3745322080067126,
"hypha/apply/projects/tests/test_views.py::TestStaffSubmitReport::test_submit_private_report": 0.3131934600096429,
"hypha/apply/projects/tests/test_views.py::TestStaffSubmitReport::test_submit_report": 0.3601252500084229,
"hypha/apply/projects/tests/test_views.py::TestSuperUserProjectDetailView::test_has_access": 0.29523887402319815,
"hypha/apply/projects/tests/test_views.py::TestUpdateLeadView::test_update_lead": 0.353124665984069,
"hypha/apply/projects/tests/test_views.py::TestUpdateLeadView::test_update_lead_from_none": 0.7488907090155408,
"hypha/apply/projects/tests/test_views.py::TestUploadDocumentView::test_upload_document": 0.3624007500038715,
"hypha/apply/projects/tests/test_views.py::TestUserPacketView::test_owner_can_access": 0.1898616250109626,
"hypha/apply/projects/tests/test_views.py::TestUserPacketView::test_user_can_not_access": 0.2274849160166923,
"hypha/apply/projects/tests/test_views.py::TestUserProjectDetailView::test_doesnt_have_access": 0.3639393339981325,
"hypha/apply/projects/tests/test_views.py::TestUserProjectDetailView::test_owner_has_access": 0.299876334000146,
"hypha/apply/review/tests/test_admin.py::TestReviewFormAdminForm::test_can_create_review_form": 0.008435582989477552,
"hypha/apply/review/tests/test_admin_views.py::TestCreateReviewFormView::test_comments_block_required": 0.15592254098737612,
"hypha/apply/review/tests/test_admin_views.py::TestCreateReviewFormView::test_field_label_required": 0.10148266698524822,
"hypha/apply/review/tests/test_admin_views.py::TestCreateReviewFormView::test_form_creation": 0.1330124590167543,
"hypha/apply/review/tests/test_admin_views.py::TestCreateReviewFormView::test_name_field_required": 0.09870395802136045,
"hypha/apply/review/tests/test_admin_views.py::TestCreateReviewFormView::test_recommendation_block_required": 0.099940083004185,
"hypha/apply/review/tests/test_admin_views.py::TestCreateReviewFormView::test_visibility_block_required": 0.1194612500112271,
"hypha/apply/review/tests/test_models.py::TestReviewQueryset::test_review_no_opinion_agree": 0.18972470800508745,
"hypha/apply/review/tests/test_models.py::TestReviewQueryset::test_review_no_opinion_disagree": 0.14048045700474177,
"hypha/apply/review/tests/test_models.py::TestReviewQueryset::test_review_not_all_opinion": 0.1744836680154549,
"hypha/apply/review/tests/test_models.py::TestReviewQueryset::test_review_yes_mixed_opinion": 0.13526870800706092,
"hypha/apply/review/tests/test_models.py::TestReviewQueryset::test_review_yes_opinion_agree": 0.18868058199586812,
"hypha/apply/review/tests/test_models.py::TestReviewQueryset::test_review_yes_opinion_disagree": 0.15502837400708813,
"hypha/apply/review/tests/test_models.py::TestReviewQueryset::test_reviews_maybe": 0.12979304198233876,
"hypha/apply/review/tests/test_models.py::TestReviewQueryset::test_reviews_mixed": 0.11563266599841882,
"hypha/apply/review/tests/test_models.py::TestReviewQueryset::test_reviews_no": 0.0904058749874821,
"hypha/apply/review/tests/test_models.py::TestReviewQueryset::test_reviews_yes": 0.10587304198998027,
"hypha/apply/review/tests/test_views.py::NonStaffReviewOpinionCase::test_nonstaff_cant_post_opinion_to_review": 0.25143445798312314,
"hypha/apply/review/tests/test_views.py::ReviewDetailTestCase::test_review_detail_opinion": 0.3170596249983646,
"hypha/apply/review/tests/test_views.py::ReviewDetailTestCase::test_review_detail_recommendation": 0.2377099999866914,
"hypha/apply/review/tests/test_views.py::ReviewDetailVisibilityTestCase::test_review_detail_visibility_private": 0.224015750005492,
"hypha/apply/review/tests/test_views.py::ReviewDetailVisibilityTestCase::test_review_detail_visibility_reviewer": 0.2626899989991216,
"hypha/apply/review/tests/test_views.py::ReviewListTestCase::test_review_list_opinion": 0.2828842919989256,
"hypha/apply/review/tests/test_views.py::ReviewWorkFlowActionTestCase::test_com_external_review_to_ready_for_discussion": 0.3843870000127936,
"hypha/apply/review/tests/test_views.py::ReviewWorkFlowActionTestCase::test_ext_external_review_to_ready_for_discussion": 0.30207137600518763,
"hypha/apply/review/tests/test_views.py::ReviewWorkFlowActionTestCase::test_external_review_to_ready_for_discussion": 0.28767000100924633,
"hypha/apply/review/tests/test_views.py::ReviewWorkFlowActionTestCase::test_initial_state_transition_to_internal_review": 0.2917219990049489,
"hypha/apply/review/tests/test_views.py::ReviewWorkFlowActionTestCase::test_internal_review_to_ready_for_discussion": 0.3138916669995524,
"hypha/apply/review/tests/test_views.py::ReviewWorkFlowActionTestCase::test_proposal_discussion_to_proposal_internal_review": 0.3170837490033591,
"hypha/apply/review/tests/test_views.py::ReviewWorkFlowActionTestCase::test_submission_did_not_transition": 0.30372599998372607,
"hypha/apply/review/tests/test_views.py::StaffReviewFormTestCase::test_can_access_form": 0.2109364589850884,
"hypha/apply/review/tests/test_views.py::StaffReviewFormTestCase::test_can_edit_draft_review": 0.20035854099842254,
"hypha/apply/review/tests/test_views.py::StaffReviewFormTestCase::test_can_submit_draft_review": 0.8352148759877309,
"hypha/apply/review/tests/test_views.py::StaffReviewFormTestCase::test_cant_access_wrong_status": 0.305167790982523,
"hypha/apply/review/tests/test_views.py::StaffReviewFormTestCase::test_cant_resubmit_review": 0.21662895898043644,
"hypha/apply/review/tests/test_views.py::StaffReviewFormTestCase::test_revision_captured_on_review": 0.2913419170072302,
"hypha/apply/review/tests/test_views.py::StaffReviewListingTestCase::test_can_access_review_listing": 0.3320708759711124,
"hypha/apply/review/tests/test_views.py::StaffReviewListingTestCase::test_draft_reviews_dont_appear": 0.22144291699805763,
"hypha/apply/review/tests/test_views.py::StaffReviewOpinionCase::test_can_add_opinion_to_others_review": 0.29545208300987724,
"hypha/apply/review/tests/test_views.py::StaffReviewOpinionCase::test_can_see_opinion_buttons_on_others_review": 0.2340127509960439,
"hypha/apply/review/tests/test_views.py::StaffReviewOpinionCase::test_cant_see_opinion_buttons_on_self_review": 0.21341574999678414,
"hypha/apply/review/tests/test_views.py::StaffReviewOpinionCase::test_disagree_opinion_redirects_to_review_form": 0.2726238339964766,
"hypha/apply/review/tests/test_views.py::StaffReviewsTestCase::test_can_access_other_review": 0.2517211249942193,
"hypha/apply/review/tests/test_views.py::StaffReviewsTestCase::test_can_access_review": 0.2821865829901071,
"hypha/apply/review/tests/test_views.py::TestReviewScore::test_average_score_calculated": 0.30477920998237096,
"hypha/apply/review/tests/test_views.py::TestReviewScore::test_na_included_in_review_average": 0.30002750000858214,
"hypha/apply/review/tests/test_views.py::TestReviewScore::test_na_included_multiple_reviews_average": 0.416472667013295,
"hypha/apply/review/tests/test_views.py::TestReviewScore::test_na_included_reviews_average": 0.34798099999898113,
"hypha/apply/review/tests/test_views.py::TestReviewScore::test_no_score_is_NA": 0.32282945899351034,
"hypha/apply/review/tests/test_views.py::TestReviewScore::test_score_calculated": 0.3091085840133019,
"hypha/apply/review/tests/test_views.py::UserReviewFormTestCase::test_cant_access_form": 0.2436380009894492,
"hypha/apply/search/tests/test_filters.py::test_date_filter_tokens_to_q_obj[tokens0-date_field-expected0]": 0.0005595830007223412,
"hypha/apply/search/tests/test_filters.py::test_date_filter_tokens_to_q_obj[tokens1-date_field-expected1]": 0.0013284169981488958,
"hypha/apply/search/tests/test_filters.py::test_date_filter_tokens_to_q_obj[tokens10-date_field-expected10]": 0.0003731660108314827,
"hypha/apply/search/tests/test_filters.py::test_date_filter_tokens_to_q_obj[tokens11-date_field-expected11]": 0.0003240409860154614,
"hypha/apply/search/tests/test_filters.py::test_date_filter_tokens_to_q_obj[tokens2-date_field-expected2]": 0.0007101249939296395,
"hypha/apply/search/tests/test_filters.py::test_date_filter_tokens_to_q_obj[tokens3-date_field-expected3]": 0.0003325830039102584,
"hypha/apply/search/tests/test_filters.py::test_date_filter_tokens_to_q_obj[tokens4-date_field-expected4]": 0.00032925100822467357,
"hypha/apply/search/tests/test_filters.py::test_date_filter_tokens_to_q_obj[tokens5-date_field-expected5]": 0.0003669580037239939,
"hypha/apply/search/tests/test_filters.py::test_date_filter_tokens_to_q_obj[tokens6-date_field-expected6]": 0.0003176249883836135,
"hypha/apply/search/tests/test_filters.py::test_date_filter_tokens_to_q_obj[tokens7-date_field-expected7]": 0.0003148760151816532,
"hypha/apply/search/tests/test_filters.py::test_date_filter_tokens_to_q_obj[tokens8-date_field-expected8]": 0.0003129150136373937,
"hypha/apply/search/tests/test_filters.py::test_date_filter_tokens_to_q_obj[tokens9-date_field-expected9]": 0.0002997919946210459,
"hypha/apply/search/tests/test_query_parser.py::test_parse_search_query[\"hello world\"-expected8]": 0.000484500007587485,
"hypha/apply/search/tests/test_query_parser.py::test_parse_search_query[#12 #13-expected1]": 0.0006723750120727345,
"hypha/apply/search/tests/test_query_parser.py::test_parse_search_query[#12 text after-expected3]": 0.0003491259994916618,
"hypha/apply/search/tests/test_query_parser.py::test_parse_search_query[-expected0]": 0.0003318749804748222,
"hypha/apply/search/tests/test_query_parser.py::test_parse_search_query[hello-expected4]": 0.00032487501448486,
"hypha/apply/search/tests/test_query_parser.py::test_parse_search_query[submitted:\"hello world\"-expected7]": 0.00047449998965021223,
"hypha/apply/search/tests/test_query_parser.py::test_parse_search_query[submitted:2023-12-02 hello-expected5]": 0.0004819160094484687,
"hypha/apply/search/tests/test_query_parser.py::test_parse_search_query[submitted:>2023-12-02 submitted:<2023-12-01 hello-expected6]": 0.00038554098864551634,
"hypha/apply/search/tests/test_query_parser.py::test_parse_search_query[text before #12-expected2]": 0.0005020829994464293,
"hypha/apply/search/tests/test_query_parser.py::test_tokenize_date_filter_value[1111-12-89-expected7]": 0.00039424997521564364,
"hypha/apply/search/tests/test_query_parser.py::test_tokenize_date_filter_value[2023-12-expected5]": 0.0003199580096406862,
"hypha/apply/search/tests/test_query_parser.py::test_tokenize_date_filter_value[2023-24-expected6]": 0.0003766659792745486,
"hypha/apply/search/tests/test_query_parser.py::test_tokenize_date_filter_value[2023-expected8]": 0.00036358300712890923,
"hypha/apply/search/tests/test_query_parser.py::test_tokenize_date_filter_value[<2023-12-01-expected1]": 0.0004558340006042272,
"hypha/apply/search/tests/test_query_parser.py::test_tokenize_date_filter_value[<=2023-12-01-expected2]": 0.0004237500252202153,
"hypha/apply/search/tests/test_query_parser.py::test_tokenize_date_filter_value[>2023-12-02-expected0]": 0.0006496250134659931,
"hypha/apply/search/tests/test_query_parser.py::test_tokenize_date_filter_value[>2023-expected9]": 0.00041533299372531474,
"hypha/apply/search/tests/test_query_parser.py::test_tokenize_date_filter_value[>=2023-12-01-expected3]": 0.00038016701000742614,
"hypha/apply/search/tests/test_query_parser.py::test_tokenize_date_filter_value[>=2023-12-expected4]": 0.0004462920187506825,
"hypha/apply/stream_forms/tests.py::TestBlocks::test_blocks_decode_none": 0.01722220898955129,
"hypha/apply/users/tests/test_forms.py::TestEmailChangePasswordForm::test_can_update_slack": 0.010450333007611334,
"hypha/apply/users/tests/test_forms.py::TestEmailChangePasswordForm::test_doesnt_error_on_null_slack_field": 0.004636040990590118,
"hypha/apply/users/tests/test_forms.py::TestProfileForm::test_can_change_email": 0.03748029199778102,
"hypha/apply/users/tests/test_forms.py::TestProfileForm::test_cant_set_slack_name": 0.007361875002970919,
"hypha/apply/users/tests/test_forms.py::TestProfileForm::test_email_unique": 0.008550833008484915,
"hypha/apply/users/tests/test_forms.py::TestStaffProfileForm::test_auto_prepend_at": 0.013536957994801924,
"hypha/apply/users/tests/test_forms.py::TestStaffProfileForm::test_can_clear_slack_name": 0.008553749983548187,
"hypha/apply/users/tests/test_forms.py::TestStaffProfileForm::test_can_set_slack_name": 0.007730750003247522,
"hypha/apply/users/tests/test_forms.py::TestStaffProfileForm::test_can_set_slack_name_with_trailing_space": 0.013859833983588032,
"hypha/apply/users/tests/test_forms.py::TestStaffProfileForm::test_cant_change_email_oauth": 0.022500167004182003,
"hypha/apply/users/tests/test_forms.py::TestStaffProfileForm::test_cant_set_slack_name_with_space": 0.011695542983943596,
"hypha/apply/users/tests/test_middleware.py::TestTwoFactorAuthenticationMiddleware::test_unverified_user_can_access_allowed_urls": 0.21408295900619123,
"hypha/apply/users/tests/test_middleware.py::TestTwoFactorAuthenticationMiddleware::test_unverified_user_redirect": 0.11140375000832137,
"hypha/apply/users/tests/test_middleware.py::TestTwoFactorAuthenticationMiddleware::test_verified_user_redirect": 0.13271904099383391,
"hypha/apply/users/tests/test_oauth_access.py::TestOAuthAccess::test_oauth_not_set_up": 0.12475291598821059,
"hypha/apply/users/tests/test_oauth_access.py::TestOAuthAccess::test_oauth_page_requires_login": 0.08118462501442991,
"hypha/apply/users/tests/test_oauth_access.py::TestOAuthAccess::test_oauth_user_email_not_whitelisted": 0.08304833300644532,
"hypha/apply/users/tests/test_oauth_access.py::TestOAuthAccess::test_oauth_whitelisted_user_can_access_oauth_settings_page": 0.09197625100205187,
"hypha/apply/users/tests/test_oauth_access.py::TestOAuthAccess::test_oauth_whitelisted_user_can_see_link_to_oauth_settings_page": 0.10593595700629521,
"hypha/apply/users/tests/test_tokens.py::test_passwordless_login_token": 0.02753137599211186,
"hypha/apply/users/tests/test_tokens.py::test_passwordless_signup_token": 0.003344626005855389,
"hypha/apply/users/tests/test_utils.py::TestActivationEmail::test_activation_email_includes_link": 0.005365875986171886,
"hypha/apply/users/tests/test_utils.py::TestGetUserByEmail::test_multiple_accounts_same_email": 0.016416831989772618,
"hypha/apply/users/tests/test_utils.py::TestGetUserByEmail::test_no_account": 0.004055124998558313,
"hypha/apply/users/tests/test_utils.py::TestGetUserByEmail::test_single_same_email": 0.006603458008612506,
"hypha/apply/users/tests/test_utils.py::TestUserAlreadyRegistered::test_case_sensitive_email": 0.014182165992679074,
"hypha/apply/users/tests/test_utils.py::TestUserAlreadyRegistered::test_no_account": 0.0015606659871991724,
"hypha/apply/users/tests/test_views.py::TestBecome::test_staff_cannot_become_superuser": 0.10971133399289101,
"hypha/apply/users/tests/test_views.py::TestBecome::test_staff_cannot_become_user": 0.10065803999896161,
"hypha/apply/users/tests/test_views.py::TestBecome::test_superuser_can_become_staff": 0.29551187400647905,
"hypha/apply/users/tests/test_views.py::TestBecome::test_superuser_cannot_become_superuser": 0.11557058201287873,
"hypha/apply/users/tests/test_views.py::TestBecome::test_user_cannot_become_other_user": 0.12962679198244587,
"hypha/apply/users/tests/test_views.py::TestBecome::test_user_cannot_become_staff": 0.09937158301181626,
"hypha/apply/users/tests/test_views.py::TestBecome::test_user_cannot_become_superuser": 0.1124879580020206,
"hypha/apply/users/tests/test_views.py::TestPasswordReset::test_recieves_email": 0.13236708300246391,
"hypha/apply/users/tests/test_views.py::TestProfileView::test_2fa_setup_view": 0.14879679201112594,
"hypha/apply/users/tests/test_views.py::TestProfileView::test_cant_access_if_not_logged_in": 0.09373920898360666,
"hypha/apply/users/tests/test_views.py::TestProfileView::test_doesnt_includes_change_password_for_oauth": 0.12147141700552311,
"hypha/apply/users/tests/test_views.py::TestProfileView::test_has_required_text_and_buttons": 0.12125729299441446,
"hypha/apply/users/tests/test_views.py::TestStaffProfileView::test_can_set_slack_name": 0.09951479198934976,
"hypha/apply/utils/tests/test_views.py::TestDelegatedViewMixin::test__access_if_no_object": 0.00844091699400451,
"hypha/apply/utils/tests/test_views.py::TestDelegatedViewMixin::test_parent_access_if_no_object": 0.0027507920167408884,
"hypha/core/templatetags/tests/test_query_params.py::QueryParamsTemplateTagTests::test_add_to_query": 0.01616579199617263,
"hypha/core/templatetags/tests/test_query_params.py::QueryParamsTemplateTagTests::test_add_to_query_only_query_string": 0.0015789180033607408,
"hypha/core/templatetags/tests/test_query_params.py::QueryParamsTemplateTagTests::test_construct_query_string": 0.006974666001042351,
"hypha/core/templatetags/tests/test_query_params.py::QueryParamsTemplateTagTests::test_construct_query_string_only_query_string": 0.0010245420126011595,
"hypha/core/templatetags/tests/test_query_params.py::QueryParamsTemplateTagTests::test_modify_query": 0.001178749997052364,
"hypha/core/templatetags/tests/test_query_params.py::QueryParamsTemplateTagTests::test_modify_query_only_query_string": 0.0011959179973928258,
"hypha/core/templatetags/tests/test_query_params.py::QueryParamsTemplateTagTests::test_remove_from_query": 0.0009410000056959689,
"hypha/core/templatetags/tests/test_query_params.py::QueryParamsTemplateTagTests::test_remove_from_query_only_query_string": 0.0011373340093996376,
"hypha/core/tests/test_utils.py::test_markdown_to_html[**bold**-<p><strong>bold</strong></p>]": 0.0006246249977266416,
"hypha/core/tests/test_utils.py::test_markdown_to_html[Header1 | Header2\\n------ | ------\\nCell1 | Cell2-<table><thead><tr><th>Header1</th><th>Header2</th></tr></thead><tbody><tr><td>Cell1</td><td>Cell2</td></tr></tbody></table>]": 0.0012280829978408292,
"hypha/core/tests/test_utils.py::test_markdown_to_html[~~strike~~-<p><del>strike</del></p>]": 0.0003647499979706481
}