Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | # Mozbase |
michael@0 | 2 | |
michael@0 | 3 | Mozbase is a set of easy-to-use Python packages forming a supplemental standard |
michael@0 | 4 | library for Mozilla. It provides consistency and reduces redundancy in |
michael@0 | 5 | automation and other system-level software. All of Mozilla's test harnesses use |
michael@0 | 6 | mozbase to some degree, including Talos, mochitest, reftest, Autophone, and |
michael@0 | 7 | Eideticker. |
michael@0 | 8 | |
michael@0 | 9 | Learn more about mozbase at the [project page][]. |
michael@0 | 10 | |
michael@0 | 11 | Read [detailed docs][] online, or build them locally by running "make html" in |
michael@0 | 12 | the docs directory. |
michael@0 | 13 | |
michael@0 | 14 | Consult [open][] [bugs][] and feel free to file [new bugs][]. |
michael@0 | 15 | |
michael@0 | 16 | |
michael@0 | 17 | [project page]: https://wiki.mozilla.org/Auto-tools/Projects/Mozbase |
michael@0 | 18 | [detailed docs]: http://mozbase.readthedocs.org/ |
michael@0 | 19 | [open]: https://bugzilla.mozilla.org/buglist.cgi?resolution=---&component=Mozbase&product=Testing |
michael@0 | 20 | [bugs]: https://bugzilla.mozilla.org/buglist.cgi?resolution=---&status_whiteboard_type=allwordssubstr&query_format=advanced&status_whiteboard=mozbase |
michael@0 | 21 | [new bugs]: https://bugzilla.mozilla.org/enter_bug.cgi?product=Testing&component=Mozbase |