зеркало из https://github.com/mozilla/gecko-dev.git
4296f8c8f5
Instead of downloading the build artifacts (rather hackily) in moztest.fixtures, this now happens directly in the taskgraph module via the run-task script. For now extraction and setup happens in the task's command key. It might be a good idea to figure out a syntax to tell run-task to do this extraction, e.g something like: run: using-artifacts: build: target.tar.bz2: extract: true path: /home/worker/build name: firefox But for now I wanted to avoid this extra complexity, so maybe it could be done in a follow-up. MozReview-Commit-ID: KOhFFpFdP7Y --HG-- extra : rebase_source : dcea36661fa9c6442c76c850ccc67f8f6d924fda |
||
---|---|---|
.. | ||
docs | ||
manifestparser | ||
mozcrash | ||
mozdebug | ||
mozdevice | ||
mozfile | ||
mozhttpd | ||
mozinfo | ||
mozinstall | ||
mozleak | ||
mozlog | ||
moznetwork | ||
mozprocess | ||
mozprofile | ||
mozrunner | ||
mozscreenshot | ||
mozsystemmonitor | ||
moztest | ||
mozversion | ||
rust | ||
README.md | ||
moz.build | ||
packages.txt | ||
setup_development.py | ||
versioninfo.py |
README.md
Mozbase
Mozbase is a set of easy-to-use Python packages forming a supplemental standard library for Mozilla. It provides consistency and reduces redundancy in automation and other system-level software. All of Mozilla's test harnesses use mozbase to some degree, including Talos, mochitest, reftest, Autophone, and Eideticker.
Learn more about mozbase at the project page.
Read detailed docs online, or build them locally by running "make html" in the docs directory.