gecko-dev/testing/mozbase
Nikki Sharpley 9eec24a901 Bug 1554239 - [mozlog] Add new test for known_intermittent in tbpl and grouping formatters r=jgraham
This patch adds support for the known_intermittent field in the html,
and grouping formatters. Tests have been added to check the new
field in grouping and tbpl formatter tests.

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

--HG--
extra : moz-landing-system : lando
2019-06-04 10:13:57 +00:00
..
docs Bug 1457274 Upgrade mitmproxy in production r=rwood,tarek 2019-03-29 09:54:53 +00:00
manifestparser Bug 1498636 - Separate "include" variables from manifest defaults r=ahal 2019-02-07 15:10:25 +00:00
mozcrash Bug 1556073: Also ignore Rust panic frames in crash signature. r=gbrown 2019-05-31 13:53:37 -07:00
mozdebug bug 1517806 - make mozdebug's Visual Studio detection with vswhere more useful. r=ahal,froydnj 2019-04-01 14:22:56 +00:00
mozdevice Bug 1549992 [mozdevice] mozdevice is not returning exception launch_application is returning a error r=bc 2019-05-09 13:24:16 +00:00
mozfile Bug 1536230: Speed up extraction of tarballs r=marco 2019-03-21 12:41:29 +00:00
mozhttpd
mozinfo Bug 1540653 - [mozinfo] Bump version to 1.1.0. r=ahal 2019-04-01 20:21:08 +00:00
mozinstall
mozleak Bug 1520805 - Add the socket process to known processes for leak logging. r=kershaw 2019-01-17 16:43:05 +00:00
mozlog Bug 1554239 - [mozlog] Add new test for known_intermittent in tbpl and grouping formatters r=jgraham 2019-06-04 10:13:57 +00:00
moznetwork
mozprocess Bug 1532630 - mozprocess broken on python 3.6+ - r=gbrown 2019-03-26 16:47:54 +00:00
mozprofile Bug 1527610 - [mozlog] Library fails after python 3 update; TypeError: vars() argument must have _dict_ attribute r=ahal 2019-05-21 15:04:20 +00:00
mozproxy Bug 1548574 [mozproxy] mitmproxy failing to start when using both 2.x and 4.x in same test job r=tarek 2019-05-07 13:36:37 +00:00
mozrunner Bug 1555141 - Simplify process management in android mozrunner; r=jmaher 2019-05-28 21:37:42 +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 1532607 - Add configuration to run telemetry tests directly; r=raphael,ahal 2019-05-20 08:59:56 +00:00
mozversion Bug 1527610 - [mozlog] Library fails after python 3 update; TypeError: vars() argument must have _dict_ attribute r=ahal 2019-05-21 15:04:20 +00:00
rust Bug 1545960 - Part 1: Replace tempdir by tempfile. r=ato 2019-05-08 09:49:24 +00:00
moz.build [mozsystemmonitor] Add test manifest to testing/mozbase/moz.build (bug 1471916) r=davehunt 2019-03-25 13:49:38 +00:00
packages.txt Bug 1528992 - extract raptor mitmproxy integration - r=rwood,Bebe,gbrown 2019-03-06 17:13:21 +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.