gecko-dev/testing/mozbase
Florian Quèze 3798897472 Bug 1696422 - Store Firefox symbols dumped while profiling a mochitest in dist/crashreporter-symbols so that they are found during following runs, r=gregtatum.
Differential Revision: https://phabricator.services.mozilla.com/D107491
2021-03-10 09:50:42 +00:00
..
docs Bug 1681096 - python3 - pylint --py3k - W1620: Calling a dict.iter*() method (dict-iter-method) r=marionette-reviewers,perftest-reviewers,jmaher,jgraham,AlexandruIonescu 2020-12-09 09:02:22 +00:00
manifestparser Bug 1683001 - xpcshell support for --run-failures. r=aki 2021-01-22 21:14:27 +00:00
mozcrash Bug 1692570 - Allow failure jobs to handle timeouts and crashes for browser-chrome, mochitest, xpcshell. r=releng-reviewers,bhearsum 2021-02-22 19:38:12 +00:00
mozdebug Bug 1581971: Part 4 - Change Android's priority debugger to lldb; r=ahal 2021-02-19 21:07:19 +00:00
mozdevice Bug 1692253 - Create a thread to handle ADB process timeout. r=jmaher,gbrown 2021-02-25 11:47:26 +00:00
mozfile Bug 1680345 - python3 - Require six 1.13.0 in non third_party and non web-platform packages r=jgraham,jmaher 2020-12-03 22:54:35 +00:00
mozgeckoprofiler Bug 1696422 - Store Firefox symbols dumped while profiling a mochitest in dist/crashreporter-symbols so that they are found during following runs, r=gregtatum. 2021-03-10 09:50:42 +00:00
mozhttpd Bug 1681160 - python3 - mozbase/mozhttpd r=gbrown 2020-12-14 20:10:53 +00:00
mozinfo Bug 1678641 - add support to mozinfo for apple_silicon. r=releng-reviewers,aki 2021-02-12 21:26:34 +00:00
mozinstall Bug 1680345 - python3 - Require six 1.13.0 in non third_party and non web-platform packages r=jgraham,jmaher 2020-12-03 22:54:35 +00:00
mozleak
mozlog Bug 1683156 - Update mozlog version number for release, r=jmaher 2020-12-17 18:01:17 +00:00
moznetwork Bug 1688521 - moznetwork supports multiple IP address on Windows using PowerShell. r=gbrown 2021-02-01 09:01:34 +00:00
mozpower Bug 1681106 - python3 - testing/mozbase/mozpower/tests/test_intelpowergadget.py thread.isAlive -> thread.is_alive. r=perftest-reviewers,Bebe 2020-12-14 19:50:00 +00:00
mozprocess Bug 1694275 - Handle exceptions in mozprocess callbacks; r=jmaher 2021-02-25 21:02:14 +00:00
mozprofile Bug 1681096 - python3 - pylint --py3k - W1641: Implementing __eq__ without also implementing __hash__ (eq-without-hash) r=marionette-reviewers,aki,gbrown,jgraham 2020-12-11 12:21:32 +00:00
mozproxy Bug 1672719 - Stop reporting confidence/replayed/not-replayed to Perfherder and remove all asociated code r=perftest-reviewers,AlexandruIonescu 2021-02-02 14:18:57 +00:00
mozrunner Bug 1581971: Part 5 - Update android_device.py to support installing and running lldb-server; r=gbrown,jmaher 2021-02-19 21:07:19 +00:00
mozscreenshot
mozsystemmonitor Bug 1681096 - python3 - pylint --py3k - W1619: from __future__ import division r=marionette-reviewers,perftest-reviewers,gbrown 2020-12-11 16:05:25 +00:00
moztest Bug 1695263 - Skip moztest resolve tests with Python 2, r=firefox-build-system-reviewers,mhentges 2021-03-03 10:03:05 +00:00
mozversion Bug 1680345 - python3 - Require six 1.13.0 in non third_party and non web-platform packages r=jgraham,jmaher 2020-12-03 22:54:35 +00:00
rust Bug 1668243 - [rust-mozversion] Release version 0.4.1. r=webdriver-reviewers,jgraham 2021-01-13 16:42:01 +00:00
README.md
moz.build
packages.txt
setup_development.py
versioninfo.py Bug 1681096 - python3 - pylint --py3k - W1636: map built-in referenced when not iterating (map-builtin-not-iterating) r=perftest-reviewers,aki,jmaher 2020-12-09 08:05:21 +00: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.