gecko-dev/testing/mozbase
Andrew Halberstadt fea1d97f08 Bug 1436037 - [ci] Run mozbase and mozlint python-test tasks on OSX, r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D14901

--HG--
extra : moz-landing-system : lando
2018-12-21 13:43:12 +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 1514363 - Do not try to use pidof on android versions before 7.0; r=bc 2018-12-19 14:04:02 -07: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 1436037 - [ci] Run mozbase and mozlint python-test tasks on OSX, r=jmaher 2018-12-21 13:43:12 +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 Bug 1436037 - [ci] Run mozbase and mozlint python-test tasks on OSX, r=jmaher 2018-12-21 13:43:12 +00: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 Backed out changeset 9264d5789f76 (bug 1397849) for import failures, e.g. in mochitests and xpcshell tests. r=backout 2017-10-04 15:25:07 +02:00
versioninfo.py Backed out changeset 9264d5789f76 (bug 1397849) for import failures, e.g. in mochitests and xpcshell tests. r=backout 2017-10-04 15:25:07 +02:00

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.