Coverage for portality / events / consumers / __init__.py: 100%

23 statements  

« prev     ^ index     » next       coverage.py v7.13.5, created at 2026-05-04 09:41 +0100

1from portality.events.consumers.application_assed_assigned_notify import ApplicationAssedAssignedNotify 

2from portality.events.consumers.application_assed_acceptreject_notify import ApplicationAssedAcceptRejectNotify 

3from portality.events.consumers.application_assed_inprogress_notify import ApplicationAssedInprogressNotify 

4from portality.events.consumers.application_editor_acceptreject_notify import ApplicationEditorAcceptRejectNotify 

5from portality.events.consumers.application_editor_completed_notify import ApplicationEditorCompletedNotify 

6from portality.events.consumers.application_editor_group_assigned_notify import ApplicationEditorGroupAssignedNotify 

7from portality.events.consumers.application_editor_inprogress_notify import ApplicationEditorInProgressNotify 

8from portality.events.consumers.application_maned_ready_notify import ApplicationManedReadyNotify 

9from portality.events.consumers.application_publisher_accepted_notify import ApplicationPublisherAcceptedNotify 

10from portality.events.consumers.application_publisher_assigned_notify import ApplicationPublisherAssignedNotify 

11from portality.events.consumers.application_publisher_created_notify import ApplicationPublisherCreatedNotify 

12from portality.events.consumers.application_publisher_inprogress_notify import ApplicationPublisherInprogressNotify 

13from portality.events.consumers.application_publisher_quickreject_notify import ApplicationPublisherQuickRejectNotify 

14from portality.events.consumers.application_publisher_revision_notify import ApplicationPublisherRevisionNotify 

15from portality.events.consumers.bg_job_finished_notify import BGJobFinishedNotify 

16from portality.events.consumers.journal_assed_assigned_notify import JournalAssedAssignedNotify 

17from portality.events.consumers.journal_editor_group_assigned_notify import JournalEditorGroupAssignedNotify 

18from portality.events.consumers.update_request_maned_editor_group_assigned_notify import UpdateRequestManedEditorGroupAssignedNotify 

19from portality.events.consumers.update_request_publisher_accepted_notify import UpdateRequestPublisherAcceptedNotify 

20from portality.events.consumers.update_request_publisher_assigned_notify import UpdateRequestPublisherAssignedNotify 

21from portality.events.consumers.update_request_publisher_rejected_notify import UpdateRequestPublisherRejectedNotify 

22from portality.events.consumers.update_request_publisher_submitted_notify import UpdateRequestPublisherSubmittedNotify 

23from portality.events.consumers.journal_discontinuing_soon_notify import JournalDiscontinuingSoonNotify