Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
docs/ | H | 03-May-2022 | - | 3,045 | 2,090 | |
manifestparser/ | H | 15-Mar-2021 | - | 4,298 | 3,088 | |
mozcrash/ | H | 15-Mar-2021 | - | 1,111 | 801 | |
mozdebug/ | H | 15-Mar-2021 | - | 467 | 279 | |
mozdevice/ | H | 15-Mar-2021 | - | 4,151 | 3,251 | |
mozfile/ | H | 15-Mar-2021 | - | 1,338 | 935 | |
mozgeckoprofiler/ | H | 15-Mar-2021 | - | 1,430 | 1,074 | |
mozhttpd/ | H | 15-Mar-2021 | - | 1,187 | 833 | |
mozinfo/ | H | 15-Mar-2021 | - | 656 | 454 | |
mozinstall/ | H | 15-Mar-2021 | - | 678 | 459 | |
mozleak/ | H | 15-Mar-2021 | - | 476 | 349 | |
mozlog/ | H | 15-Mar-2021 | - | 7,619 | 5,873 | |
moznetwork/ | H | 15-Mar-2021 | - | 325 | 231 | |
mozpower/ | H | 15-Mar-2021 | - | 2,513 | 1,919 | |
mozprocess/ | H | 15-Mar-2021 | - | 3,317 | 2,378 | |
mozprofile/ | H | 15-Mar-2021 | - | 3,945 | 2,745 | |
mozproxy/ | H | 15-Mar-2021 | - | 1,920 | 1,451 | |
mozrunner/ | H | 15-Mar-2021 | - | 3,285 | 2,455 | |
mozscreenshot/ | H | 15-Mar-2021 | - | 148 | 103 | |
mozsystemmonitor/ | H | 15-Mar-2021 | - | 949 | 660 | |
moztest/ | H | 15-Mar-2021 | - | 2,268 | 1,762 | |
mozversion/ | H | 15-Mar-2021 | - | 449 | 294 | |
rust/ | H | 15-Mar-2021 | - | 3,703 | 3,067 | |
README.md | H A D | 15-Mar-2021 | 1,005 | 21 | 14 | |
moz.build | H A D | 15-Mar-2021 | 1.8 KiB | 70 | 61 | |
setup_development.py | H A D | 15-Mar-2021 | 9.3 KiB | 277 | 173 | |
versioninfo.py | H A D | 15-Mar-2021 | 4.5 KiB | 135 | 97 |
README.md
1# Mozbase 2 3Mozbase is a set of easy-to-use Python packages forming a supplemental standard 4library for Mozilla. It provides consistency and reduces redundancy in 5automation and other system-level software. All of Mozilla's test harnesses use 6mozbase to some degree, including Talos, mochitest, and reftest. 7 8Learn more about mozbase at the [project page][]. 9 10Read [detailed docs][] online, or build them locally by running "make html" in 11the docs directory. 12 13Consult [open][] [bugs][] and feel free to file [new bugs][]. 14 15 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 21