コード例 #1
0
ファイル: test_client.py プロジェクト: riklopfer/RKUtil
def test_notify_with_title():
    pushover.notify("this message has a title", title="TITLE")
コード例 #2
0
ファイル: test_client.py プロジェクト: riklopfer/RKUtil
def test_vanilla_notify():
    pushover.notify("this is a test")