notifications package

Submodules

notifications.abstract_notification module

Abstract class to notify upon exception

Author(s):

Parul Laul (parul.laul@ww.com)

class notifications.abstract_notification.AbstractNotification

Bases: ABC

_abc_impl = <_abc_data object>
abstract post_message(message)

Sends message to the notification client.

Parameters:

message (str) – Message to be sent

notifications.success_notification module

Module contents