Bug 1842773 - Part 5: Add ArrayBuffer.prototype.{maxByteLength,resizable} getters...
[gecko.git] / testing / mozbase / README.md
blobdab25961bfd36488ea44c918c848f35692729399
1 # Mozbase
3 Mozbase is a set of easy-to-use Python packages forming a supplemental standard
4 library for Mozilla. It provides consistency and reduces redundancy in
5 automation and other system-level software. All of Mozilla's test harnesses use
6 mozbase to some degree, including Talos, mochitest, and reftest.
8 Learn more about mozbase at the [project page][].
10 Read [detailed docs][] online, or build them locally by running "make html" in
11 the docs directory.
13 Consult [open][] [bugs][] and feel free to file [new bugs][].
16 [project page]: https://wiki.mozilla.org/Auto-tools/Projects/Mozbase
17 [detailed docs]: https://firefox-source-docs.mozilla.org/mozbase/index.html
18 [open]: https://bugzilla.mozilla.org/buglist.cgi?resolution=---&component=Mozbase&product=Testing
19 [bugs]: https://bugzilla.mozilla.org/buglist.cgi?resolution=---&status_whiteboard_type=allwordssubstr&query_format=advanced&status_whiteboard=mozbase
20 [new bugs]: https://bugzilla.mozilla.org/enter_bug.cgi?product=Testing&component=Mozbase