Example #1
0
def test_notify_with_title():
    pushover.notify("this message has a title", title="TITLE")
Example #2
0
def test_vanilla_notify():
    pushover.notify("this is a test")