gecko-dev/testing/mozbase
Andreas Tolfsen 208fc409a5 bug 1575134: mozrunner: drop fallback firefox_default_path(); r=webdriver-reviewers,jgraham
With bug 1566778 we started searching the system path on BSDs
similarly to how we had done it on Linux.  The patch forgot to
adapt the fallback implementation of the platform module, causing
a compile issue on BSDs since they are now covered by the same
implementation as what used to be Linux-specific.

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

--HG--
extra : moz-landing-system : lando
2019-08-20 12:07:24 +00:00
..
docs Bug 1567954 - Part 4: Implement MozPower class in the Mozpower module. r=perftest-reviewers,rwood 2019-08-07 20:55:27 +00:00
manifestparser Bug 1566952: Part 0 - Fix comment processing in multi-line directives. r=ahal 2019-07-17 14:19:59 -07: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 1573432 - make adb.py python 3 compatible r=bc 2019-08-19 14:36:17 +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 1539983 [mozproxy] Move alternate-server-replay script into mozproxy r=tarek 2019-08-14 11:49:35 +00:00
mozrunner Bug 1572383 - Bump version numbers for mozprofile and mozrunner, r=gbrown 2019-08-08 13:35:06 +00:00
mozscreenshot
mozsystemmonitor
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
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
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.