gecko-dev/testing/mozbase
James Graham e6b3c4085c Bug 1572383 - Bump version numbers for mozprofile and mozrunner, r=gbrown
Bug 1539437 indtroduced a new ChromiumProfile class in mozprofile
that's imported into mozrunner. This means that the 7.5.0 release of
mozrunner should have been accompanied by a corresponding mozprofile
release and requirements version bump.

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

--HG--
extra : moz-landing-system : lando
2019-08-08 13:35:06 +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 1571501 - [mozdevice 3.0.4] Use exitcode of adb process as exitcode of Android command for Android 7/24 and later, r=jmaher. 2019-08-06 14:35:52 +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 1572383 - Bump version numbers for mozprofile and mozrunner, r=gbrown 2019-08-08 13:35:06 +00:00
mozproxy Bug 1553932 Update mozproxy certutil usage r=tarek 2019-08-07 08:22:55 +00:00
mozrunner Bug 1572383 - Bump version numbers for mozprofile and mozrunner, r=gbrown 2019-08-08 13:35:06 +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 1473498 - Fixing Py3 compatibility errors reachable from testing/mach_commands.py r=gbrown 2019-07-16 01:21:55 +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 1569143: mozrunner: lint; r=webdriver-reviewers,automatedtester 2019-07-26 12:03:22 +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.