forked from HyphaApp/hypha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.test_durations
905 lines (905 loc) · 114 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
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
{
"hypha/apply/activity/tests/test_messaging.py::TestActivityAdapter::test_activity_created": 0.10180791694438085,
"hypha/apply/activity/tests/test_messaging.py::TestActivityAdapter::test_handle_transition_public_to_public": 0.07979366602376103,
"hypha/apply/activity/tests/test_messaging.py::TestActivityAdapter::test_handle_transition_to_private_to_public": 0.07979237503604963,
"hypha/apply/activity/tests/test_messaging.py::TestActivityAdapter::test_handle_transition_to_public_to_private": 0.09596558299381286,
"hypha/apply/activity/tests/test_messaging.py::TestActivityAdapter::test_internal_transition_kwarg_for_invisible_transition": 0.07814237603452057,
"hypha/apply/activity/tests/test_messaging.py::TestActivityAdapter::test_lead_not_saved_on_activity": 0.10346592601854354,
"hypha/apply/activity/tests/test_messaging.py::TestActivityAdapter::test_lead_saved_on_activity": 0.08517849899362773,
"hypha/apply/activity/tests/test_messaging.py::TestActivityAdapter::test_public_transition_kwargs": 0.06788054102798924,
"hypha/apply/activity/tests/test_messaging.py::TestActivityAdapter::test_review_saved_on_activity": 0.09277483395999297,
"hypha/apply/activity/tests/test_messaging.py::TestActivityAdapter::test_reviewers_message_both": 55.97603029105812,
"hypha/apply/activity/tests/test_messaging.py::TestActivityAdapter::test_reviewers_message_no_added": 0.08434749901061878,
"hypha/apply/activity/tests/test_messaging.py::TestActivityAdapter::test_reviewers_message_no_removed": 0.09242612501839176,
"hypha/apply/activity/tests/test_messaging.py::TestActivityAdapter::test_reviewers_with_and_without_role": 0.18849083298118785,
"hypha/apply/activity/tests/test_messaging.py::TestActivityAdapter::test_reviewers_with_role": 0.11556200095219538,
"hypha/apply/activity/tests/test_messaging.py::TestAdaptersForProject::test_activity_created": 0.13738133298465982,
"hypha/apply/activity/tests/test_messaging.py::TestAdaptersForProject::test_activity_lead_change": 57.160200166050345,
"hypha/apply/activity/tests/test_messaging.py::TestAdaptersForProject::test_activity_lead_change_from_none": 0.10287537501426414,
"hypha/apply/activity/tests/test_messaging.py::TestAdaptersForProject::test_email_staff_update_invoice": 0.2928299580235034,
"hypha/apply/activity/tests/test_messaging.py::TestAdaptersForProject::test_slack_applicant_update_invoice": 0.11326220695627853,
"hypha/apply/activity/tests/test_messaging.py::TestAdaptersForProject::test_slack_created": 0.08852400095202029,
"hypha/apply/activity/tests/test_messaging.py::TestAdaptersForProject::test_slack_lead_change": 0.10792462399695069,
"hypha/apply/activity/tests/test_messaging.py::TestAdaptersForProject::test_slack_staff_update_invoice": 0.09395562601275742,
"hypha/apply/activity/tests/test_messaging.py::TestAnyMailBehaviour::test_email_new_submission": 0.10991475003538653,
"hypha/apply/activity/tests/test_messaging.py::TestAnyMailBehaviour::test_webhook_adds_reject_reason": 0.4088787909713574,
"hypha/apply/activity/tests/test_messaging.py::TestAnyMailBehaviour::test_webhook_updates_status": 0.1915887919603847,
"hypha/apply/activity/tests/test_messaging.py::TestBaseAdapter::test_calls_method_if_avaliable": 0.11901279195444658,
"hypha/apply/activity/tests/test_messaging.py::TestBaseAdapter::test_can_include_extra_kwargs": 0.07631929300259799,
"hypha/apply/activity/tests/test_messaging.py::TestBaseAdapter::test_can_send_a_message": 0.09205791703425348,
"hypha/apply/activity/tests/test_messaging.py::TestBaseAdapter::test_django_messages_used": 0.09449399897130206,
"hypha/apply/activity/tests/test_messaging.py::TestBaseAdapter::test_doesnt_send_a_message_if_not_configured": 0.10801366704981774,
"hypha/apply/activity/tests/test_messaging.py::TestBaseAdapter::test_that_kwargs_passed_to_send_message": 0.10167729196837172,
"hypha/apply/activity/tests/test_messaging.py::TestBaseAdapter::test_that_message_is_formatted": 0.08369054103968665,
"hypha/apply/activity/tests/test_messaging.py::TestEmailAdapter::test_email_failed": 0.17316095699789003,
"hypha/apply/activity/tests/test_messaging.py::TestEmailAdapter::test_email_new_submission": 0.10830862604780123,
"hypha/apply/activity/tests/test_messaging.py::TestEmailAdapter::test_email_sent": 0.08523183298530057,
"hypha/apply/activity/tests/test_messaging.py::TestEmailAdapter::test_no_email_own_comment": 0.08647808193927631,
"hypha/apply/activity/tests/test_messaging.py::TestEmailAdapter::test_no_email_private_comment": 0.0999754160293378,
"hypha/apply/activity/tests/test_messaging.py::TestEmailAdapter::test_reviewer_update_email": 0.13404745800653473,
"hypha/apply/activity/tests/test_messaging.py::TestEmailAdapter::test_reviewers_email": 0.1353646260104142,
"hypha/apply/activity/tests/test_messaging.py::TestMessageBackendApplication::test_event_created": 0.10480387404095381,
"hypha/apply/activity/tests/test_messaging.py::TestMessageBackendApplication::test_message_sent_to_adapter": 0.08136816695332527,
"hypha/apply/activity/tests/test_messaging.py::TestMessageBackendApplication::test_message_sent_to_all_adapter": 0.07598808303009719,
"hypha/apply/activity/tests/test_messaging.py::TestMessageBackendProject::test_event_created": 0.12620304099982604,
"hypha/apply/activity/tests/test_messaging.py::TestMessageBackendProject::test_message_sent_to_adapter": 0.08842745900619775,
"hypha/apply/activity/tests/test_messaging.py::TestMessageBackendProject::test_message_sent_to_all_adapter": 0.08445387607207522,
"hypha/apply/activity/tests/test_messaging.py::TestSlackAdapter::test_400_bad_request": 0.14945670892484486,
"hypha/apply/activity/tests/test_messaging.py::TestSlackAdapter::test_cant_send_with_no_room": 0.08080054202582687,
"hypha/apply/activity/tests/test_messaging.py::TestSlackAdapter::test_cant_send_with_no_token": 0.07475074997637421,
"hypha/apply/activity/tests/test_messaging.py::TestSlackAdapter::test_correct_payload": 0.08984375,
"hypha/apply/activity/tests/test_messaging.py::TestSlackAdapter::test_fund_custom_slack_channel": 0.06851637491490692,
"hypha/apply/activity/tests/test_messaging.py::TestSlackAdapter::test_fund_multiple_custom_slack_channel": 0.07489041704684496,
"hypha/apply/activity/tests/test_messaging.py::TestSlackAdapter::test_gets_blank_if_slack_not_set": 0.07822654204210266,
"hypha/apply/activity/tests/test_messaging.py::TestSlackAdapter::test_gets_lead_if_slack_set": 0.07092437404207885,
"hypha/apply/activity/tests/test_messaging.py::TestSlackAdapter::test_message_with_good_response": 0.23895379109308124,
"hypha/apply/activity/tests/test_models.py::TestActivityModel::test_can_save_related_invoice": 0.20696858200244606,
"hypha/apply/activity/tests/test_models.py::TestActivityModel::test_can_save_related_report": 0.17686045897426084,
"hypha/apply/activity/tests/test_models.py::TestActivityModel::test_can_save_source_application": 0.08219258399913087,
"hypha/apply/activity/tests/test_models.py::TestActivityModel::test_can_save_source_project": 0.10781700001098216,
"hypha/apply/activity/tests/test_models.py::TestActivityOnlyIncludesCurrent::test_doesnt_include_non_current": 0.21407745900796726,
"hypha/apply/activity/tests/test_tasks.py::TestSendEmail::test_args_passed_to_django": 0.2306319170165807,
"hypha/apply/api/v1/screening/tests/test_views.py::ScreeningStatusViewSetTests::test_reviewer_cant_list_screening_statuses": 0.10097024898277596,
"hypha/apply/api/v1/screening/tests/test_views.py::ScreeningStatusViewSetTests::test_staff_can_list_screening_statuses": 0.08626208396162838,
"hypha/apply/api/v1/screening/tests/test_views.py::ScreeningStatusViewSetTests::test_staff_can_view_screening_statuses_detail": 0.06894170708255842,
"hypha/apply/api/v1/screening/tests/test_views.py::ScreeningStatusViewSetTests::test_user_cant_list_screening_statuses": 0.07549187395488843,
"hypha/apply/api/v1/screening/tests/test_views.py::SubmissionScreeningStatusViewSetTests::test_add_screening_status": 0.18994766694959253,
"hypha/apply/api/v1/screening/tests/test_views.py::SubmissionScreeningStatusViewSetTests::test_cant_add_screening_status_without_setting_default": 0.15521720808465034,
"hypha/apply/api/v1/screening/tests/test_views.py::SubmissionScreeningStatusViewSetTests::test_cant_add_two_types_of_screening_status": 0.5191821670159698,
"hypha/apply/api/v1/screening/tests/test_views.py::SubmissionScreeningStatusViewSetTests::test_cant_change_default_screening_status": 0.1814850420341827,
"hypha/apply/api/v1/screening/tests/test_views.py::SubmissionScreeningStatusViewSetTests::test_cant_remove_not_set_screening_status": 0.17343737505143508,
"hypha/apply/api/v1/screening/tests/test_views.py::SubmissionScreeningStatusViewSetTests::test_cant_remove_submission_default_screening_status": 0.18058491603005677,
"hypha/apply/api/v1/screening/tests/test_views.py::SubmissionScreeningStatusViewSetTests::test_change_default_screening_status": 0.17885516601381823,
"hypha/apply/api/v1/screening/tests/test_views.py::SubmissionScreeningStatusViewSetTests::test_remove_submission_screening_status": 0.147435499005951,
"hypha/apply/api/v1/screening/tests/test_views.py::SubmissionScreeningStatusViewSetTests::test_reviewer_cant_list_screening_statuses": 58.561909042007755,
"hypha/apply/api/v1/screening/tests/test_views.py::SubmissionScreeningStatusViewSetTests::test_set_default_screening_status": 0.19818916701478884,
"hypha/apply/api/v1/screening/tests/test_views.py::SubmissionScreeningStatusViewSetTests::test_staff_can_list_submission_screening_statuses": 0.17189345898805186,
"hypha/apply/api/v1/screening/tests/test_views.py::SubmissionScreeningStatusViewSetTests::test_user_cant_list_screening_statuses": 0.18521654198411852,
"hypha/apply/api/v1/tests/test_serializers.py::TestDeliverableSerializer::test_id_is_required": 0.006582791975233704,
"hypha/apply/api/v1/tests/test_serializers.py::TestDeliverableSerializer::test_quantity_not_required": 0.11882733402308077,
"hypha/apply/api/v1/tests/test_serializers.py::TestDeliverableSerializer::test_validate_id": 0.08838641701731831,
"hypha/apply/api/v1/tests/test_serializers.py::TestInvoiceRequiredChecksSerializer::test_valid_checks_link_required": 0.11694603395881131,
"hypha/apply/api/v1/tests/test_serializers.py::TestInvoiceRequiredChecksSerializer::test_valid_checks_required": 0.052493724040687084,
"hypha/apply/api/v1/tests/test_serializers.py::TestInvoiceRequiredChecksSerializer::test_validate_valid_checks_and_link": 0.17325492500094697,
"hypha/apply/api/v1/tests/test_serializers.py::TestReviewSummarySerializer::test_handles_negative_reviews": 0.12785258301300928,
"hypha/apply/api/v1/tests/test_serializers.py::TestReviewSummarySerializer::test_handles_no_reviews": 0.07424837397411466,
"hypha/apply/api/v1/tests/test_views.py::TestCommentEdit::test_can_change_visibility": 0.2947400030097924,
"hypha/apply/api/v1/tests/test_views.py::TestCommentEdit::test_cant_edit_if_not_author": 0.17892008204944432,
"hypha/apply/api/v1/tests/test_views.py::TestCommentEdit::test_does_nothing_if_same_message_and_visibility": 0.19028962397715077,
"hypha/apply/api/v1/tests/test_views.py::TestCommentEdit::test_edit_updates_correctly": 0.17584708303911611,
"hypha/apply/api/v1/tests/test_views.py::TestCommentEdit::test_incorrect_id_denied": 0.07864962605526671,
"hypha/apply/api/v1/tests/test_views.py::TestCommentEdit::test_out_of_order_does_nothing": 0.18926295905839652,
"hypha/apply/api/v1/tests/test_views.py::TestCommentEdit::test_staff_can_change_visibility": 0.4367660831194371,
"hypha/apply/api/v1/tests/test_views.py::TestInvoiceDeliverableViewset::test_applicant_cant_add_deliverables": 0.18555045797256753,
"hypha/apply/api/v1/tests/test_views.py::TestInvoiceDeliverableViewset::test_applicant_cant_remove_deliverables": 0.2022196669713594,
"hypha/apply/api/v1/tests/test_views.py::TestInvoiceDeliverableViewset::test_cant_add_or_remove_wihtout_login": 0.1858081670361571,
"hypha/apply/api/v1/tests/test_views.py::TestInvoiceDeliverableViewset::test_deliverable_already_exists_in_invoice": 0.16626050096238032,
"hypha/apply/api/v1/tests/test_views.py::TestInvoiceDeliverableViewset::test_deliverable_available_gte_quantity": 0.17602883296785876,
"hypha/apply/api/v1/tests/test_views.py::TestInvoiceDeliverableViewset::test_deliverable_dont_exists_in_project_deliverables": 0.26789504202315584,
"hypha/apply/api/v1/tests/test_views.py::TestInvoiceDeliverableViewset::test_deliverables_cant_removed_after_finance2_approval": 0.19198766705812886,
"hypha/apply/api/v1/tests/test_views.py::TestInvoiceDeliverableViewset::test_finance1_can_add_deliverables": 0.2087151260348037,
"hypha/apply/api/v1/tests/test_views.py::TestInvoiceDeliverableViewset::test_finance1_can_remove_deliverables": 0.19187195802805945,
"hypha/apply/api/v1/tests/test_views.py::TestInvoiceDeliverableViewset::test_finance1_cant_remove_deliverables_after_finance1_approval": 0.17785820900462568,
"hypha/apply/api/v1/tests/test_views.py::TestInvoiceDeliverableViewset::test_finance2_can_add_deliverables": 56.41638037597295,
"hypha/apply/api/v1/tests/test_views.py::TestInvoiceDeliverableViewset::test_finance2_can_remove_deliverables": 0.213476499018725,
"hypha/apply/api/v1/tests/test_views.py::TestInvoiceDeliverableViewset::test_staff_can_add_deliverables": 0.1903132509905845,
"hypha/apply/api/v1/tests/test_views.py::TestInvoiceDeliverableViewset::test_staff_can_remove_deliverables": 0.21001020696712658,
"hypha/apply/api/v1/tests/test_views.py::TestInvoiceDeliverableViewset::test_staff_cant_remove_deliverables_after_staff_approval": 0.19549283297965303,
"hypha/apply/api/v1/tests/test_views.py::TestInvoiceRequiredChecksViewSet::test_applicant_cant_get_set_required_valid_checks": 0.6144257669802755,
"hypha/apply/api/v1/tests/test_views.py::TestInvoiceRequiredChecksViewSet::test_cant_get_set_required_checks_without_login": 0.30361390503821895,
"hypha/apply/api/v1/tests/test_views.py::TestInvoiceRequiredChecksViewSet::test_finance1_can_get_required_valid_checks": 0.32072118495125324,
"hypha/apply/api/v1/tests/test_views.py::TestInvoiceRequiredChecksViewSet::test_finance1_can_set_required_valid_checks": 0.3616774979745969,
"hypha/apply/api/v1/tests/test_views.py::TestInvoiceRequiredChecksViewSet::test_finance2_cant_get_set_required_valid_checks": 0.2886283140978776,
"hypha/apply/api/v1/tests/test_views.py::TestInvoiceRequiredChecksViewSet::test_staff_cant_get_set_required_valid_checks": 0.33830336399842054,
"hypha/apply/categories/tests/test_blocks.py::TestCategoryQuestionBlock::test_can_render_if_no_response": 0.012257209105882794,
"hypha/apply/categories/tests/test_blocks.py::TestCategoryQuestionBlock::test_field_and_help_default": 0.004061209037899971,
"hypha/apply/categories/tests/test_blocks.py::TestCategoryQuestionBlock::test_multi_select_disabled": 0.0029537510126829147,
"hypha/apply/categories/tests/test_blocks.py::TestCategoryQuestionBlock::test_multi_select_enabled": 0.0034659600351005793,
"hypha/apply/categories/tests/test_blocks.py::TestCategoryQuestionBlock::test_options_included_in_choices": 0.006864666065666825,
"hypha/apply/categories/tests/test_blocks.py::TestCategoryQuestionBlock::test_supplied_field_and_help": 0.0029023339739069343,
"hypha/apply/dashboard/tests/test_views.py::TestAdminDashboard::test_does_show_admin_button_to_admins": 0.5305108330212533,
"hypha/apply/dashboard/tests/test_views.py::TestApplicantDashboard::test_can_access_dashboard_with_active": 0.2817275000270456,
"hypha/apply/dashboard/tests/test_views.py::TestApplicantDashboard::test_can_access_submissions_partials_with_active": 0.2044946679379791,
"hypha/apply/dashboard/tests/test_views.py::TestApplicantDashboard::test_can_have_draft_titles_on_dashboard": 0.364972791983746,
"hypha/apply/dashboard/tests/test_views.py::TestApplicantDashboard::test_can_have_draft_titles_on_submissions_partials": 0.31182933400850743,
"hypha/apply/dashboard/tests/test_views.py::TestApplicantDashboard::test_can_not_access_other_users_active": 0.4773720829980448,
"hypha/apply/dashboard/tests/test_views.py::TestApplicantDashboard::test_gets_invite_if_invited_to_proposal": 0.24107154103694484,
"hypha/apply/dashboard/tests/test_views.py::TestApplicantDashboard::test_no_edit_if_in_review": 0.19374887499725446,
"hypha/apply/dashboard/tests/test_views.py::TestApplicantDashboard::test_no_invite_if_can_edit": 0.2129615849989932,
"hypha/apply/dashboard/tests/test_views.py::TestApplicantDashboard::test_submissions_partials_gets_invite_if_invited_to_proposal": 0.19385987502755597,
"hypha/apply/dashboard/tests/test_views.py::TestApplicantDashboard::test_submissions_partials_no_invite_if_can_edit": 0.23348820803221315,
"hypha/apply/dashboard/tests/test_views.py::TestReviewerDashboard::test_no_submissions_waiting_for_review": 0.39049616595730186,
"hypha/apply/dashboard/tests/test_views.py::TestReviewerDashboard::test_submission_assigned_but_not_in_external_review_status": 0.333795958023984,
"hypha/apply/dashboard/tests/test_views.py::TestReviewerDashboard::test_waiting_for_review_with_count": 0.3481832079705782,
"hypha/apply/dashboard/tests/test_views.py::TestStaffDashboard::test_active_invoices_with_invoices_in_correct_state": 0.5106217080028728,
"hypha/apply/dashboard/tests/test_views.py::TestStaffDashboard::test_active_invoices_with_no_project": 0.28110833396203816,
"hypha/apply/dashboard/tests/test_views.py::TestStaffDashboard::test_cannot_see_submission_in_determination_when_not_lead": 0.37223587394692004,
"hypha/apply/dashboard/tests/test_views.py::TestStaffDashboard::test_doesnt_show_active_invoices_when_not_mine": 0.6174445420037955,
"hypha/apply/dashboard/tests/test_views.py::TestStaffDashboard::test_doesnt_show_active_invoices_with_none": 0.36832508398219943,
"hypha/apply/dashboard/tests/test_views.py::TestStaffDashboard::test_doest_show_active_invoices_when_paid_or_declined": 0.42078058287734166,
"hypha/apply/dashboard/tests/test_views.py::TestStaffDashboard::test_staff_can_see_projects_awaiting_review_stats_or_table": 65.42799123498844,
"hypha/apply/dashboard/tests/test_views.py::TestStaffDashboard::test_unassigned_staff_cant_see_projects_awaiting_review_stats_or_table": 0.36489275097846985,
"hypha/apply/dashboard/tests/test_views.py::TestStaffDashboard::test_waiting_for_review_after_agreement_is_empty": 0.3693351679830812,
"hypha/apply/dashboard/tests/test_views.py::TestStaffDashboard::test_waiting_for_review_with_count": 56.96644654200645,
"hypha/apply/dashboard/tests/test_views.py::TestStaffDashboardWithWagtailAdminAccess::test_does_show_admin_button_to_staff_with_wagtail_admin_access": 0.3141009589890018,
"hypha/apply/dashboard/tests/test_views.py::TestStaffDashboardWithoutWagtailAdminAccess::test_doesnt_show_admin_button_to_staff_without_wagtail_admin_access": 0.34400654199998826,
"hypha/apply/determinations/tests/test_admin_views.py::TestCreateDeterminationFormView::test_determination_block_required": 0.15022008295636624,
"hypha/apply/determinations/tests/test_admin_views.py::TestCreateDeterminationFormView::test_field_label_required": 0.10652916802791879,
"hypha/apply/determinations/tests/test_admin_views.py::TestCreateDeterminationFormView::test_form_creation": 0.14800216699950397,
"hypha/apply/determinations/tests/test_admin_views.py::TestCreateDeterminationFormView::test_message_block_required": 0.11990991694619879,
"hypha/apply/determinations/tests/test_admin_views.py::TestCreateDeterminationFormView::test_name_field_required": 0.11673370795324445,
"hypha/apply/determinations/tests/test_admin_views.py::TestCreateDeterminationFormView::test_send_notice_block_required": 0.12561633408768103,
"hypha/apply/determinations/tests/test_views.py::BatchDeterminationTestCase::test_can_submit_batch_determination": 0.6931921650539152,
"hypha/apply/determinations/tests/test_views.py::BatchDeterminationTestCase::test_can_submit_batch_determination_more_info_comment": 0.6638550839852542,
"hypha/apply/determinations/tests/test_views.py::BatchDeterminationTestCase::test_cant_access_without_action": 0.23767629102803767,
"hypha/apply/determinations/tests/test_views.py::BatchDeterminationTestCase::test_cant_access_without_submissions": 0.16436466795857996,
"hypha/apply/determinations/tests/test_views.py::BatchDeterminationTestCase::test_message_created_if_determination_exists": 0.3991710830014199,
"hypha/apply/determinations/tests/test_views.py::BatchDeterminationTestCase::test_sets_next_on_redirect": 0.00815133296418935,
"hypha/apply/determinations/tests/test_views.py::BatchDeterminationTestCase::test_success_if_no_next": 0.01116491697030142,
"hypha/apply/determinations/tests/test_views.py::BatchDeterminationTestCase::test_success_redirects_if_exists": 0.010933373996522278,
"hypha/apply/determinations/tests/test_views.py::DeterminationFormTestCase::test_can_access_form_if_lead": 0.25238462490960956,
"hypha/apply/determinations/tests/test_views.py::DeterminationFormTestCase::test_can_edit_draft_determination": 0.6159209569450468,
"hypha/apply/determinations/tests/test_views.py::DeterminationFormTestCase::test_can_edit_draft_determination_if_not_lead": 0.28711520903743804,
"hypha/apply/determinations/tests/test_views.py::DeterminationFormTestCase::test_can_edit_draft_determination_if_not_lead_with_projects": 0.3186649580602534,
"hypha/apply/determinations/tests/test_views.py::DeterminationFormTestCase::test_can_progress_stage_via_determination": 0.3475519149797037,
"hypha/apply/determinations/tests/test_views.py::DeterminationFormTestCase::test_cant_access_wrong_status": 0.2658312909770757,
"hypha/apply/determinations/tests/test_views.py::DeterminationFormTestCase::test_cant_edit_submitted_more_info": 0.1997427919995971,
"hypha/apply/determinations/tests/test_views.py::DeterminationFormTestCase::test_cant_resubmit_determination": 0.2786640420090407,
"hypha/apply/determinations/tests/test_views.py::DeterminationFormTestCase::test_disabling_project_auto_creation_stops_projects_being_created": 0.2769850000622682,
"hypha/apply/determinations/tests/test_views.py::DeterminationFormTestCase::test_disabling_projects_ignores_auto_creation_setting": 0.3082299990346655,
"hypha/apply/determinations/tests/test_views.py::DeterminationFormTestCase::test_first_stage_accepted_determination_does_not_create_project": 55.95647704199655,
"hypha/apply/determinations/tests/test_views.py::DeterminationFormTestCase::test_first_stage_rejected_determination_does_not_create_project": 0.30451879202155396,
"hypha/apply/determinations/tests/test_views.py::DeterminationFormTestCase::test_second_stage_accepted_determination_creates_project": 0.352555624966044,
"hypha/apply/determinations/tests/test_views.py::DeterminationFormTestCase::test_second_stage_rejected_determination_does_not_create_project": 0.298959834035486,
"hypha/apply/determinations/tests/test_views.py::DeterminationFormTestCase::test_sends_message_if_requires_more_info": 0.3283767499960959,
"hypha/apply/determinations/tests/test_views.py::DeterminationFormTestCase::test_single_stage_accepted_determination_creates_project": 0.4831538749858737,
"hypha/apply/determinations/tests/test_views.py::DeterminationFormTestCase::test_single_stage_rejected_determination_does_not_create_project": 0.2727529170224443,
"hypha/apply/determinations/tests/test_views.py::EditDeterminationFormTestCase::test_can_edit_determination": 0.3037830829853192,
"hypha/apply/determinations/tests/test_views.py::StaffDeterminationsTestCase::test_can_access_determination": 0.22652641701279208,
"hypha/apply/determinations/tests/test_views.py::StaffDeterminationsTestCase::test_lead_can_access_determination": 0.18009662500116974,
"hypha/apply/determinations/tests/test_views.py::UserDeterminationFormTestCase::test_cant_access_form": 0.48580112494528294,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForLab::test_active": 0.11438987497240305,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForLab::test_annotated": 0.04062216600868851,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForLab::test_by_lead": 0.12218712503090501,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForLab::test_can_get": 0.029902998940087855,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForLab::test_closed": 0.029473459057044238,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForLab::test_inactive": 0.07486099901143461,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForLab::test_new": 0.04261200100881979,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForLab::test_no_submissions_not_either": 0.047084793040994555,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForLab::test_open": 0.038662624952849,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForLab::test_with_determined": 0.05371337494580075,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForLab::test_with_progress": 0.06167987600201741,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForRound::test_active": 0.141442125022877,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForRound::test_annotated": 0.06967629195423797,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForRound::test_by_lead": 0.11539212497882545,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForRound::test_can_get": 0.05883416603319347,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForRound::test_closed": 0.05308579112170264,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForRound::test_inactive": 0.09352966700680554,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForRound::test_new": 0.07299037498887628,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForRound::test_no_submissions_not_either": 0.05854700005147606,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForRound::test_open": 0.05953366600442678,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForRound::test_with_determined": 0.09599145798711106,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestForRound::test_with_progress": 0.09120270697167143,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestRoundsAndLabsManager::test_cant_get_fund": 0.04556587600382045,
"hypha/apply/funds/tests/models/test_roundsandlabs.py::TestRoundsAndLabsManager::test_doesnt_confuse_lab_and_round": 0.2288558750296943,
"hypha/apply/funds/tests/test_admin_form.py::TestWorkflowFormAdminForm::test_can_save_multiple_forms_stage_two": 0.07401912496425211,
"hypha/apply/funds/tests/test_admin_form.py::TestWorkflowFormAdminForm::test_can_save_two_forms": 0.03686854202533141,
"hypha/apply/funds/tests/test_admin_form.py::TestWorkflowFormAdminForm::test_does_validates_without_project_approval_form": 0.0222449159482494,
"hypha/apply/funds/tests/test_admin_form.py::TestWorkflowFormAdminForm::test_doesnt_validates_with_multiple_external_review_form": 0.03523208398837596,
"hypha/apply/funds/tests/test_admin_form.py::TestWorkflowFormAdminForm::test_doesnt_validates_with_multiple_project_approval_form": 0.049427834048401564,
"hypha/apply/funds/tests/test_admin_form.py::TestWorkflowFormAdminForm::test_doesnt_validates_with_no_form": 0.007688250043429434,
"hypha/apply/funds/tests/test_admin_form.py::TestWorkflowFormAdminForm::test_doesnt_validates_with_two_first_stage_forms_in_two_stage": 0.02909541700500995,
"hypha/apply/funds/tests/test_admin_form.py::TestWorkflowFormAdminForm::test_doesnt_validates_with_two_forms_one_stage": 0.027205124963074923,
"hypha/apply/funds/tests/test_admin_form.py::TestWorkflowFormAdminForm::test_dosnt_validates_without_project_approval_form_for_projects_enabled": 54.98123741702875,
"hypha/apply/funds/tests/test_admin_form.py::TestWorkflowFormAdminForm::test_validate_external_review_form": 0.026023374986834824,
"hypha/apply/funds/tests/test_admin_form.py::TestWorkflowFormAdminForm::test_validate_project_approval_form": 0.020574834023136646,
"hypha/apply/funds/tests/test_admin_form.py::TestWorkflowFormAdminForm::test_validates_with_one_form_one_stage": 0.027264167089015245,
"hypha/apply/funds/tests/test_admin_form.py::TestWorkflowFormAdminForm::test_validates_with_one_form_one_stage_with_deleted": 0.033960792992729694,
"hypha/apply/funds/tests/test_admin_form.py::TestWorkflowFormAdminForm::test_validates_with_project_report_form": 0.040020041982643306,
"hypha/apply/funds/tests/test_admin_form.py::TestWorkflowFormAdminForm::test_validates_without_external_review_form": 0.0209106239490211,
"hypha/apply/funds/tests/test_admin_views.py::TestCreateApplicationFormView::test_email_block_required": 0.1467598740127869,
"hypha/apply/funds/tests/test_admin_views.py::TestCreateApplicationFormView::test_field_label_required": 0.40242866502376273,
"hypha/apply/funds/tests/test_admin_views.py::TestCreateApplicationFormView::test_form_creation": 0.12933141604298726,
"hypha/apply/funds/tests/test_admin_views.py::TestCreateApplicationFormView::test_full_name_block_required": 0.13091854099184275,
"hypha/apply/funds/tests/test_admin_views.py::TestCreateApplicationFormView::test_name_field_required": 0.16067175002535805,
"hypha/apply/funds/tests/test_admin_views.py::TestCreateApplicationFormView::test_title_block_required": 0.13714345905464143,
"hypha/apply/funds/tests/test_admin_views.py::TestFundCreationView::test_can_create_fund": 0.6041781659587286,
"hypha/apply/funds/tests/test_admin_views.py::TestFundCreationView::test_can_create_fund_with_external_review_form": 0.5424977079965174,
"hypha/apply/funds/tests/test_admin_views.py::TestFundCreationView::test_can_create_multi_phase_fund": 0.306935207976494,
"hypha/apply/funds/tests/test_admin_views.py::TestFundCreationView::test_can_create_multi_phase_fund_reuse_forms": 0.2810814589029178,
"hypha/apply/funds/tests/test_admin_views.py::TestFundCreationView::test_can_create_multiple_forms_second_stage_in_fund": 0.28960454295156524,
"hypha/apply/funds/tests/test_admin_views.py::TestRoundIndexView::test_application_links": 0.3162276660441421,
"hypha/apply/funds/tests/test_admin_views.py::TestRoundIndexView::test_number_of_rounds": 0.1919532499741763,
"hypha/apply/funds/tests/test_admin_views.py::TestRoundIndexView::test_review_form_links": 0.17568454303545877,
"hypha/apply/funds/tests/test_forms.py::TestReviewerFormQueries::test_queries_existing_reviews": 0.15290237602312118,
"hypha/apply/funds/tests/test_forms.py::TestReviewerFormQueries::test_queries_init_and_render": 0.11652195797068998,
"hypha/apply/funds/tests/test_forms.py::TestReviewerFormQueries::test_queries_reviewers_swap": 0.11996237700805068,
"hypha/apply/funds/tests/test_forms.py::TestReviewerFormQueries::test_queries_roles_swap": 0.10662512393901125,
"hypha/apply/funds/tests/test_models.py::TestApplicationSubmission::test_can_get_draft_data": 0.10024795803474262,
"hypha/apply/funds/tests/test_models.py::TestApplicationSubmission::test_can_get_ordered_qs": 0.10562670906074345,
"hypha/apply/funds/tests/test_models.py::TestApplicationSubmission::test_can_get_required_block_names": 0.07892308296868578,
"hypha/apply/funds/tests/test_models.py::TestApplicationSubmission::test_can_get_reverse_ordered_qs": 0.11656716698780656,
"hypha/apply/funds/tests/test_models.py::TestApplicationSubmission::test_choices_added_for_search": 0.07081775198457763,
"hypha/apply/funds/tests/test_models.py::TestApplicationSubmission::test_correct_file_path_generated": 0.1071318750618957,
"hypha/apply/funds/tests/test_models.py::TestApplicationSubmission::test_create_revision_on_create": 0.08979875000659376,
"hypha/apply/funds/tests/test_models.py::TestApplicationSubmission::test_create_revision_on_data_change": 0.0968889570212923,
"hypha/apply/funds/tests/test_models.py::TestApplicationSubmission::test_dont_create_revision_on_data_same": 0.08823258307529613,
"hypha/apply/funds/tests/test_models.py::TestApplicationSubmission::test_draft_updated": 0.08078104304149747,
"hypha/apply/funds/tests/test_models.py::TestApplicationSubmission::test_file_gets_uploaded": 0.15480141597799957,
"hypha/apply/funds/tests/test_models.py::TestApplicationSubmission::test_in_final_stage": 0.21754758397582918,
"hypha/apply/funds/tests/test_models.py::TestApplicationSubmission::test_is_draft_property": 0.07082399900536984,
"hypha/apply/funds/tests/test_models.py::TestApplicationSubmission::test_number_not_in_search": 0.0736317919800058,
"hypha/apply/funds/tests/test_models.py::TestApplicationSubmission::test_richtext_in_char_is_removed_for_search": 0.07896795897977427,
"hypha/apply/funds/tests/test_models.py::TestApplicationSubmission::test_richtext_is_removed_for_search": 0.07938749896129593,
"hypha/apply/funds/tests/test_models.py::TestAssignedReviewersQuerySet::test_reviewed": 0.11051516700536013,
"hypha/apply/funds/tests/test_models.py::TestAssignedReviewersQuerySet::test_reviewed_with_review_order": 0.10244970803614706,
"hypha/apply/funds/tests/test_models.py::TestForTableQueryset::test_assigned_but_not_reviewed": 0.12571587605634704,
"hypha/apply/funds/tests/test_models.py::TestForTableQueryset::test_disagree_review_is_maybe": 0.1914161250460893,
"hypha/apply/funds/tests/test_models.py::TestForTableQueryset::test_dont_double_count_review_and_opinion": 0.11987524997675791,
"hypha/apply/funds/tests/test_models.py::TestForTableQueryset::test_opinionated_slash_confused_reviewer": 0.12297424994176254,
"hypha/apply/funds/tests/test_models.py::TestForTableQueryset::test_review_outcome": 0.11653445800766349,
"hypha/apply/funds/tests/test_models.py::TestForTableQueryset::test_submissions_dont_conflict": 0.24250679096439853,
"hypha/apply/funds/tests/test_models.py::TestFormSubmission::test_associated_if_another_user_exists": 0.28983554197475314,
"hypha/apply/funds/tests/test_models.py::TestFormSubmission::test_associated_if_logged_in": 0.1369125419878401,
"hypha/apply/funds/tests/test_models.py::TestFormSubmission::test_associated_if_not_new": 0.16779958299594,
"hypha/apply/funds/tests/test_models.py::TestFormSubmission::test_can_submit_if_blank_user_data_even_if_logged_in": 0.14299499994376674,
"hypha/apply/funds/tests/test_models.py::TestFormSubmission::test_can_submit_if_new": 0.1589405419654213,
"hypha/apply/funds/tests/test_models.py::TestFormSubmission::test_doesnt_mess_with_name": 0.1306668739998713,
"hypha/apply/funds/tests/test_models.py::TestFormSubmission::test_email_sent_to_user_on_submission_fund": 0.14483279193518683,
"hypha/apply/funds/tests/test_models.py::TestFormSubmission::test_email_sent_to_user_on_submission_lab": 0.14866258291294798,
"hypha/apply/funds/tests/test_models.py::TestFormSubmission::test_valid_email": 0.19073224999010563,
"hypha/apply/funds/tests/test_models.py::TestFormSubmission::test_workflow_and_draft": 0.12189537502126768,
"hypha/apply/funds/tests/test_models.py::TestFormSubmission::test_workflow_and_draft_lab": 0.12677350000012666,
"hypha/apply/funds/tests/test_models.py::TestFormSubmission::test_workflow_and_status_assigned": 0.15770174894714728,
"hypha/apply/funds/tests/test_models.py::TestFormSubmission::test_workflow_and_status_assigned_lab": 0.1585057499469258,
"hypha/apply/funds/tests/test_models.py::TestFundModel::test_can_access_workflow_class": 0.03554625000106171,
"hypha/apply/funds/tests/test_models.py::TestFundModel::test_can_not_be_open_with_draft_round": 0.0659674999769777,
"hypha/apply/funds/tests/test_models.py::TestFundModel::test_closed_round": 0.05357258301228285,
"hypha/apply/funds/tests/test_models.py::TestFundModel::test_multiple_open_rounds": 0.08664420899003744,
"hypha/apply/funds/tests/test_models.py::TestFundModel::test_no_open_rounds": 0.02399208297720179,
"hypha/apply/funds/tests/test_models.py::TestFundModel::test_no_round_exists": 0.023297959007322788,
"hypha/apply/funds/tests/test_models.py::TestFundModel::test_normal_round": 0.05642337509198114,
"hypha/apply/funds/tests/test_models.py::TestFundModel::test_open_ended_round": 0.059893790050409734,
"hypha/apply/funds/tests/test_models.py::TestFundModel::test_round_not_open": 0.0655441660201177,
"hypha/apply/funds/tests/test_models.py::TestReminderModel::test_can_save_reminder": 0.10277700104052201,
"hypha/apply/funds/tests/test_models.py::TestReminderModel::test_check_default_action": 0.07079112494830042,
"hypha/apply/funds/tests/test_models.py::TestReminderModel::test_reminder_action_message": 0.08034241601126269,
"hypha/apply/funds/tests/test_models.py::TestRequestForPartners::test_form_when_round": 0.14429124898742884,
"hypha/apply/funds/tests/test_models.py::TestRequestForPartners::test_message_when_no_round": 0.04948587599210441,
"hypha/apply/funds/tests/test_models.py::TestRoundModelDates::test_can_create_without_end_date": 0.08530354197137058,
"hypha/apply/funds/tests/test_models.py::TestRoundModelDates::test_can_not_create_with_other_open_end_date": 0.06818487501004711,
"hypha/apply/funds/tests/test_models.py::TestRoundModelDates::test_can_not_overlap_clean": 0.06368291703984141,
"hypha/apply/funds/tests/test_models.py::TestRoundModelDates::test_can_not_overlap_with_normal_round": 0.07007299998076633,
"hypha/apply/funds/tests/test_models.py::TestRoundModelDates::test_end_before_start": 0.031743416970130056,
"hypha/apply/funds/tests/test_models.py::TestRoundModelDates::test_end_overlaps": 0.07157904200721532,
"hypha/apply/funds/tests/test_models.py::TestRoundModelDates::test_inside_overlaps": 0.07679354102583602,
"hypha/apply/funds/tests/test_models.py::TestRoundModelDates::test_normal_start_end_doesnt_error": 0.056817459990270436,
"hypha/apply/funds/tests/test_models.py::TestRoundModelDates::test_other_fund_not_impacting": 0.10787500103469938,
"hypha/apply/funds/tests/test_models.py::TestRoundModelDates::test_start_overlaps": 0.07006916595855728,
"hypha/apply/funds/tests/test_models.py::TestRoundModelWorkflowAndForms::test_can_change_round_form_not_fund": 0.08237495907815173,
"hypha/apply/funds/tests/test_models.py::TestRoundModelWorkflowAndForms::test_forms_are_copied_to_new_rounds": 0.07310587499523535,
"hypha/apply/funds/tests/test_models.py::TestRoundModelWorkflowAndForms::test_workflow_is_copied_to_new_rounds": 0.0590507909655571,
"hypha/apply/funds/tests/test_models.py::TestSubmissionRenderMethods::test_file_private_url_included": 0.11243774899048731,
"hypha/apply/funds/tests/test_models.py::TestSubmissionRenderMethods::test_named_blocks_dont_break_if_no_response": 0.08458395901834592,
"hypha/apply/funds/tests/test_models.py::TestSubmissionRenderMethods::test_named_blocks_not_included_in_answers": 0.08094920893199742,
"hypha/apply/funds/tests/test_models.py::TestSubmissionRenderMethods::test_normal_answers_included_in_answers": 0.07472600095206872,
"hypha/apply/funds/tests/test_models.py::TestSubmissionRenderMethods::test_paragraph_not_rendered_in_answers": 0.08677116601029411,
"hypha/apply/funds/tests/test_tags.py::TestTemplateTags::test_markdown_tags": 0.011020291945897043,
"hypha/apply/funds/tests/test_tags.py::TestTemplateTags::test_submission_tags": 0.09539304202189669,
"hypha/apply/funds/tests/test_views.py::TestAnonSubmissionFileView::test_anonymous_can_not_access": 0.18764183402527124,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_can_edit_own_submission": 0.38698687608120963,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_can_see_view_determination_primary_action": 0.570339249970857,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_can_submit_submission": 0.5092789999907836,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_can_view_own_submission": 0.36753254203358665,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_cant_edit_other_submission": 0.3260535419685766,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_cant_edit_submission_incorrect_state": 0.6970763339777477,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_cant_screen_submission": 0.3212108750012703,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_cant_see_add_determination_primary_action": 0.654102832020726,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_cant_see_assign_reviewers_primary_action": 0.41513695899629965,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_cant_see_assign_reviewers_secondary_action": 0.4192571670282632,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_cant_see_create_review_primary_action": 0.4765803749905899,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_cant_see_screening_status_block": 0.3530891250120476,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_cant_see_view_determination_primary_action": 0.5541906249709427,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_cant_view_others_submission": 0.3652536239824258,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_get_congratulations_draft_proposal": 0.334076626051683,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_get_edit_link_when_editable": 0.3885705830180086,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_gets_draft_on_edit_submission": 0.7632301659905352,
"hypha/apply/funds/tests/test_views.py::TestApplicantSubmissionView::test_sees_latest_draft_if_it_exists": 0.4357405420159921,
"hypha/apply/funds/tests/test_views.py::TestReviewerLeaderboard::test_applicant_cannot_access_reviewer_leaderboard": 0.39910204196348786,
"hypha/apply/funds/tests/test_views.py::TestReviewerLeaderboard::test_community_reviewer_cannot_access_reviewer_leaderboard": 0.115660207986366,
"hypha/apply/funds/tests/test_views.py::TestReviewerLeaderboard::test_partner_cannot_access_reviewer_leaderboard": 0.11919258302077651,
"hypha/apply/funds/tests/test_views.py::TestReviewerLeaderboard::test_reviewer_cannot_access_leader_board": 0.11686195805668831,
"hypha/apply/funds/tests/test_views.py::TestReviewerLeaderboard::test_staff_can_access_leaderboard": 0.16387995798140764,
"hypha/apply/funds/tests/test_views.py::TestReviewerSubmissionView::test_can_access_any_submission": 0.3023451240151189,
"hypha/apply/funds/tests/test_views.py::TestReviewerSubmissionView::test_can_only_access_accepted_submission": 0.8261961670359597,
"hypha/apply/funds/tests/test_views.py::TestReviewerSubmissionView::test_can_only_access_assigned_submission": 0.44563595799263567,
"hypha/apply/funds/tests/test_views.py::TestReviewerSubmissionView::test_can_only_access_external_review_or_higher_submission": 0.3232507490320131,
"hypha/apply/funds/tests/test_views.py::TestReviewerSubmissionView::test_can_only_access_reviewed_submission": 0.27190608403179795,
"hypha/apply/funds/tests/test_views.py::TestReviewerSubmissionView::test_can_see_create_review_primary_action": 0.4231856670230627,
"hypha/apply/funds/tests/test_views.py::TestReviewerSubmissionView::test_can_see_view_determination_primary_action": 0.3739408749388531,
"hypha/apply/funds/tests/test_views.py::TestReviewerSubmissionView::test_cant_access_dismissed_submission": 0.3469413759885356,
"hypha/apply/funds/tests/test_views.py::TestReviewerSubmissionView::test_cant_see_add_determination_primary_action": 0.4996673329733312,
"hypha/apply/funds/tests/test_views.py::TestReviewerSubmissionView::test_cant_see_assign_reviewers_primary_action": 0.4880896240356378,
"hypha/apply/funds/tests/test_views.py::TestReviewerSubmissionView::test_cant_see_assign_reviewers_secondary_action": 0.2685784170171246,
"hypha/apply/funds/tests/test_views.py::TestReviewerSubmissionView::test_cant_see_create_review_primary_action": 0.596345458063297,
"hypha/apply/funds/tests/test_views.py::TestReviewerSubmissionView::test_cant_see_view_determination_primary_action": 0.39021758298622444,
"hypha/apply/funds/tests/test_views.py::TestReviewersUpdateView::test_can_add_external_reviewer_and_review_remains": 0.39426854194607586,
"hypha/apply/funds/tests/test_views.py::TestReviewersUpdateView::test_can_be_made_role_and_not_duplciated": 0.6300972499884665,
"hypha/apply/funds/tests/test_views.py::TestReviewersUpdateView::test_can_remove_external_reviewer_and_review_remains": 0.41745129198534414,
"hypha/apply/funds/tests/test_views.py::TestReviewersUpdateView::test_lead_can_add_reviewers_for_proposal": 0.40787162497872487,
"hypha/apply/funds/tests/test_views.py::TestReviewersUpdateView::test_lead_can_add_staff_single": 0.3343941669445485,
"hypha/apply/funds/tests/test_views.py::TestReviewersUpdateView::test_lead_can_change_role_reviewer_and_review_remains": 0.341679458913859,
"hypha/apply/funds/tests/test_views.py::TestReviewersUpdateView::test_lead_can_change_staff_single": 0.3562375840265304,
"hypha/apply/funds/tests/test_views.py::TestReviewersUpdateView::test_lead_can_remove_reviewers_for_proposal": 0.3732536259922199,
"hypha/apply/funds/tests/test_views.py::TestReviewersUpdateView::test_lead_can_remove_some_reviewers_for_proposal": 0.36234945798059925,
"hypha/apply/funds/tests/test_views.py::TestReviewersUpdateView::test_lead_cant_add_reviewers_single": 0.3441242910339497,
"hypha/apply/funds/tests/test_views.py::TestReviewersUpdateView::test_staff_cant_add_reviewers_proposal": 0.6597891260171309,
"hypha/apply/funds/tests/test_views.py::TestReviewersUpdateView::test_staff_cant_remove_reviewers_proposal": 0.35396912501892075,
"hypha/apply/funds/tests/test_views.py::TestRevisionCompare::test_renders_with_all_the_diffs": 0.27056216791970655,
"hypha/apply/funds/tests/test_views.py::TestRevisionList::test_get_in_correct_order": 0.4710947500425391,
"hypha/apply/funds/tests/test_views.py::TestRevisionList::test_list_doesnt_include_draft": 0.2796497920062393,
"hypha/apply/funds/tests/test_views.py::TestRevisionsView::test_create_revisions_on_submit": 0.3547987920464948,
"hypha/apply/funds/tests/test_views.py::TestRevisionsView::test_dont_update_live_revision_on_save": 0.29430020798463374,
"hypha/apply/funds/tests/test_views.py::TestRevisionsView::test_existing_draft_edit_and_submit": 0.39871474902611226,
"hypha/apply/funds/tests/test_views.py::TestStaffReminderDeleteView::test_confirm_message": 0.2491814160021022,
"hypha/apply/funds/tests/test_views.py::TestStaffReminderDeleteView::test_has_access": 0.19527574902167544,
"hypha/apply/funds/tests/test_views.py::TestStaffSealedView::test_cant_post_to_sealed": 0.2810101240174845,
"hypha/apply/funds/tests/test_views.py::TestStaffSealedView::test_non_sealed_redirected_away": 0.35581300099147484,
"hypha/apply/funds/tests/test_views.py::TestStaffSealedView::test_non_sealed_unaffected": 0.26062133198138326,
"hypha/apply/funds/tests/test_views.py::TestStaffSealedView::test_redirected_to_sealed": 0.23591470898827538,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionFileView::test_staff_can_access": 0.2100626659230329,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_applicant_can_see_application_draft_status": 0.21819441602565348,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_can_access_edit": 0.2880910839885473,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_can_access_edit_button": 0.3362537089851685,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_can_create_project": 0.5940094169345684,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_can_edit_submission": 0.3230495830066502,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_can_progress_phase": 0.30889558303169906,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_can_screen_submission": 0.3234856660128571,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_can_see_add_determination_primary_action": 0.5312446670141071,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_can_see_assign_reviewers_primary_action": 1.154933332989458,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_can_see_assign_reviewers_secondary_action": 0.8314649170497432,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_can_see_create_review_primary_action": 1.058039748982992,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_can_see_view_determination_primary_action": 0.5722361669759266,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_can_view_a_lab_submission": 0.3599747089901939,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_can_view_a_submission": 0.28783833398483694,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_can_view_submission_screening_block": 0.27590124995913357,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_cant_access_edit_button_when_applicant_editing": 0.3189637919422239,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_cant_progress_stage_if_not_lead": 0.32366162503603846,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_cant_see_add_determination_primary_action": 1.046948457020335,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_cant_see_application_draft_status": 0.23980929201934487,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_cant_see_assign_reviewers_primary_action": 0.5560680829803459,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_cant_see_create_review_primary_action": 1.074421875004191,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_cant_see_view_determination_primary_action": 0.6302579590119421,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_cant_view_submission_screening_block": 0.2558624589582905,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_new_form_after_progress": 0.20767795701976866,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_not_included_fields_render": 0.3200909590232186,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_not_redirected_if_determination_submitted": 0.7868954159785062,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_not_redirected_if_wrong_determination_selected": 0.45932116702897474,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_previous_and_next_appears_on_page": 0.4144515820662491,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_redirected_to_determination": 0.3376647080294788,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_screen_application_primary_action_is_displayed": 0.43134412495419383,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_screen_application_primary_action_is_not_displayed": 0.3015776669490151,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_staff_can_see_application_draft_status": 0.21051829092903063,
"hypha/apply/funds/tests/test_views.py::TestStaffSubmissionView::test_staff_cant_see_application_draft_status": 0.1754301249748096,
"hypha/apply/funds/tests/test_views.py::TestSubmissionDetailSimplifiedView::test_project_required": 0.12922391697065905,
"hypha/apply/funds/tests/test_views.py::TestSubmissionDetailSimplifiedView::test_staff_only": 0.09834945801412687,
"hypha/apply/funds/tests/test_views.py::TestSuperUserSealedView::test_can_post_to_sealed": 0.36490916699403897,
"hypha/apply/funds/tests/test_views.py::TestSuperUserSealedView::test_can_view_multiple_sealed": 0.45777758402982727,
"hypha/apply/funds/tests/test_views.py::TestSuperUserSealedView::test_not_asked_again": 0.636794916994404,
"hypha/apply/funds/tests/test_views.py::TestSuperUserSealedView::test_peeking_is_logged": 0.3166850410052575,
"hypha/apply/funds/tests/test_views.py::TestSuperUserSealedView::test_redirected_to_sealed": 0.2271485829842277,
"hypha/apply/funds/tests/test_views.py::TestSuperUserSubmissionView::test_can_screen_applications_in_final_status": 0.4317812920198776,
"hypha/apply/funds/tests/test_views.py::TestSuperUserSubmissionView::test_can_screen_submission": 0.32216854102443904,
"hypha/apply/funds/tests/test_views.py::TestUpdateReviewersMixin::test_submission_transition_all_reviewer_roles_not_assigned": 0.40290637605357915,
"hypha/apply/funds/tests/test_views.py::TestUpdateReviewersMixin::test_submission_transition_to_internal_review": 0.31150579103268683,
"hypha/apply/funds/tests/test_views.py::TestUpdateReviewersMixin::test_submission_transition_to_proposal_internal_review": 0.36057391605572775,
"hypha/apply/funds/tests/test_views.py::TestUserReminderDeleteView::test_doesnt_has_access": 0.20762345800176263,
"hypha/apply/funds/tests/test_views.py::TestUserSubmissionFileView::test_owner_can_access": 0.20650145993568003,
"hypha/apply/funds/tests/test_views.py::TestUserSubmissionFileView::test_user_can_not_access": 0.2028229589923285,
"hypha/apply/funds/tests/views/test_batch_progress.py::ApplicantTestCase::test_cant_access_page_to_page": 0.11278091697022319,
"hypha/apply/funds/tests/views/test_batch_progress.py::ReivewersTestCase::test_cant_post_to_page": 0.10694187297485769,
"hypha/apply/funds/tests/views/test_batch_progress.py::StaffTestCase::test_can_progress_application": 0.4116222079610452,
"hypha/apply/funds/tests/views/test_batch_progress.py::StaffTestCase::test_can_progress_different_states": 0.5127876680344343,
"hypha/apply/funds/tests/views/test_batch_progress.py::StaffTestCase::test_can_progress_multiple_applications": 0.9083985419711098,
"hypha/apply/funds/tests/views/test_batch_progress.py::StaffTestCase::test_can_progress_one_in_mixed_state": 0.42691274895332754,
"hypha/apply/funds/tests/views/test_batch_progress.py::StaffTestCase::test_cant_progress_in_incorrect_state": 0.31818754103733227,
"hypha/apply/funds/tests/views/test_batch_progress.py::StaffTestCase::test_determine_redirects": 0.25876079098088667,
"hypha/apply/funds/tests/views/test_batch_progress.py::StaffTestCase::test_messenger_not_called_with_failed": 0.3323002500110306,
"hypha/apply/funds/tests/views/test_batch_progress.py::StaffTestCase::test_messenger_with_submission_in_review": 0.33745387493399903,
"hypha/apply/funds/tests/views/test_batch_progress.py::StaffTestCase::test_mixed_determine_notifies": 0.36211350007215515,
"hypha/apply/funds/tests/views/test_batch_reviewers.py::StaffTestCase::test_can_assign_role_reviewers": 56.30000733293127,
"hypha/apply/funds/tests/views/test_batch_reviewers.py::StaffTestCase::test_can_reassign_from_other_role_reviewers": 0.9028425840078853,
"hypha/apply/funds/tests/views/test_batch_reviewers.py::StaffTestCase::test_can_reassign_role_reviewers": 0.6134342509903945,
"hypha/apply/funds/tests/views/test_batch_reviewers.py::StaffTestCase::test_doesnt_remove_if_already_reviewed": 0.6406854579690844,
"hypha/apply/funds/tests/views/test_rounds.py::TestApplicantRoundPage::test_cant_access_page": 0.1079225410358049,
"hypha/apply/funds/tests/views/test_rounds.py::TestApplicantSubmissionByRound::test_cant_access_lab_page": 0.17786208301549777,
"hypha/apply/funds/tests/views/test_rounds.py::TestApplicantSubmissionByRound::test_cant_access_non_existing_page": 0.10091941599966958,
"hypha/apply/funds/tests/views/test_rounds.py::TestApplicantSubmissionByRound::test_cant_access_normal_page": 0.156189292029012,
"hypha/apply/funds/tests/views/test_rounds.py::TestApplicantSubmissionByRound::test_cant_access_round_page": 0.18164204090135172,
"hypha/apply/funds/tests/views/test_rounds.py::TestReviewerAllRoundPage::test_cant_access_page": 0.13609908404760063,
"hypha/apply/funds/tests/views/test_rounds.py::TestStaffRoundPage::test_can_access_page": 0.4893280841060914,
"hypha/apply/funds/tests/views/test_rounds.py::TestStaffSubmissionByRound::test_can_access_lab_page": 0.2446591240586713,
"hypha/apply/funds/tests/views/test_rounds.py::TestStaffSubmissionByRound::test_can_access_round_page": 0.22359808505279943,
"hypha/apply/funds/tests/views/test_rounds.py::TestStaffSubmissionByRound::test_cant_access_non_existing_page": 0.11736045801080763,
"hypha/apply/funds/tests/views/test_rounds.py::TestStaffSubmissionByRound::test_cant_access_normal_page": 0.16986879101023078,
"hypha/apply/projects/tests/test_commands.py::TestNotifyReportDue::test_dont_notify_already_notified": 0.18328541604569182,
"hypha/apply/projects/tests/test_commands.py::TestNotifyReportDue::test_dont_notify_project_complete": 0.10474516701651737,
"hypha/apply/projects/tests/test_commands.py::TestNotifyReportDue::test_dont_notify_project_not_in_progress": 0.10497508401749656,
"hypha/apply/projects/tests/test_commands.py::TestNotifyReportDue::test_dont_notify_report_due_in_7_days_already_submitted": 0.13025245897006243,
"hypha/apply/projects/tests/test_commands.py::TestNotifyReportDue::test_notify_report_due_in_7_days": 0.1259624179219827,
"hypha/apply/projects/tests/test_files.py::TestFlatten::test_no_items": 0.014744874963071197,
"hypha/apply/projects/tests/test_files.py::TestFlatten::test_one_level_of_items": 0.0013840840547345579,
"hypha/apply/projects/tests/test_files.py::TestFlatten::test_three_levels_of_items": 0.002011916018091142,
"hypha/apply/projects/tests/test_files.py::TestFlatten::test_two_levels_of_items": 0.0015578330494463444,
"hypha/apply/projects/tests/test_files.py::TestGetFiles::test_get_files": 0.12578145804582164,
"hypha/apply/projects/tests/test_forms.py::TestChangeInvoiceStatusFormForm::test_finance1_choices_with_approved_by_finance1_status": 0.13506858400069177,
"hypha/apply/projects/tests/test_forms.py::TestChangeInvoiceStatusFormForm::test_finance1_choices_with_approved_by_finance1_status_with_extended_flow": 0.10293395892949775,
"hypha/apply/projects/tests/test_forms.py::TestChangeInvoiceStatusFormForm::test_finance1_choices_with_approved_by_staff_status": 0.1276201669825241,
"hypha/apply/projects/tests/test_forms.py::TestChangeInvoiceStatusFormForm::test_finance1_choices_with_changes_requested_by_finance1_status": 0.104122249991633,
"hypha/apply/projects/tests/test_forms.py::TestChangeInvoiceStatusFormForm::test_finance1_choices_with_changes_requested_by_finance2_status": 0.1059111239737831,
"hypha/apply/projects/tests/test_forms.py::TestChangeInvoiceStatusFormForm::test_finance1_choices_with_changes_requested_by_staff_status": 0.10858287499286234,
"hypha/apply/projects/tests/test_forms.py::TestChangeInvoiceStatusFormForm::test_finance1_choices_with_resubmitted_status": 0.10598987597040832,
"hypha/apply/projects/tests/test_forms.py::TestChangeInvoiceStatusFormForm::test_finance1_choices_with_submitted_status": 0.11398125003324822,
"hypha/apply/projects/tests/test_forms.py::TestChangeInvoiceStatusFormForm::test_finance2_choices_with_approved_by_finance1_status": 0.08861058298498392,
"hypha/apply/projects/tests/test_forms.py::TestChangeInvoiceStatusFormForm::test_finance2_choices_with_approved_by_staff_status": 0.11306291801156476,
"hypha/apply/projects/tests/test_forms.py::TestChangeInvoiceStatusFormForm::test_finance2_choices_with_changes_requested_by_finance1_status": 0.09223516494967043,
"hypha/apply/projects/tests/test_forms.py::TestChangeInvoiceStatusFormForm::test_finance2_choices_with_changes_requested_by_finance2_status": 0.18930099898716435,
"hypha/apply/projects/tests/test_forms.py::TestChangeInvoiceStatusFormForm::test_finance2_choices_with_changes_requested_by_staff_status": 0.0931370000471361,
"hypha/apply/projects/tests/test_forms.py::TestChangeInvoiceStatusFormForm::test_finance2_choices_with_resubmitted_status": 0.14456437394255772,
"hypha/apply/projects/tests/test_forms.py::TestChangeInvoiceStatusFormForm::test_finance2_choices_with_submitted_status": 0.1117642491008155,
"hypha/apply/projects/tests/test_forms.py::TestChangeInvoiceStatusFormForm::test_staff_choices_with_approved_by_finance1_status": 0.09879337396705523,
"hypha/apply/projects/tests/test_forms.py::TestChangeInvoiceStatusFormForm::test_staff_choices_with_approved_by_staff_status": 0.09179262595716864,
"hypha/apply/projects/tests/test_forms.py::TestChangeInvoiceStatusFormForm::test_staff_choices_with_changes_requested_by_finance1_status": 0.09094583295518532,
"hypha/apply/projects/tests/test_forms.py::TestChangeInvoiceStatusFormForm::test_staff_choices_with_changes_requested_by_finance2_status": 0.08589829102857038,
"hypha/apply/projects/tests/test_forms.py::TestChangeInvoiceStatusFormForm::test_staff_choices_with_changes_requested_by_staff_status": 0.09577120799804106,
"hypha/apply/projects/tests/test_forms.py::TestChangeInvoiceStatusFormForm::test_staff_choices_with_resubmitted_status": 0.10955208400264382,
"hypha/apply/projects/tests/test_forms.py::TestChangeInvoiceStatusFormForm::test_staff_choices_with_submitted_status": 0.09951512602856383,
"hypha/apply/projects/tests/test_forms.py::TestChangeInvoiceStatusFormForm::test_valid_checks_required_for_approved_by_finance1": 0.14640300802420825,
"hypha/apply/projects/tests/test_forms.py::TestChangePAFStatusForm::test_comment_is_not_required": 0.13062050001462922,
"hypha/apply/projects/tests/test_forms.py::TestChangePAFStatusForm::test_paf_status_is_required": 0.10028129199054092,
"hypha/apply/projects/tests/test_forms.py::TestChangePAFStatusForm::test_role_is_required": 0.27957526297541335,
"hypha/apply/projects/tests/test_forms.py::TestContractUploadForm::test_applicant_can_upload_signed": 0.007047373976092786,
"hypha/apply/projects/tests/test_forms.py::TestContractUploadForm::test_applicant_cant_upload_unsigned": 0.001560040982440114,
"hypha/apply/projects/tests/test_forms.py::TestCreateInvoiceForm::test_adding_invoice": 0.11774729104945436,
"hypha/apply/projects/tests/test_forms.py::TestCreateInvoiceForm::test_supporting_documents_not_required": 0.10811349900905043,
"hypha/apply/projects/tests/test_forms.py::TestEditInvoiceForm::test_add_new_supporting_document": 0.12165879202075303,
"hypha/apply/projects/tests/test_forms.py::TestEditInvoiceForm::test_keep_existing_supporting_document": 0.11390429199673235,
"hypha/apply/projects/tests/test_forms.py::TestEditInvoiceForm::test_remove_existing_supporting_document": 0.11856237397296354,
"hypha/apply/projects/tests/test_forms.py::TestFinalApprovalForm::test_comment_is_not_required": 0.13221216498641297,
"hypha/apply/projects/tests/test_forms.py::TestFinalApprovalForm::test_final_approval_status_is_required": 0.14672052202513441,
"hypha/apply/projects/tests/test_forms.py::TestProjectApprovalForm::test_updating_fields_sets_changed_flag": 0.11343783402116969,
"hypha/apply/projects/tests/test_forms.py::TestSelectDocumentForm::test_copying_files": 0.14634329202817753,
"hypha/apply/projects/tests/test_forms.py::TestStaffContractUploadForm::test_staff_can_upload_signed": 0.005536167009267956,
"hypha/apply/projects/tests/test_forms.py::TestStaffContractUploadForm::test_staff_can_upload_unsigned": 0.002265250019263476,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_applicant_can_edit_invoice": 0.3417234580265358,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_applicant_cant_complete_required_checks": 0.2534002040629275,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_applicant_cant_edit_deliverables": 0.9306994580547325,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_applicant_cant_edit_invoice": 0.6904691249947064,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_applicant_cant_view_required_checks": 0.15699885797221214,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_can_user_delete_from_submitted": 0.09987200103932992,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_deliverables_total_amount": 0.4428997919312678,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_finance1_can_change_status": 0.4691279990365729,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_finance1_can_change_status_with_extended_flow": 0.2335409579682164,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_finance1_can_complete_required_checks": 0.13558499101782218,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_finance1_can_complete_required_checks_with_extended_flow": 0.262551411986351,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_finance1_can_edit_deliverables": 0.10349987400695682,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_finance1_can_edit_deliverables_with_extended_flow": 0.2220972920767963,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_finance1_can_view_required_checks": 0.13442321895854548,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_finance1_cant_change_status": 0.5222009999561124,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_finance1_cant_change_status_with_extended_flow": 0.85366108402377,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_finance1_cant_edit_deliverables": 0.7821433319477364,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_finance2_can_change_status_with_extended_flow": 0.4653272079885937,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_finance2_can_edit_deliverables": 0.11407049995614216,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_finance2_can_view_required_checks": 0.1515219429275021,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_finance2_cant_change_status": 0.7476470430265181,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_finance2_cant_complete_required_checks": 0.2719519470119849,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_finance2_cant_edit_deliverables": 0.9740518750622869,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_invoice_status_user_choices": 0.021087917033582926,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_paid_value_overrides_paid_value": 0.18444745999295264,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_paid_value_used_when_no_paid_value": 0.10939487593714148,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_staff_can_change_status": 0.3913507079705596,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_staff_can_delete_from_submitted": 0.1006243740557693,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_staff_can_edit_deliverables": 0.32705591595731676,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_staff_can_edit_invoice": 0.30856545898132026,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_staff_cant_change_status": 0.6606197090004571,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_staff_cant_complete_required_checks": 0.25674830604111776,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_staff_cant_delete_from_changes_requested": 0.11842645797878504,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_staff_cant_delete_from_declined": 0.10925312602194026,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_staff_cant_delete_from_paid": 0.11688754201168194,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_staff_cant_delete_from_resubmitted": 0.14953700004843995,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_staff_cant_edit_deliverables": 0.7739314989885315,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_staff_cant_edit_invoice": 0.7969501659390517,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_staff_cant_view_required_checks": 0.13086751097580418,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_user_cant_delete_from_changes_requested": 0.1131687089218758,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_user_cant_delete_from_declined": 0.10736808308865875,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_user_cant_delete_from_paid": 0.0990432919934392,
"hypha/apply/projects/tests/test_models.py::TestInvoiceModel::test_user_cant_delete_from_resubmitted": 0.12610375002259389,
"hypha/apply/projects/tests/test_models.py::TestInvoiceQueryset::test_approved_by_finance_1": 0.11857958300970495,
"hypha/apply/projects/tests/test_models.py::TestInvoiceQueryset::test_approved_by_staff": 0.09787575097288936,
"hypha/apply/projects/tests/test_models.py::TestInvoiceQueryset::test_for_finance_1": 0.3050422489759512,
"hypha/apply/projects/tests/test_models.py::TestInvoiceQueryset::test_for_finance_1_with_extended_flow": 0.30679841700475663,
"hypha/apply/projects/tests/test_models.py::TestInvoiceQueryset::test_get_totals": 0.22571641602553427,
"hypha/apply/projects/tests/test_models.py::TestInvoiceQueryset::test_get_totals_no_value": 0.0029600840061903,
"hypha/apply/projects/tests/test_models.py::TestInvoiceQueryset::test_in_progress": 0.37341862404718995,
"hypha/apply/projects/tests/test_models.py::TestInvoiceQueryset::test_in_progress_with_extended_workflow": 0.3923596669919789,
"hypha/apply/projects/tests/test_models.py::TestInvoiceQueryset::test_not_rejected": 0.2260432499460876,
"hypha/apply/projects/tests/test_models.py::TestInvoiceQueryset::test_rejected": 0.21482683398062363,
"hypha/apply/projects/tests/test_models.py::TestProjectModel::test_create_from_submission": 0.10928333300398663,
"hypha/apply/projects/tests/test_models.py::TestProjectModel::test_get_missing_document_categories_with_enough_documents": 0.11543385393451899,
"hypha/apply/projects/tests/test_models.py::TestProjectModel::test_get_missing_document_categories_with_no_documents": 0.12154749495675787,
"hypha/apply/projects/tests/test_models.py::TestProjectModel::test_get_missing_document_categories_with_some_documents": 0.1251538940705359,
"hypha/apply/projects/tests/test_models.py::TestReport::test_late_if_two_weeks_behind": 0.18348908197367564,
"hypha/apply/projects/tests/test_models.py::TestReport::test_not_late_if_one_ahead": 0.05656516703311354,
"hypha/apply/projects/tests/test_models.py::TestReport::test_not_late_if_two_ahead_but_one_in_future": 0.09896179201314226,
"hypha/apply/projects/tests/test_models.py::TestReport::test_queryset_done_doesnt_includes_draft": 0.09428237495012581,
"hypha/apply/projects/tests/test_models.py::TestReport::test_queryset_done_doesnt_includes_to_do": 0.08845541707705706,
"hypha/apply/projects/tests/test_models.py::TestReport::test_queryset_done_includes_skipped": 0.09169549902435392,
"hypha/apply/projects/tests/test_models.py::TestReport::test_queryset_done_includes_submitted": 0.08984812494600192,
"hypha/apply/projects/tests/test_models.py::TestReport::test_start_date": 0.23411562491673976,
"hypha/apply/projects/tests/test_models.py::TestReport::test_start_date_with_submitted": 0.23925779096316546,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_current_due_report_gets_active_report": 0.14344441698631272,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_last_report_gets_report_in_past": 0.10718662507133558,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_last_report_gets_skipped": 0.36258650093805045,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_last_report_gets_submitted_report_in_past": 0.2652144999592565,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_months_always_relative": 0.12155408400576562,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_next_date_month_from_now": 0.10335783404298127,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_next_date_week_from_now": 0.11480041698087007,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_no_report_creates_report": 0.10075508401496336,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_no_report_creates_report_if_current_skipped": 0.23717679205583408,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_no_report_creates_report_not_in_past": 0.10490595805458724,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_no_report_schedule_in_future_creates_report": 0.12487929099006578,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_past_due": 0.09862574998987839,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_past_due_has_drafts": 0.11262345797149464,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_past_due_no_future": 0.12612637499114498,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_past_due_no_skipped": 0.10207562398863956,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_past_due_no_submitted": 0.10259433405008167,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_past_due_report_creates_report": 0.10231499996734783,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_past_due_report_future_schedule_creates_report": 0.10128225100925192,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_submitted_report_unaffected": 0.11598099995171651,
"hypha/apply/projects/tests/test_models.py::TestReportConfig::test_today_schedule_gets_report_today": 0.24566754192346707,
"hypha/apply/projects/tests/test_settings.py::TestProjectFeatureFlag::test_urls_404_when_turned_off": 0.15309383301064372,
"hypha/apply/projects/tests/test_templatetags.py::TestContractTools::test_only_owner_or_contracting_can_upload_contract": 0.4889582499745302,
"hypha/apply/projects/tests/test_templatetags.py::TestContractTools::test_only_owner_or_staff_or_contracting_can_upload_contract": 0.6099863669951446,
"hypha/apply/projects/tests/test_templatetags.py::TestContractTools::test_owner_can_only_upload_during_contracting": 0.5429961249465123,
"hypha/apply/projects/tests/test_templatetags.py::TestContractTools::test_staff_can_only_upload_during_contracting": 0.9420862589031458,
"hypha/apply/projects/tests/test_templatetags.py::TestContractTools::test_staff_can_upload_after_state_leaves_committed": 0.7649188670911826,
"hypha/apply/projects/tests/test_templatetags.py::TestContractTools::test_staff_cant_upload_contract": 0.5442167079891078,
"hypha/apply/projects/tests/test_templatetags.py::TestContractTools::test_user_can_only_upload_during_contracting": 0.6449822820723057,
"hypha/apply/projects/tests/test_templatetags.py::TestContractTools::test_user_cannot_upload_first_contract": 0.13075465901056305,
"hypha/apply/projects/tests/test_templatetags.py::TestContractTools::test_user_cannot_upload_when_latest_is_approved": 0.13252823700895533,
"hypha/apply/projects/tests/test_templatetags.py::TestContractTools::test_user_upload_happy_path": 0.2574270899640396,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_applicant_and_staff_can_edit_in_resubmitted": 0.1417458329233341,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_applicant_and_staff_can_edit_in_submitted": 0.1180284580332227,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_applicant_and_staff_cant_edit_in_decline": 0.09311820892617106,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_applicant_and_staff_cant_edit_in_paid": 0.09802116703940555,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_applicant_can_edit_in_changes_requested": 0.0949237080058083,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_staff_can_change_status_from_changes_requested": 0.0915044589783065,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_staff_can_change_status_from_resubmitted": 0.11868604097981006,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_staff_can_change_status_from_submitted": 0.1031280419556424,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_staff_can_delete_from_submitted": 0.12329866702202708,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_staff_cant_change_status_from_declined": 0.10236679197987542,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_staff_cant_change_status_from_paid": 0.10460645699640736,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_staff_cant_delete_from_changes_requested": 0.09298262500669807,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_staff_cant_delete_from_declined": 0.11933341505937278,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_staff_cant_delete_from_paid": 0.12410033302148804,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_staff_cant_delete_from_resubmitted": 0.1335213339771144,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_staff_cant_edit_in_changes_requested": 0.11518112599151209,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_user_can_delete_from_changes_requested": 0.11641729198163375,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_user_can_delete_from_submitted": 0.11089854105375707,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_user_cant_change_status_from_changes_requested": 0.10630633198888972,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_user_cant_change_status_from_declined": 0.12937595898984,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_user_cant_change_status_from_paid": 0.09993845701683313,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_user_cant_change_status_from_resubmitted": 0.1071651239763014,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_user_cant_change_status_from_submitted": 0.10224662499967963,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_user_cant_delete_from_declined": 0.10713616694556549,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_user_cant_delete_from_paid": 0.10940137493889779,
"hypha/apply/projects/tests/test_templatetags.py::TestInvoiceTools::test_user_cant_delete_from_resubmitted": 0.12244900001678616,
"hypha/apply/projects/tests/test_views.py::ApplicantStaffProjectDetailDownloadView::test_cant_access_docx": 0.27332804194884375,
"hypha/apply/projects/tests/test_views.py::ApplicantStaffProjectDetailDownloadView::test_cant_access_pdf": 0.2031321680988185,
"hypha/apply/projects/tests/test_views.py::ApplicantStaffProjectPDFExport::test_cant_access": 0.4367084689438343,
"hypha/apply/projects/tests/test_views.py::TestAnonPacketView::test_anonymous_can_not_access": 0.22895158297615126,
"hypha/apply/projects/tests/test_views.py::TestApplicantChangeInoviceStatus::test_can": 0.25131341704400256,
"hypha/apply/projects/tests/test_views.py::TestApplicantChangeInoviceStatus::test_other_cant": 0.20874891802668571,
"hypha/apply/projects/tests/test_views.py::TestApplicantDetailInvoiceStatus::test_can": 0.3008690840215422,
"hypha/apply/projects/tests/test_views.py::TestApplicantDetailInvoiceStatus::test_other_cant": 0.29724816704401746,
"hypha/apply/projects/tests/test_views.py::TestApplicantEditInvoiceView::test_editing_invoice_remove_supporting_document": 0.3028608749737032,
"hypha/apply/projects/tests/test_views.py::TestApplicantEditInvoiceView::test_editing_payment_keeps_receipts": 0.22965445899171755,
"hypha/apply/projects/tests/test_views.py::TestApplicantInvoiceDocumentPrivateMedia::test_can_access_own": 0.2175706250127405,
"hypha/apply/projects/tests/test_views.py::TestApplicantInvoiceDocumentPrivateMedia::test_cant_access_other": 0.2519414179841988,
"hypha/apply/projects/tests/test_views.py::TestApplicantReportDetail::test_can_access_own_submitted_report": 0.2600186240160838,
"hypha/apply/projects/tests/test_views.py::TestApplicantReportDetail::test_cant_access_other_draft_report": 0.2467556240153499,
"hypha/apply/projects/tests/test_views.py::TestApplicantReportDetail::test_cant_access_other_future_report": 0.2483961260295473,
"hypha/apply/projects/tests/test_views.py::TestApplicantReportDetail::test_cant_access_other_submitted_report": 0.23758312599966303,
"hypha/apply/projects/tests/test_views.py::TestApplicantReportDetail::test_cant_access_own_draft_report": 0.20590391696896404,
"hypha/apply/projects/tests/test_views.py::TestApplicantReportDetail::test_cant_access_own_future_report": 0.26786858396371827,
"hypha/apply/projects/tests/test_views.py::TestApplicantSelectDocumentView::test_can_choose": 0.27071804204024374,
"hypha/apply/projects/tests/test_views.py::TestApplicantSubmitReport::test_cant_edit_submitted_report": 0.5833423749427311,
"hypha/apply/projects/tests/test_views.py::TestApplicantSubmitReport::test_cant_get_other_report": 0.19563916698098183,
"hypha/apply/projects/tests/test_views.py::TestApplicantSubmitReport::test_cant_get_own_report_for_closing_and_complete_project": 0.34283570799743757,
"hypha/apply/projects/tests/test_views.py::TestApplicantSubmitReport::test_cant_submit_blank_report": 0.23071920906659216,
"hypha/apply/projects/tests/test_views.py::TestApplicantSubmitReport::test_cant_submit_other_report": 0.2542912500211969,
"hypha/apply/projects/tests/test_views.py::TestApplicantSubmitReport::test_get_own_report": 0.2826117270742543,
"hypha/apply/projects/tests/test_views.py::TestApplicantSubmitReport::test_get_own_report_for_inprogress_project": 0.2216641670675017,
"hypha/apply/projects/tests/test_views.py::TestApplicantSubmitReport::test_save_report_draft": 0.26972783292876557,
"hypha/apply/projects/tests/test_views.py::TestApplicantSubmitReport::test_save_report_with_draft": 0.2550375010468997,
"hypha/apply/projects/tests/test_views.py::TestApplicantSubmitReport::test_submit_own_report": 0.3451377490418963,
"hypha/apply/projects/tests/test_views.py::TestApplicantSubmitReport::test_submit_private_report": 0.25023320800391957,
"hypha/apply/projects/tests/test_views.py::TestApplicantSupportingDocumentPrivateMedia::test_can_access_own": 0.24562587402760983,
"hypha/apply/projects/tests/test_views.py::TestApplicantSupportingDocumentPrivateMedia::test_cant_access_other": 0.2331784159759991,
"hypha/apply/projects/tests/test_views.py::TestApplicantUploadContractView::test_non_owner_upload_contract": 0.2211476249503903,
"hypha/apply/projects/tests/test_views.py::TestApplicantUploadContractView::test_owner_upload_contract": 0.2663467510137707,
"hypha/apply/projects/tests/test_views.py::TestApproveContractView::test_approve_already_approved_contract": 0.331657541973982,
"hypha/apply/projects/tests/test_views.py::TestApproveContractView::test_approve_unapproved_contract": 0.357320875977166,
"hypha/apply/projects/tests/test_views.py::TestApproveContractView::test_approve_unsigned_contract": 0.29433833295479417,
"hypha/apply/projects/tests/test_views.py::TestApproveContractView::test_attempt_to_approve_non_latest": 0.22827633400447667,
"hypha/apply/projects/tests/test_views.py::TestChangePAFStatusView::test_applicant_cant_update_paf_status": 0.16629222000483423,
"hypha/apply/projects/tests/test_views.py::TestChangePAFStatusView::test_assigned_approvers_can_approve_paf": 0.3625999579089694,
"hypha/apply/projects/tests/test_views.py::TestChangePAFStatusView::test_assigned_approvers_can_reject_paf": 0.3182253340492025,
"hypha/apply/projects/tests/test_views.py::TestChangePAFStatusView::test_contracting_can_update_paf_status": 0.12587614404037595,
"hypha/apply/projects/tests/test_views.py::TestChangePAFStatusView::test_finance_can_update_paf_status": 0.1424186519579962,
"hypha/apply/projects/tests/test_views.py::TestChangePAFStatusView::test_reviewer_approve_paf": 0.11959398398175836,
"hypha/apply/projects/tests/test_views.py::TestChangePAFStatusView::test_reviewer_rejects_paf": 0.11641414504265413,
"hypha/apply/projects/tests/test_views.py::TestChangePAFStatusView::test_staff_can_update_paf_status": 0.14335077803116292,
"hypha/apply/projects/tests/test_views.py::TestChangePAFStatusView::test_unassigned_applicant_cant_update_paf_status": 0.22400762396864593,
"hypha/apply/projects/tests/test_views.py::TestChangePAFStatusView::test_unassigned_contracting_cant_update_paf_status": 0.31655470799887553,
"hypha/apply/projects/tests/test_views.py::TestChangePAFStatusView::test_unassigned_finance_cant_update_paf_status": 0.24805541592650115,
"hypha/apply/projects/tests/test_views.py::TestChangePAFStatusView::test_unassigned_staff_cant_update_paf_status": 0.24434829101664945,
"hypha/apply/projects/tests/test_views.py::TestContractsMixin::test_all_signed_and_approved_contracts_appear": 0.1103937920415774,
"hypha/apply/projects/tests/test_views.py::TestContractsMixin::test_all_signed_and_unapproved_returns_latest": 0.09727704100077972,
"hypha/apply/projects/tests/test_views.py::TestContractsMixin::test_all_unsigned_and_unapproved_returns_only_latest": 0.1002011249656789,
"hypha/apply/projects/tests/test_views.py::TestContractsMixin::test_mixture_of_both_latest_signed_and_approved": 0.10205700004007667,
"hypha/apply/projects/tests/test_views.py::TestContractsMixin::test_mixture_of_both_latest_signed_and_unapproved": 0.09944158396683633,
"hypha/apply/projects/tests/test_views.py::TestContractsMixin::test_mixture_of_both_latest_unsigned_and_unapproved": 0.11146566696697846,
"hypha/apply/projects/tests/test_views.py::TestContractsMixin::test_mixture_with_latest_signed_returns_no_unsigned": 0.09101612592348829,
"hypha/apply/projects/tests/test_views.py::TestContractsMixin::test_no_contracts_returns_nothing": 0.09546541597228497,
"hypha/apply/projects/tests/test_views.py::TestFinalApprovalView::test_final_approval": 0.6934734180103987,
"hypha/apply/projects/tests/test_views.py::TestFinalApprovalView::test_final_approver_cant_be_applicant": 0.1994648210820742,
"hypha/apply/projects/tests/test_views.py::TestFinalApprovalView::test_final_approver_cant_be_approver": 0.2700507749686949,
"hypha/apply/projects/tests/test_views.py::TestFinalApprovalView::test_final_approver_cant_be_contracting": 0.21709718101192266,
"hypha/apply/projects/tests/test_views.py::TestFinalApprovalView::test_final_approver_cant_be_finance": 0.24600107705919072,
"hypha/apply/projects/tests/test_views.py::TestFinalApprovalView::test_final_approver_cant_be_staff": 0.25083705002907664,
"hypha/apply/projects/tests/test_views.py::TestFinalApprovalView::test_final_rejection": 0.463428097020369,
"hypha/apply/projects/tests/test_views.py::TestFinanceDetailInvoiceStatus::test_can": 0.24398358300095424,
"hypha/apply/projects/tests/test_views.py::TestFinanceDetailInvoiceStatus::test_wrong_project_cant": 0.2982531660818495,
"hypha/apply/projects/tests/test_views.py::TestFinanceProjectDetailView::test_has_access": 0.24751404201379046,
"hypha/apply/projects/tests/test_views.py::TestFinanceProjectDetailView::test_lab_project_renders": 0.20517645997460932,
"hypha/apply/projects/tests/test_views.py::TestProjectDetailApprovalView::test_staff_only": 0.13999595801578835,
"hypha/apply/projects/tests/test_views.py::TestProjectDetailSimplifiedView::test_staff_only": 0.15704163699410856,
"hypha/apply/projects/tests/test_views.py::TestProjectListView::test_applicants_cannot_access_project_list_page": 0.3290229589911178,
"hypha/apply/projects/tests/test_views.py::TestProjectListView::test_staff_can_access_project_list_page": 0.3267897499608807,
"hypha/apply/projects/tests/test_views.py::TestProjectOverviewView::test_applicants_cannot_access": 0.3692474999697879,
"hypha/apply/projects/tests/test_views.py::TestProjectOverviewView::test_staff_can_access": 0.30395970901008695,
"hypha/apply/projects/tests/test_views.py::TestRemoveDocumentView::test_remove_document": 0.3807449999731034,
"hypha/apply/projects/tests/test_views.py::TestRemoveDocumentView::test_remove_non_existent_document": 0.6393747919355519,
"hypha/apply/projects/tests/test_views.py::TestReviewerUserProjectDetailView::test_doesnt_have_access": 0.19058779097395018,
"hypha/apply/projects/tests/test_views.py::TestSendForApprovalView::test_send_for_approval_fails_when_project_is_locked": 0.1602184169460088,
"hypha/apply/projects/tests/test_views.py::TestSendForApprovalView::test_send_for_approval_fails_when_project_is_not_in_committed_state": 0.11484798201126978,
"hypha/apply/projects/tests/test_views.py::TestSendForApprovalView::test_send_for_approval_fails_when_project_is_not_in_draft_state": 0.1201792509527877,
"hypha/apply/projects/tests/test_views.py::TestSendForApprovalView::test_send_for_approval_happy_path": 0.3992159159388393,
"hypha/apply/projects/tests/test_views.py::TestSkipReport::test_can_skip_draft_report": 0.4037277069874108,
"hypha/apply/projects/tests/test_views.py::TestSkipReport::test_can_skip_report": 0.3173352930461988,
"hypha/apply/projects/tests/test_views.py::TestSkipReport::test_can_unskip_report": 0.6516079169814475,
"hypha/apply/projects/tests/test_views.py::TestSkipReport::test_cant_skip_current_report": 0.33527637500083074,
"hypha/apply/projects/tests/test_views.py::TestSkipReport::test_cant_skip_submitted_report": 0.44620266696438193,
"hypha/apply/projects/tests/test_views.py::TestStaffChangeInvoiceStatus::test_can": 0.3076763749704696,
"hypha/apply/projects/tests/test_views.py::TestStaffDetailInvoiceStatus::test_can": 0.26638187596108764,
"hypha/apply/projects/tests/test_views.py::TestStaffDetailInvoiceStatus::test_wrong_project_cant": 0.32569574896479025,
"hypha/apply/projects/tests/test_views.py::TestStaffEditInvoiceView::test_editing_invoice_keeps_supprting_document": 0.2877389999339357,
"hypha/apply/projects/tests/test_views.py::TestStaffEditInvoiceView::test_editing_invoice_remove_supporting_document": 0.609027209051419,
"hypha/apply/projects/tests/test_views.py::TestStaffInoviceDocumentPrivateMedia::test_can_access": 0.22261525003705174,
"hypha/apply/projects/tests/test_views.py::TestStaffInoviceDocumentPrivateMedia::test_cant_access_if_project_wrong": 0.30298379104351625,
"hypha/apply/projects/tests/test_views.py::TestStaffInvoiceSupportingDocumentPrivateMedia::test_can_access": 0.22232154296943918,
"hypha/apply/projects/tests/test_views.py::TestStaffPacketView::test_staff_can_access": 0.2712908739922568,
"hypha/apply/projects/tests/test_views.py::TestStaffProjectDetailDownloadView::test_can_access_docx": 0.6523042499320582,
"hypha/apply/projects/tests/test_views.py::TestStaffProjectDetailDownloadView::test_can_access_pdf": 0.23990249901544303,
"hypha/apply/projects/tests/test_views.py::TestStaffProjectDetailDownloadView::test_response_object_is_docx": 0.21097499993629754,
"hypha/apply/projects/tests/test_views.py::TestStaffProjectDetailDownloadView::test_response_object_is_pdf": 0.26322137512033805,
"hypha/apply/projects/tests/test_views.py::TestStaffProjectDetailView::test_has_access": 0.3207758750068024,
"hypha/apply/projects/tests/test_views.py::TestStaffProjectDetailView::test_lab_project_renders": 0.2571417089784518,
"hypha/apply/projects/tests/test_views.py::TestStaffProjectPDFExport::test_can_access": 0.62907274288591,
"hypha/apply/projects/tests/test_views.py::TestStaffProjectPDFExport::test_reponse_object_is_pdf": 0.49607601994648576,
"hypha/apply/projects/tests/test_views.py::TestStaffReportDetail::test_can_access_submitted_report": 0.5303935409174301,
"hypha/apply/projects/tests/test_views.py::TestStaffReportDetail::test_cant_access_draft_report": 0.21284704201389104,
"hypha/apply/projects/tests/test_views.py::TestStaffReportDetail::test_cant_access_future_report": 0.19005479209590703,
"hypha/apply/projects/tests/test_views.py::TestStaffReportDetail::test_cant_access_skipped_report": 0.19428570801392198,
"hypha/apply/projects/tests/test_views.py::TestStaffSelectDocumentView::test_can_choose": 0.32996362599078566,
"hypha/apply/projects/tests/test_views.py::TestStaffSubmitReport::test_cant_get_page_for_closing_and_complete_project": 0.6884707899880596,
"hypha/apply/projects/tests/test_views.py::TestStaffSubmitReport::test_cant_submit_blank_report": 0.2702269160654396,
"hypha/apply/projects/tests/test_views.py::TestStaffSubmitReport::test_cant_submit_future_report": 0.281632833997719,
"hypha/apply/projects/tests/test_views.py::TestStaffSubmitReport::test_cant_submit_report_for_closing_and_complete_project": 0.32005379191832617,
"hypha/apply/projects/tests/test_views.py::TestStaffSubmitReport::test_edit_submitted_report": 0.36822670802939683,
"hypha/apply/projects/tests/test_views.py::TestStaffSubmitReport::test_get_page": 0.2761989119462669,
"hypha/apply/projects/tests/test_views.py::TestStaffSubmitReport::test_get_page_for_inprogress_project": 0.20676108403131366,
"hypha/apply/projects/tests/test_views.py::TestStaffSubmitReport::test_resubmit_submitted_report": 0.30483220907626674,
"hypha/apply/projects/tests/test_views.py::TestStaffSubmitReport::test_save_report_draft": 0.3308932089712471,
"hypha/apply/projects/tests/test_views.py::TestStaffSubmitReport::test_save_report_with_draft": 0.6936990009853616,
"hypha/apply/projects/tests/test_views.py::TestStaffSubmitReport::test_submit_private_report": 0.31395412498386577,
"hypha/apply/projects/tests/test_views.py::TestStaffSubmitReport::test_submit_report": 0.3969649989739992,
"hypha/apply/projects/tests/test_views.py::TestStaffUploadContractView::test_upload_contract": 0.6011504890047945,
"hypha/apply/projects/tests/test_views.py::TestStaffUploadContractView::test_upload_contract_with_signed_set_to_true": 0.7100242809974588,
"hypha/apply/projects/tests/test_views.py::TestSuperUserProjectDetailView::test_has_access": 0.2624384579830803,
"hypha/apply/projects/tests/test_views.py::TestUpdateLeadView::test_update_lead": 0.3363422930124216,
"hypha/apply/projects/tests/test_views.py::TestUpdateLeadView::test_update_lead_from_none": 0.27752400003373623,
"hypha/apply/projects/tests/test_views.py::TestUploadDocumentView::test_upload_document": 0.30545899894787,
"hypha/apply/projects/tests/test_views.py::TestUserPacketView::test_owner_can_access": 0.5456029999768361,
"hypha/apply/projects/tests/test_views.py::TestUserPacketView::test_user_can_not_access": 0.21495395799865946,
"hypha/apply/projects/tests/test_views.py::TestUserProjectDetailView::test_doesnt_have_access": 0.2499555420363322,
"hypha/apply/projects/tests/test_views.py::TestUserProjectDetailView::test_owner_has_access": 0.22503191698342562,
"hypha/apply/review/tests/test_admin.py::TestReviewFormAdminForm::test_can_create_review_form": 0.011178124055732042,
"hypha/apply/review/tests/test_admin_views.py::TestCreateReviewFormView::test_comments_block_required": 0.12781358399661258,
"hypha/apply/review/tests/test_admin_views.py::TestCreateReviewFormView::test_field_label_required": 0.4384970419923775,
"hypha/apply/review/tests/test_admin_views.py::TestCreateReviewFormView::test_form_creation": 0.1305174170411192,
"hypha/apply/review/tests/test_admin_views.py::TestCreateReviewFormView::test_name_field_required": 0.11021879204781726,
"hypha/apply/review/tests/test_admin_views.py::TestCreateReviewFormView::test_recommendation_block_required": 0.10703283397015184,
"hypha/apply/review/tests/test_admin_views.py::TestCreateReviewFormView::test_visibility_block_required": 0.10452545998850837,
"hypha/apply/review/tests/test_models.py::TestReviewQueryset::test_review_no_opinion_agree": 0.13503487495472655,
"hypha/apply/review/tests/test_models.py::TestReviewQueryset::test_review_no_opinion_disagree": 0.09184066497255117,
"hypha/apply/review/tests/test_models.py::TestReviewQueryset::test_review_not_all_opinion": 0.10895650001475587,
"hypha/apply/review/tests/test_models.py::TestReviewQueryset::test_review_yes_mixed_opinion": 0.1123827500268817,
"hypha/apply/review/tests/test_models.py::TestReviewQueryset::test_review_yes_opinion_agree": 0.10801370901754126,
"hypha/apply/review/tests/test_models.py::TestReviewQueryset::test_review_yes_opinion_disagree": 0.11136191705008969,
"hypha/apply/review/tests/test_models.py::TestReviewQueryset::test_reviews_maybe": 0.09792104095686227,
"hypha/apply/review/tests/test_models.py::TestReviewQueryset::test_reviews_mixed": 0.12521387496963143,
"hypha/apply/review/tests/test_models.py::TestReviewQueryset::test_reviews_no": 0.09086816699709743,
"hypha/apply/review/tests/test_models.py::TestReviewQueryset::test_reviews_yes": 0.09715375094674528,
"hypha/apply/review/tests/test_views.py::NonStaffReviewOpinionCase::test_nonstaff_cant_post_opinion_to_review": 0.2096448329393752,
"hypha/apply/review/tests/test_views.py::ReviewDetailTestCase::test_review_detail_opinion": 0.3074962500249967,
"hypha/apply/review/tests/test_views.py::ReviewDetailTestCase::test_review_detail_recommendation": 0.2309920000261627,
"hypha/apply/review/tests/test_views.py::ReviewDetailVisibilityTestCase::test_review_detail_visibility_private": 0.24892666598316282,
"hypha/apply/review/tests/test_views.py::ReviewDetailVisibilityTestCase::test_review_detail_visibility_reviewer": 0.2592315419460647,
"hypha/apply/review/tests/test_views.py::ReviewListTestCase::test_review_list_opinion": 0.311438457982149,
"hypha/apply/review/tests/test_views.py::ReviewWorkFlowActionTestCase::test_com_external_review_to_ready_for_discussion": 0.3595385419903323,
"hypha/apply/review/tests/test_views.py::ReviewWorkFlowActionTestCase::test_ext_external_review_to_ready_for_discussion": 0.33403204195201397,
"hypha/apply/review/tests/test_views.py::ReviewWorkFlowActionTestCase::test_external_review_to_ready_for_discussion": 0.3242612090543844,
"hypha/apply/review/tests/test_views.py::ReviewWorkFlowActionTestCase::test_initial_state_transition_to_internal_review": 0.34754516603425145,
"hypha/apply/review/tests/test_views.py::ReviewWorkFlowActionTestCase::test_internal_review_to_ready_for_discussion": 0.3534311249968596,
"hypha/apply/review/tests/test_views.py::ReviewWorkFlowActionTestCase::test_proposal_discussion_to_proposal_internal_review": 0.483965000952594,
"hypha/apply/review/tests/test_views.py::ReviewWorkFlowActionTestCase::test_submission_did_not_transition": 0.3630891669308767,
"hypha/apply/review/tests/test_views.py::StaffReviewFormTestCase::test_can_access_form": 0.22145974898012355,
"hypha/apply/review/tests/test_views.py::StaffReviewFormTestCase::test_can_edit_draft_review": 0.22164250002242625,
"hypha/apply/review/tests/test_views.py::StaffReviewFormTestCase::test_can_submit_draft_review": 0.3476052079931833,
"hypha/apply/review/tests/test_views.py::StaffReviewFormTestCase::test_cant_access_wrong_status": 0.26745958399260417,
"hypha/apply/review/tests/test_views.py::StaffReviewFormTestCase::test_cant_resubmit_review": 0.22911270800977945,
"hypha/apply/review/tests/test_views.py::StaffReviewFormTestCase::test_revision_captured_on_review": 0.3783253330620937,
"hypha/apply/review/tests/test_views.py::StaffReviewListingTestCase::test_can_access_review_listing": 0.32512670796131715,
"hypha/apply/review/tests/test_views.py::StaffReviewListingTestCase::test_draft_reviews_dont_appear": 0.23986412503290921,
"hypha/apply/review/tests/test_views.py::StaffReviewOpinionCase::test_can_add_opinion_to_others_review": 0.28133583499584347,
"hypha/apply/review/tests/test_views.py::StaffReviewOpinionCase::test_can_see_opinion_buttons_on_others_review": 0.2260912079946138,
"hypha/apply/review/tests/test_views.py::StaffReviewOpinionCase::test_cant_see_opinion_buttons_on_self_review": 0.24733683309750631,
"hypha/apply/review/tests/test_views.py::StaffReviewOpinionCase::test_disagree_opinion_redirects_to_review_form": 0.2290873760357499,
"hypha/apply/review/tests/test_views.py::StaffReviewsTestCase::test_can_access_other_review": 0.24191449995851144,
"hypha/apply/review/tests/test_views.py::StaffReviewsTestCase::test_can_access_review": 0.19570466602453962,
"hypha/apply/review/tests/test_views.py::TestReviewScore::test_average_score_calculated": 0.4139732489711605,
"hypha/apply/review/tests/test_views.py::TestReviewScore::test_na_included_in_review_average": 0.33265783300157636,
"hypha/apply/review/tests/test_views.py::TestReviewScore::test_na_included_multiple_reviews_average": 0.5023737089941278,
"hypha/apply/review/tests/test_views.py::TestReviewScore::test_na_included_reviews_average": 0.3487535830354318,
"hypha/apply/review/tests/test_views.py::TestReviewScore::test_no_score_is_NA": 0.4361219579586759,
"hypha/apply/review/tests/test_views.py::TestReviewScore::test_score_calculated": 0.30556112504564226,
"hypha/apply/review/tests/test_views.py::UserReviewFormTestCase::test_cant_access_form": 0.20005625003250316,
"hypha/apply/search/tests/test_filters.py::test_date_filter_tokens_to_q_obj[tokens0-date_field-expected0]": 0.0016514158924110234,
"hypha/apply/search/tests/test_filters.py::test_date_filter_tokens_to_q_obj[tokens1-date_field-expected1]": 0.0004297909908927977,
"hypha/apply/search/tests/test_filters.py::test_date_filter_tokens_to_q_obj[tokens10-date_field-expected10]": 0.000938165991101414,
"hypha/apply/search/tests/test_filters.py::test_date_filter_tokens_to_q_obj[tokens11-date_field-expected11]": 0.7888352919835597,
"hypha/apply/search/tests/test_filters.py::test_date_filter_tokens_to_q_obj[tokens2-date_field-expected2]": 0.0010842910269275308,
"hypha/apply/search/tests/test_filters.py::test_date_filter_tokens_to_q_obj[tokens3-date_field-expected3]": 0.001004834019113332,
"hypha/apply/search/tests/test_filters.py::test_date_filter_tokens_to_q_obj[tokens4-date_field-expected4]": 0.0009819999686442316,
"hypha/apply/search/tests/test_filters.py::test_date_filter_tokens_to_q_obj[tokens5-date_field-expected5]": 0.0009268330177292228,
"hypha/apply/search/tests/test_filters.py::test_date_filter_tokens_to_q_obj[tokens6-date_field-expected6]": 0.0009553319541737437,
"hypha/apply/search/tests/test_filters.py::test_date_filter_tokens_to_q_obj[tokens7-date_field-expected7]": 0.0009712089668028057,
"hypha/apply/search/tests/test_filters.py::test_date_filter_tokens_to_q_obj[tokens8-date_field-expected8]": 0.000997458933852613,
"hypha/apply/search/tests/test_filters.py::test_date_filter_tokens_to_q_obj[tokens9-date_field-expected9]": 0.445700376003515,
"hypha/apply/search/tests/test_query_parser.py::test_parse_search_query[\"hello world\"-expected8]": 0.0003599999472498894,
"hypha/apply/search/tests/test_query_parser.py::test_parse_search_query[#12 #13-expected1]": 0.001300125033594668,
"hypha/apply/search/tests/test_query_parser.py::test_parse_search_query[#12 text after-expected3]": 0.0010755420080386102,
"hypha/apply/search/tests/test_query_parser.py::test_parse_search_query[-expected0]": 0.0006319579551927745,
"hypha/apply/search/tests/test_query_parser.py::test_parse_search_query[hello-expected4]": 0.0009317910298705101,
"hypha/apply/search/tests/test_query_parser.py::test_parse_search_query[submitted:\"hello world\"-expected7]": 0.0004182089469395578,
"hypha/apply/search/tests/test_query_parser.py::test_parse_search_query[submitted:2023-12-02 hello-expected5]": 0.0015293770120479167,
"hypha/apply/search/tests/test_query_parser.py::test_parse_search_query[submitted:>2023-12-02 submitted:<2023-12-01 hello-expected6]": 0.0010785430204123259,
"hypha/apply/search/tests/test_query_parser.py::test_parse_search_query[text before #12-expected2]": 0.0005234159762039781,
"hypha/apply/search/tests/test_query_parser.py::test_tokenize_date_filter_value[1111-12-89-expected7]": 0.0009314999915659428,
"hypha/apply/search/tests/test_query_parser.py::test_tokenize_date_filter_value[2023-12-expected5]": 0.0007679579430259764,
"hypha/apply/search/tests/test_query_parser.py::test_tokenize_date_filter_value[2023-24-expected6]": 0.001262459030840546,
"hypha/apply/search/tests/test_query_parser.py::test_tokenize_date_filter_value[2023-expected8]": 0.0003815829986706376,
"hypha/apply/search/tests/test_query_parser.py::test_tokenize_date_filter_value[<2023-12-01-expected1]": 0.0009150420082733035,
"hypha/apply/search/tests/test_query_parser.py::test_tokenize_date_filter_value[<=2023-12-01-expected2]": 0.0003910830710083246,
"hypha/apply/search/tests/test_query_parser.py::test_tokenize_date_filter_value[>2023-12-02-expected0]": 0.0012699579820036888,
"hypha/apply/search/tests/test_query_parser.py::test_tokenize_date_filter_value[>2023-expected9]": 0.0011605839827097952,
"hypha/apply/search/tests/test_query_parser.py::test_tokenize_date_filter_value[>=2023-12-01-expected3]": 0.0003738329978659749,
"hypha/apply/search/tests/test_query_parser.py::test_tokenize_date_filter_value[>=2023-12-expected4]": 0.001437832077499479,
"hypha/apply/stream_forms/tests.py::TestBlocks::test_blocks_decode_none": 0.012232833018060774,
"hypha/apply/users/tests/test_forms.py::TestEmailChangePasswordForm::test_can_update_slack": 0.01656970998737961,
"hypha/apply/users/tests/test_forms.py::TestEmailChangePasswordForm::test_doesnt_error_on_null_slack_field": 0.010929042007774115,
"hypha/apply/users/tests/test_forms.py::TestProfileForm::test_can_change_email": 0.8150697910459712,
"hypha/apply/users/tests/test_forms.py::TestProfileForm::test_cant_set_slack_name": 0.0178347920300439,
"hypha/apply/users/tests/test_forms.py::TestProfileForm::test_email_unique": 0.017210707941558212,
"hypha/apply/users/tests/test_forms.py::TestStaffProfileForm::test_auto_prepend_at": 0.05048945697490126,
"hypha/apply/users/tests/test_forms.py::TestStaffProfileForm::test_can_clear_slack_name": 0.00721004098886624,
"hypha/apply/users/tests/test_forms.py::TestStaffProfileForm::test_can_set_slack_name": 0.00728541606804356,
"hypha/apply/users/tests/test_forms.py::TestStaffProfileForm::test_can_set_slack_name_with_trailing_space": 0.005626042955555022,
"hypha/apply/users/tests/test_forms.py::TestStaffProfileForm::test_cant_change_email": 0.007941207994008437,
"hypha/apply/users/tests/test_forms.py::TestStaffProfileForm::test_cant_change_email_oauth": 0.011736166954506189,
"hypha/apply/users/tests/test_forms.py::TestStaffProfileForm::test_cant_set_slack_name_with_space": 0.012550291954539716,
"hypha/apply/users/tests/test_middleware.py::TestTwoFactorAuthenticationMiddleware::test_unverified_user_can_access_allowed_urls": 0.20094966696342453,
"hypha/apply/users/tests/test_middleware.py::TestTwoFactorAuthenticationMiddleware::test_unverified_user_redirect": 0.13529020897112787,
"hypha/apply/users/tests/test_middleware.py::TestTwoFactorAuthenticationMiddleware::test_verified_user_redirect": 0.12795779202133417,
"hypha/apply/users/tests/test_oauth_access.py::TestOAuthAccess::test_oauth_not_set_up": 0.12708341696998104,
"hypha/apply/users/tests/test_oauth_access.py::TestOAuthAccess::test_oauth_page_requires_login": 0.1006301250308752,
"hypha/apply/users/tests/test_oauth_access.py::TestOAuthAccess::test_oauth_user_email_not_whitelisted": 0.11018762498861179,
"hypha/apply/users/tests/test_oauth_access.py::TestOAuthAccess::test_oauth_whitelisted_user_can_access_oauth_settings_page": 0.13405462499940768,
"hypha/apply/users/tests/test_oauth_access.py::TestOAuthAccess::test_oauth_whitelisted_user_can_see_link_to_oauth_settings_page": 0.11164791701594368,
"hypha/apply/users/tests/test_registration.py::TestRegistration::test_duplicate_registration_fails": 0.09541262601851486,
"hypha/apply/users/tests/test_registration.py::TestRegistration::test_force_login": 0.04666900000302121,
"hypha/apply/users/tests/test_registration.py::TestRegistration::test_registration": 0.0784251670120284,
"hypha/apply/users/tests/test_registration.py::TestRegistration::test_registration_enabled_has_link": 0.12608979298966005,
"hypha/apply/users/tests/test_registration.py::TestRegistration::test_registration_enabled_has_no_link": 0.10856775101274252,
"hypha/apply/users/tests/test_tokens.py::test_passwordless_login_token": 0.019038958998862654,
"hypha/apply/users/tests/test_tokens.py::test_passwordless_signup_token": 0.011445084062870592,
"hypha/apply/users/tests/test_utils.py::TestActivationEmail::test_activation_email_includes_link": 0.011367207916919142,
"hypha/apply/users/tests/test_utils.py::TestGetUserByEmail::test_multiple_accounts_same_email": 0.02436037501320243,
"hypha/apply/users/tests/test_utils.py::TestGetUserByEmail::test_no_account": 0.011271041934378445,
"hypha/apply/users/tests/test_utils.py::TestGetUserByEmail::test_single_same_email": 0.012056542036589235,
"hypha/apply/users/tests/test_utils.py::TestUserAlreadyRegistered::test_case_sensitive_email": 0.02369187498698011,
"hypha/apply/users/tests/test_utils.py::TestUserAlreadyRegistered::test_no_account": 0.008092331991065294,
"hypha/apply/users/tests/test_views.py::TestBecome::test_staff_cannot_become_superuser": 0.12992983299773186,
"hypha/apply/users/tests/test_views.py::TestBecome::test_staff_cannot_become_user": 0.10989674995653331,
"hypha/apply/users/tests/test_views.py::TestBecome::test_superuser_can_become_staff": 0.2917871660320088,
"hypha/apply/users/tests/test_views.py::TestBecome::test_superuser_cannot_become_superuser": 0.6609259160468355,
"hypha/apply/users/tests/test_views.py::TestBecome::test_user_cannot_become_other_user": 0.8434520830051042,
"hypha/apply/users/tests/test_views.py::TestBecome::test_user_cannot_become_staff": 0.12334849900798872,
"hypha/apply/users/tests/test_views.py::TestBecome::test_user_cannot_become_superuser": 0.8635426250402816,
"hypha/apply/users/tests/test_views.py::TestPasswordReset::test_recieves_email": 0.15269175003049895,
"hypha/apply/users/tests/test_views.py::TestProfileView::test_2fa_setup_view": 0.1577104160678573,
"hypha/apply/users/tests/test_views.py::TestProfileView::test_cant_acces_if_not_logged_in": 0.09294816601322964,
"hypha/apply/users/tests/test_views.py::TestProfileView::test_cant_access_if_not_logged_in": 0.4643389170523733,
"hypha/apply/users/tests/test_views.py::TestProfileView::test_cant_set_slack_name": 0.10751995898317546,
"hypha/apply/users/tests/test_views.py::TestProfileView::test_doesnt_includes_change_password_for_oauth": 0.11316824902314693,
"hypha/apply/users/tests/test_views.py::TestProfileView::test_has_required_text_and_buttons": 0.6781868329853751,
"hypha/apply/users/tests/test_views.py::TestProfileView::test_includes_change_password": 0.08797491696896031,
"hypha/apply/users/tests/test_views.py::TestStaffProfileView::test_can_set_slack_name": 0.13721545896260068,
"hypha/apply/utils/tests/test_templatetags.py::WebpackTagsTestCase::test_render_bundle_calls_webpack_loader_when_enabled": 0.002394415088929236,
"hypha/apply/utils/tests/test_templatetags.py::WebpackTagsTestCase::test_render_bundle_does_not_call_webpack_loader_when_disabled": 0.002298294915817678,
"hypha/apply/utils/tests/test_views.py::TestDelegatedViewMixin::test__access_if_no_object": 0.0009694169275462627,
"hypha/apply/utils/tests/test_views.py::TestDelegatedViewMixin::test_parent_access_if_no_object": 0.0024043749435804784,
"hypha/core/templatetags/tests/test_query_params.py::QueryParamsTemplateTagTests::test_add_to_query": 0.005719501059502363,
"hypha/core/templatetags/tests/test_query_params.py::QueryParamsTemplateTagTests::test_add_to_query_only_query_string": 0.0017672500107437372,
"hypha/core/templatetags/tests/test_query_params.py::QueryParamsTemplateTagTests::test_construct_query_string": 0.0015055839903652668,
"hypha/core/templatetags/tests/test_query_params.py::QueryParamsTemplateTagTests::test_construct_query_string_only_query_string": 0.0010468740365467966,
"hypha/core/templatetags/tests/test_query_params.py::QueryParamsTemplateTagTests::test_modify_query": 0.0010907500400207937,
"hypha/core/templatetags/tests/test_query_params.py::QueryParamsTemplateTagTests::test_modify_query_only_query_string": 0.0023940419778227806,
"hypha/core/templatetags/tests/test_query_params.py::QueryParamsTemplateTagTests::test_remove_from_query": 0.0017069160239771008,
"hypha/core/templatetags/tests/test_query_params.py::QueryParamsTemplateTagTests::test_remove_from_query_only_query_string": 0.0031800410361029208,
"hypha/core/tests/test_utils.py::test_markdown_to_html[**bold**-<p><strong>bold</strong></p>]": 0.0014629580546170473,
"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.8385379170649685,
"hypha/core/tests/test_utils.py::test_markdown_to_html[~~strike~~-<p><del>strike</del></p>]": 0.00045729108387604356,
"hypha/public/mailchimp/tests/test_views.py::TestNewsletterView::test_can_subscribe": 0.1981253740086686,
"hypha/public/mailchimp/tests/test_views.py::TestNewsletterView::test_error_in_form": 0.13314750001882203,
"hypha/public/mailchimp/tests/test_views.py::TestNewsletterView::test_redirected_home_if_get": 0.32535787497181445,
"hypha/public/projects/tests.py::TestCategoriesWidget::test_can_access_categories_and_options": 0.00918808500864543,
"hypha/public/projects/tests.py::TestCategoriesWidget::test_can_decompress_data": 0.003994999977294356,
"hypha/public/projects/tests.py::TestCategoriesWidget::test_can_decompress_multiple_data": 0.003786126006161794,
"hypha/public/projects/tests.py::TestCategoriesWidget::test_can_get_data_from_form": 0.010350167023716494,
"hypha/public/projects/tests.py::TestCategoriesWidget::test_can_get_multiple_categories": 0.008867208991432562,
"hypha/public/projects/tests.py::TestCategoriesWidget::test_can_get_multiple_data_from_form": 0.004130333021748811,
"hypha/public/projects/tests.py::TestCategoriesWidget::test_init_has_no_queries": 0.44309016698389314
}