gecko-dev/testing/mozbase
Eric Rahm 7432760a32 Bug 1565359 - Fix trait objects without an explicit `dyn` are deprecated error. r=ato
Differential Revision: https://phabricator.services.mozilla.com/D37771

--HG--
extra : moz-landing-system : lando
2019-07-12 00:25:21 +00:00
..
docs Bug 1561421 - [mozlog] Update mozlog docs and version to 4.2.0 r=ahal 2019-06-28 19:35:55 +00:00
manifestparser
mozcrash Bug 1556073: Also ignore Rust panic frames in crash signature. r=gbrown 2019-05-31 13:53:37 -07:00
mozdebug
mozdevice Bug 1557152 - [mozdevice] Retry mkdir check for directory existence; r=bc 2019-06-26 22:45:11 +00:00
mozfile Bug 1565314 - use is_tarfile() check before is_zipfile() in mozinstall; r=ahal 2019-07-11 19:49:03 +00:00
mozhttpd
mozinfo Bug 1558598 - Ensure mozinfo correctly detects WebRender. r=ahal 2019-06-29 09:51:14 +00:00
mozinstall
mozleak
mozlog Bug 1561435 - Format testing/, a=automatic-formatting 2019-07-05 11:01:24 +02:00
moznetwork
mozprocess Bug 1562083 - explicitly insert sys.path to env for use in subprocess for python3 mozprocess unit tests r=jmaher 2019-07-03 17:52:19 +00:00
mozprofile Bug 1561421 - [mozlog] Update mozlog docs and version to 4.2.0 r=ahal 2019-06-28 19:35:55 +00:00
mozproxy Bug 1548574 [mozproxy] mitmproxy failing to start when using both 2.x and 4.x in same test job r=tarek 2019-05-07 13:36:37 +00:00
mozrunner Bug 1562938 - Update 'mach android-emulator' for emulator 29.0.11; r=aerickson 2019-07-10 13:09:26 +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 Bug 1561421 - [mozlog] Update mozlog docs and version to 4.2.0 r=ahal 2019-06-28 19:35:55 +00:00
rust Bug 1565359 - Fix trait objects without an explicit `dyn` are deprecated error. r=ato 2019-07-12 00:25:21 +00:00
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.

Consult open bugs and feel free to file new bugs.