testing/mozbase/README.md

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/testing/mozbase/README.md	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +# Mozbase
     1.5 +
     1.6 +Mozbase is a set of easy-to-use Python packages forming a supplemental standard
     1.7 +library for Mozilla. It provides consistency and reduces redundancy in
     1.8 +automation and other system-level software. All of Mozilla's test harnesses use
     1.9 +mozbase to some degree, including Talos, mochitest, reftest, Autophone, and
    1.10 +Eideticker.
    1.11 +
    1.12 +Learn more about mozbase at the [project page][].
    1.13 +
    1.14 +Read [detailed docs][] online, or build them locally by running "make html" in
    1.15 +the docs directory.
    1.16 +
    1.17 +Consult [open][] [bugs][] and feel free to file [new bugs][].
    1.18 +
    1.19 +
    1.20 +[project page]: https://wiki.mozilla.org/Auto-tools/Projects/Mozbase
    1.21 +[detailed docs]: http://mozbase.readthedocs.org/
    1.22 +[open]: https://bugzilla.mozilla.org/buglist.cgi?resolution=---&component=Mozbase&product=Testing
    1.23 +[bugs]: https://bugzilla.mozilla.org/buglist.cgi?resolution=---&status_whiteboard_type=allwordssubstr&query_format=advanced&status_whiteboard=mozbase
    1.24 +[new bugs]: https://bugzilla.mozilla.org/enter_bug.cgi?product=Testing&component=Mozbase

mercurial