зеркало из https://github.com/mozilla/gecko-dev.git
060e1d37f0
Previously we would silently change the value of "e10s" from False to True. This can cause confusion and lead people to falsely think mochitest-chrome/a11y work with e10s (they do not). Now we explicitly error out in this case. This might be slightly less convenient for the developer (e.g they might need to re-run the command), but the downside of needing to rerun a test command is less than the risk of misunderstanding what is being tested. Note: when running |mach test| or |mach mochitest| on a directory that contains both chrome/a11y and another suite, we'll still do the right thing and implicitly set "e10s=False". Differential Revision: https://phabricator.services.mozilla.com/D28538 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
docs | ||
manifestparser | ||
mozcrash | ||
mozdebug | ||
mozdevice | ||
mozfile | ||
mozhttpd | ||
mozinfo | ||
mozinstall | ||
mozleak | ||
mozlog | ||
moznetwork | ||
mozprocess | ||
mozprofile | ||
mozproxy | ||
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, and reftest.
Learn more about mozbase at the project page.
Read detailed docs online, or build them locally by running "make html" in the docs directory.