gecko-dev/testing/mozbase
Andrew Halberstadt 930fe5fab6 Bug 1591512 - [moztest.resolve] Fix bug where loaded wpt tests were being overwritten r=automatedtester
Differential Revision: https://phabricator.services.mozilla.com/D50649

--HG--
extra : moz-landing-system : lando
2019-10-25 19:41:50 +00:00
..
docs Bug 1589056 - [mozlog] introduce PRECONDITION_FAILED status r=jgraham 2019-10-24 08:34:35 +00:00
manifestparser Bug 1580620 - [mozbase] Make manifestparser fail on duplicate keys even without strict mode r=gbrown 2019-09-13 14:09:19 +00:00
mozcrash Bug 1589056 - [mozlog] Update mozlog version number to 5.0 r=jgraham 2019-10-24 14:12:32 +00: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 1589056 - [mozlog] Update mozlog version number to 5.0 r=jgraham 2019-10-24 14:12:32 +00:00
mozfile Bug 1582248 - Bump mozfile to version 2.1.0 r=ahal 2019-09-18 21:11:00 +00:00
mozhttpd
mozinfo Backed out changeset ca117d13ca06 (bug 1212502) for Windows 2012 build bustage. CLOSED TREE 2019-10-22 20:53:27 +03:00
mozinstall Bug 1587206 - [lint.flake8] Enable F632 across the tree, r=sylvestre 2019-10-10 18:50:33 +00:00
mozleak Bug 1428710 - Update the classifiers for Python 3.5. r=ahal 2019-09-19 19:45:22 +00:00
mozlog Bug 1589056 - [mozlog] Update mozlog version number to 5.0 r=jgraham 2019-10-24 14:12:32 +00:00
moznetwork Bug 1589056 - [mozlog] Update mozlog version number to 5.0 r=jgraham 2019-10-24 14:12:32 +00:00
mozpower Bug 1589056 - [mozlog] Update mozlog version number to 5.0 r=jgraham 2019-10-24 14:12:32 +00:00
mozprocess Bug 1585702 - [mozprocess] Fix "Embedded null character" error in Windows with Python 3, r=gbrown 2019-10-04 17:46:38 +00:00
mozprofile Bug 1589056 - [mozprofile][mozrunner][mozrunner] bump minor versions r=jgraham 2019-10-25 13:15:01 +00:00
mozproxy Bug 1580141 - fix linting opt CLOSED TREE 2019-10-14 16:40:13 +03:00
mozrunner Bug 1589056 - [mozprofile][mozrunner][mozrunner] bump minor versions r=jgraham 2019-10-25 13:15:01 +00:00
mozscreenshot Bug 1428715 - Create setup.cfg for universal wheels in mozscreenshot. r=ahal 2019-09-24 05:59:57 +00:00
mozsystemmonitor Bug 1587715 - Fix TypeError when submitting build telemetry without cpu_percent present. r=dmajor 2019-10-16 04:01:26 +00:00
moztest Bug 1591512 - [moztest.resolve] Fix bug where loaded wpt tests were being overwritten r=automatedtester 2019-10-25 19:41:50 +00:00
mozversion Bug 1589056 - [mozprofile][mozrunner][mozrunner] bump minor versions r=jgraham 2019-10-25 13:15:01 +00:00
rust Bug 1525126 - [mozbase] Add Rust `mozdevice` crate speaking ADB over TCP/IP. r=jgraham,webdriver-reviewers,nalexander 2019-09-25 23:01:56 +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 Bug 1567642 - [mozbase] Fix flake8 under py3 lint errors r=gbrown 2019-09-09 23:55:32 +00:00
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.