gecko-dev/testing/mozbase
Geoff Brown 46ae70c525 Bug 1560162 - Handle psutil exception in 'mach android-emulator'; r=denschub
I haven't reproduced this failure myself, but this change *should* help.

Differential Revision: https://phabricator.services.mozilla.com/D35561

--HG--
extra : moz-landing-system : lando
2019-06-21 20:07:20 +00:00
..
docs
manifestparser
mozcrash
mozdebug
mozdevice Bug 1526752 - [mozdevice] Update adb.py and other necessary files to support python3 r=ahal,davehunt 2019-06-07 08:44:15 +00:00
mozfile
mozhttpd
mozinfo
mozinstall
mozleak
mozlog
moznetwork
mozprocess
mozprofile
mozproxy
mozrunner Bug 1560162 - Handle psutil exception in 'mach android-emulator'; r=denschub 2019-06-21 20:07:20 +00:00
mozscreenshot
mozsystemmonitor
moztest Bug 1545147 - Run remote agent's mochitests in a distinct "remote" job. r=ahal 2019-06-17 13:57:03 +00:00
mozversion
rust Bug 1556602 - Fix various warnings with rust 1.37 nightly. r=froydnj 2019-06-18 21:32:16 +00:00
moz.build
packages.txt
README.md
setup_development.py
versioninfo.py

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.

Consult open bugs and feel free to file new bugs.