зеркало из https://github.com/mozilla/gecko-dev.git
c3c1749786
This just adds two basic tests, one for a passing test and another for a failing one. In mochitest, we use privileged APIs to also tests crashes, assertions, asan and leaks. But these APIs aren't available to reftests so I'm not sure how we can test these things. I figure it's not worth holding the framework up on this though, I'll file a follow-up to figure out something to do for that. MozReview-Commit-ID: 59TSbsugT5T --HG-- extra : rebase_source : 72ecd817017c8b7d55eab879db4f6ad5fecc54c0 |
||
---|---|---|
.. | ||
docs | ||
manifestparser | ||
mozcrash | ||
mozdebug | ||
mozdevice | ||
mozfile | ||
mozhttpd | ||
mozinfo | ||
mozinstall | ||
mozleak | ||
mozlog | ||
moznetwork | ||
mozprocess | ||
mozprofile | ||
mozrunner | ||
mozscreenshot | ||
mozsystemmonitor | ||
moztest | ||
mozversion | ||
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.