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

Side by Side Diff: sitescripts/notifications/README.md

Issue 29527607: Issue 5458, 5457 - Refactor _parse_targetspec, add support for locales and blockTotal (Closed)
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:
View unified diff | Download patch
« no previous file with comments | « no previous file | sitescripts/notifications/parser.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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)
OLDNEW
« no previous file with comments | « no previous file | sitescripts/notifications/parser.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld