OLD | NEW |
1 Adblock Plus for Firefox | 1 Adblock Plus for Firefox |
2 ======================== | 2 ======================== |
3 | 3 |
4 Building | 4 Building |
5 --------- | 5 --------- |
6 | 6 |
7 ### Requirements | 7 ### Requirements |
8 | 8 |
9 - [Mercurial](https://www.mercurial-scm.org/) or [Git](https://git-scm.com/) (wh
ichever you used to clone this repository) | 9 - [Mercurial](https://www.mercurial-scm.org/) or [Git](https://git-scm.com/) (wh
ichever you used to clone this repository) |
10 - [Python 2.7](https://www.python.org) | 10 - [Python 2.7](https://www.python.org) |
(...skipping 23 matching lines...) Expand all Loading... |
34 Running the unit tests | 34 Running the unit tests |
35 ---------------------- | 35 ---------------------- |
36 | 36 |
37 To verify your changes you can use the existing | 37 To verify your changes you can use the existing |
38 [unit test suite](https://hg.adblockplus.org/adblockplustests). The unit tests | 38 [unit test suite](https://hg.adblockplus.org/adblockplustests). The unit tests |
39 are a separate extension that is installed in addition to Adblock Plus. You can | 39 are a separate extension that is installed in addition to Adblock Plus. You can |
40 either install the | 40 either install the |
41 [existing unit test builds](https://adblockplus.org/devbuilds/adblockplustests) | 41 [existing unit test builds](https://adblockplus.org/devbuilds/adblockplustests) |
42 or clone the repository and create your own build. After installing the unit | 42 or clone the repository and create your own build. After installing the unit |
43 tests go to extension's options and run the unit tests from there. | 43 tests go to extension's options and run the unit tests from there. |
| 44 |
| 45 Issues |
| 46 ------ |
| 47 |
| 48 - [Issue Tracker](https://issues.adblockplus.org/) |
OLD | NEW |