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

Delta Between Two Patch Sets: README.md

Issue 29501558: Issue 5383 - Add tests for the Chrome and Firefox packagers (Closed)
Left Patch Set: Adjusting tests to recent changes Created Oct. 11, 2017, 4:01 p.m.
Right Patch Set: Addressing Vasily's comments Created Oct. 22, 2017, 11:11 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « .hgignore ('k') | package.json » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 # Buildtools 1 # Buildtools
2 2
3 ## Introduction 3 ## Introduction
4 4
5 Tools used to produce builds and releases of the Adblock Plus browser 5 Tools used to produce builds and releases of the Adblock Plus browser
6 extensions. Intended to be used as a dependency by the extension repositories, 6 extensions. Intended to be used as a dependency by the extension repositories,
7 not directly. 7 not directly.
8 8
9 ## Requirements 9 ## Requirements
10 10
(...skipping 12 matching lines...) Expand all
23 this repository can be linted and tested using [Tox](https://pypi.python.org/pyp i/tox). 23 this repository can be linted and tested using [Tox](https://pypi.python.org/pyp i/tox).
24 24
25 Once [Tox is installed](https://tox.readthedocs.io/en/latest/install.html) it's 25 Once [Tox is installed](https://tox.readthedocs.io/en/latest/install.html) it's
26 easy to lint and run the tests: 26 easy to lint and run the tests:
27 27
28 tox 28 tox
29 29
30 _(Tox will take care of installing the other dependencies such as flake8 and 30 _(Tox will take care of installing the other dependencies such as flake8 and
31 flake8-abp inside a virtualenv.)_ 31 flake8-abp inside a virtualenv.)_
32 32
33 For more information on unit tests please refer to tests/README.md. 33 For more information about the unit tests please refer to tests/README.md.
kzar 2017/10/16 11:17:22 Should read "...about the unit tests..."?
tlucas 2017/10/17 12:45:39 Done.
LEFTRIGHT

Powered by Google App Engine
This is Rietveld