Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: sitescripts/notifications/README.md

Issue 29527607: Issue 5458, 5457 - Refactor _parse_targetspec, add support for locales and blockTotal (Closed)
Left Patch Set: Added test for target parsing Created Sept. 11, 2017, 1:32 p.m.
Right Patch Set: Use assert instead of assertEqual across the board, also test no additional targets are present Created Sept. 21, 2017, 10:10 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | sitescripts/notifications/parser.py » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 notifications 1 notifications
2 ============= 2 =============
3 3
4 Backend for Adblock Plus notifications. It provides the following URLs: 4 Backend for Adblock Plus notifications. It provides the following URLs:
5 5
6 * */notification.json* - Return notifications to show 6 * */notification.json* - Return notifications to show
7 7
8 See [notification specification](https://bitbucket.org/adblockplus/spec/src/mast er/spec/abp/notifications.md) for more details.
9
8 Required packages 10 Required packages
9 ----------------- 11 -----------------
10 12
11 * [mock](https://pypi.python.org/pypi/mock) (Only for the tests) 13 * [mock](https://pypi.python.org/pypi/mock) (Only for the tests)
LEFTRIGHT

Powered by Google App Engine
This is Rietveld