gecko-dev/testing/mozbase
William Lachance cf7ff16636 Bug 1471641 - Changes to support a mozinstall 2.0 release r=davehunt
Differential Revision: https://phabricator.services.mozilla.com/D15542

--HG--
extra : moz-landing-system : lando
2019-01-02 09:57:30 +00:00
..
docs Bug 1515189 - Consolidate ADBDevice and ADBAndroid classes; r=bc 2018-12-19 14:04:02 -07:00
manifestparser Bug 1436037 - [python] Create Windows python-test tasks, r=gps 2018-12-05 19:20:16 +00:00
mozcrash Bug 1436037 - [python] Create Windows python-test tasks, r=gps 2018-12-05 19:20:16 +00:00
mozdebug Bug 1510031 - Add rust-gdb to the list of debuggers. r=ahal 2018-12-06 18:48:06 +00:00
mozdevice Bug 1516913 - [mozdevice] _get_exitcode should handle the case in where the exitcode marker is not at EOF, r=jmaher. 2018-12-31 10:14:25 -08:00
mozfile Bug 1436037 - [python] Create Windows python-test tasks, r=gps 2018-12-05 19:20:16 +00:00
mozhttpd Bug 1436037 - [python] Create Windows python-test tasks, r=gps 2018-12-05 19:20:16 +00:00
mozinfo Bug 1436037 - [python] Create Windows python-test tasks, r=gps 2018-12-05 19:20:16 +00:00
mozinstall Bug 1471641 - Changes to support a mozinstall 2.0 release r=davehunt 2019-01-02 09:57:30 +00:00
mozleak Bug 1514285 - Update mozleak version number to 0.2, r=ahal 2018-12-17 19:08:18 +00:00
mozlog Bug 1514285 - Update mozlog version number to 3.10, r=ahal 2018-12-17 19:08:20 +00:00
moznetwork Bug 1436037 - [python] Create Windows python-test tasks, r=gps 2018-12-05 19:20:16 +00:00
mozprocess Bug 1436037 - [python] Create Windows python-test tasks, r=gps 2018-12-05 19:20:16 +00:00
mozprofile Bug 1436037 - [python] Create Windows python-test tasks, r=gps 2018-12-05 19:20:16 +00:00
mozrunner Bug 1515189 - Consolidate ADBDevice and ADBAndroid classes; r=bc 2018-12-19 14:04:02 -07:00
mozscreenshot Bug 1515189 - Consolidate ADBDevice and ADBAndroid classes; r=bc 2018-12-19 14:04:02 -07:00
mozsystemmonitor Bug 1436037 - [python] Create Windows python-test tasks, r=gps 2018-12-05 19:20:16 +00:00
moztest Backed out changeset 8040640ee1cd (bug 1515245) for mozbase failures 2018-12-31 03:19:29 +02:00
mozversion Bug 1436037 - [python] Create Windows python-test tasks, r=gps 2018-12-05 19:20:16 +00:00
rust Bug 1508670 - [mozrunner] Fix Rust code to be compatible with Rust 2018 edition. r=ato 2018-11-29 20:44:15 +00:00
README.md Bug 1483563 - Remove 'mach autophone'; r=bc 2018-08-15 12:54:08 -06:00
moz.build Bug 1507550 - Scrub out junk from rust signatures when processing LSAN data, r=mccr8 2018-11-20 14:11:12 +00:00
packages.txt Bug 1446809 - Remove some b2g leftover in the testing/mozbase r=jgraham 2018-03-20 21:20:26 +01: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.