gecko-dev/testing/mozbase
Florin Strugariu 37d17612f4 Bug 1563164 - Remove option to enable/disable upstream certs in raptor r=perftest-reviewers,tarek,AlexandruIonescu
Differential Revision: https://phabricator.services.mozilla.com/D44622

--HG--
extra : moz-landing-system : lando
2019-09-04 13:39:19 +00:00
..
docs Bug 1576988 - [docs] Remove 'Indices and tables' section from doc trees, r=Standard8 2019-08-28 12:38:49 +00:00
manifestparser Bug 1575420 - Replace MOZ_WIDGET_TOOLKIT value of "gtk3" with "gtk". r=froydnj 2019-08-21 12:25:42 +00:00
mozcrash Bug 1556073: Also ignore Rust panic frames in crash signature. r=gbrown 2019-05-31 13:53:37 -07:00
mozdebug Bug 1519369 - support 'debugger' parser argument for mach test command r=ahal,gbrown 2019-07-26 15:18:18 +00:00
mozdevice Bug 1573555 - [mozdevice] detect cp via execution, r=gbrown. 2019-08-21 14:44:42 +00:00
mozfile Bug 1565725: Make tests of `mozfile.which` insensitive to the case of the cwd on windows; r=ahal 2019-07-15 17:31:04 +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 1567264 - [mozlog] Support log errors in the errorsummary and mach formatter r=jgraham 2019-07-29 15:16:22 +00:00
moznetwork
mozpower Bug 1567954 - Part 4: Implement MozPower class in the Mozpower module. r=perftest-reviewers,rwood 2019-08-07 20:55:27 +00:00
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 1572404 - [mozprofile] install addon with browser_specific_settings r=whimboo 2019-08-20 09:16:54 +00:00
mozproxy Bug 1563164 - Remove option to enable/disable upstream certs in raptor r=perftest-reviewers,tarek,AlexandruIonescu 2019-09-04 13:39:19 +00:00
mozrunner Bug 1543447 - Add an env var to disable stack fixing scripts in mozrunner. r=erahm 2019-09-03 03:10:55 +00:00
mozscreenshot
mozsystemmonitor [mozsystemmonitor] Add test manifest to testing/mozbase/moz.build (bug 1471916) r=davehunt 2019-03-25 13:49:38 +00:00
moztest bug 1540655: moztest: add test path resolution for Puppeteer tests; r=ahal 2019-08-16 12:58:21 +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 1575134: mozrunner: drop fallback firefox_default_path(); r=webdriver-reviewers,jgraham 2019-08-20 12:07:24 +00:00
README.md
moz.build Bug 1567954 - Part 1: Initialize Mozpower module and implement PowerBase class. r=perftest-reviewers,ahal,rwood 2019-08-01 20:36:00 +00:00
packages.txt Bug 1567954 - Part 1: Initialize Mozpower module and implement PowerBase class. r=perftest-reviewers,ahal,rwood 2019-08-01 20:36:00 +00:00
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.