more letters cleanup

This commit is contained in:
stvnrlly
2023-02-28 16:00:43 -05:00
parent 8adf1a19bb
commit 70e4749337
12 changed files with 266 additions and 273 deletions

View File

@@ -20,7 +20,7 @@ NewStatsRow = collections.namedtuple('row', ('notification_type', 'status', 'key
# email_counts and sms_counts are 3-tuple of requested, delivered, failed
@pytest.mark.idparametrize('stats, email_counts, sms_counts', {
'empty': ([], [0, 0, 0], [0, 0, 0], [0, 0, 0]),
'empty': ([], [0, 0, 0], [0, 0, 0]),
'always_increment_requested': ([
StatsRow('email', 'delivered', 1),
StatsRow('email', 'failed', 1)