コード例 #1
0
def test_policy_eval_test_notification_building_works():
    notification = Notification('policy_eval', 'sam', '*****@*****.**')
    assert notification.to_json() is not None
コード例 #2
0
def test_policy_eval_test_notification_building_works():
    notification = Notification("policy_eval", "sam", "*****@*****.**")
    assert notification.to_json() is not None
コード例 #3
0
def test_analysis_update_test_notification_building_works():
    notification = Notification('analysis_update', 'sam', '*****@*****.**')
    assert notification.to_json() is not None
コード例 #4
0
def test_analysis_update_test_notification_building_works():
    notification = Notification("analysis_update", "sam", "*****@*****.**")
    assert notification.to_json() is not None