gecko-dev/testing/mozbase
Ciure Andrei 8a1785a6cc Backed out 11 changesets (bug 1540655) for test_resolve.py perma failures CLOSED TREE
Backed out changeset 1a23d770d8a1 (bug 1540655)
Backed out changeset 641a7cb25298 (bug 1540655)
Backed out changeset 73236f81da44 (bug 1540655)
Backed out changeset 8d7bad30be46 (bug 1540655)
Backed out changeset bb012df3018b (bug 1540655)
Backed out changeset 8c67b494e207 (bug 1540655)
Backed out changeset c0a80d37576d (bug 1540655)
Backed out changeset 939ce2afcf0b (bug 1540655)
Backed out changeset 3b3a2a9fbc8b (bug 1540655)
Backed out changeset b96dede008ad (bug 1540655)
Backed out changeset 997d1568d944 (bug 1540655)
2019-08-14 18:53:36 +03: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 1572563 - [mozdevice 3.0.5] - sync file system after modifications, r=jmaher. 2019-08-12 19:57:01 +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 Backed out changeset 46206b874a55 (bug 1572448) for causing test_preferences.py to perma fail CLOSED TREE 2019-08-09 12:48:06 +03:00
mozproxy Bug 1539983 [mozproxy] Move alternate-server-replay script into mozproxy r=tarek 2019-08-14 11:49:35 +00:00
mozrunner Bug 1572383 - Bump version numbers for mozprofile and mozrunner, r=gbrown 2019-08-08 13:35:06 +00:00
mozscreenshot
mozsystemmonitor
moztest Backed out 11 changesets (bug 1540655) for test_resolve.py perma failures CLOSED TREE 2019-08-14 18:53:36 +03: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 1573414 - Make geckodriver, webdriver and mozbase #![forbid(unsafe_code)], r=ato 2019-08-13 13:27:51 +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.