Fixing notification deduplication and roll up

This commit is contained in:
kevgliss
2015-08-02 09:14:27 -07:00
parent c9e9a9ed7c
commit cdb3814469
12 changed files with 144 additions and 49 deletions

View File

@ -115,3 +115,23 @@ def test_admin_notifications_get(client):
resp = client.get(api.url_for(NotificationsList), headers=VALID_ADMIN_HEADER_TOKEN)
assert resp.status_code == 200
assert resp.json == {'items': [], 'total': 0}
def test_get_message_data(session):
assert 1 == 2
def test_deduplicate(session):
assert 1 == 2
def test_find_superseded(session):
assert 1 == 2
def test_is_eligible_for_notifications(session):
assert 1 == 2
def test_create_default_expiration_notifications(session):
assert 1 == 2