michael@0: # Mozbase michael@0: michael@0: Mozbase is a set of easy-to-use Python packages forming a supplemental standard michael@0: library for Mozilla. It provides consistency and reduces redundancy in michael@0: automation and other system-level software. All of Mozilla's test harnesses use michael@0: mozbase to some degree, including Talos, mochitest, reftest, Autophone, and michael@0: Eideticker. michael@0: michael@0: Learn more about mozbase at the [project page][]. michael@0: michael@0: Read [detailed docs][] online, or build them locally by running "make html" in michael@0: the docs directory. michael@0: michael@0: Consult [open][] [bugs][] and feel free to file [new bugs][]. michael@0: michael@0: michael@0: [project page]: https://wiki.mozilla.org/Auto-tools/Projects/Mozbase michael@0: [detailed docs]: http://mozbase.readthedocs.org/ michael@0: [open]: https://bugzilla.mozilla.org/buglist.cgi?resolution=---&component=Mozbase&product=Testing michael@0: [bugs]: https://bugzilla.mozilla.org/buglist.cgi?resolution=---&status_whiteboard_type=allwordssubstr&query_format=advanced&status_whiteboard=mozbase michael@0: [new bugs]: https://bugzilla.mozilla.org/enter_bug.cgi?product=Testing&component=Mozbase