gecko-dev/testing/mozbase
imoraru 942738dd7c Backed out 9 changesets (bug 1678044, bug 1686707) for causing marionette failures at test_fission_autostart.py . CLOSED TREE
Backed out changeset ebd4998c14f6 (bug 1686707)
Backed out changeset 46cbb03eb060 (bug 1686707)
Backed out changeset 780388f3782d (bug 1686707)
Backed out changeset 0ab4fc850e9d (bug 1686707)
Backed out changeset 2f91386cca8e (bug 1678044)
Backed out changeset 708bdb00db84 (bug 1678044)
Backed out changeset 43cf7957ed78 (bug 1678044)
Backed out changeset c5914548a084 (bug 1678044)
Backed out changeset 659084e40ec2 (bug 1678044)
2021-04-22 16:21:26 +03: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 1702321 - Improve crash reports for some rust panics; r=kmag 2021-04-12 20:00:58 +00:00
mozdebug Bug 1699312 - [mozdebug] Version bump to 0.3.0 and denote Python 3 support in classifiers, r=mozbase-reviewers,jmaher 2021-03-18 21:00:31 +00:00
mozdevice Bug 1567341 - Send arguments using array instead of one string in adb.py. r=firefox-build-system-reviewers,mhentges,owlish 2021-03-24 21:49:37 +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 1671126 - fix python errors related to mixed strings and byte streams in mozgeckoprofiler symbolication code, r=gregtatum. 2021-04-09 20:50:33 +00:00
mozhttpd Bug 1681160 - python3 - mozbase/mozhttpd r=gbrown 2020-12-14 20:10:53 +00:00
mozinfo Bug 1704638 - add apple_catalina keyword for manifestparser. r=ahal 2021-04-14 14:44: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 Bug 1682030 - Remove NPAPI plugin process from GeckoChildProcess r=jld,gsvelto 2021-04-06 19:28:20 +00:00
mozlog Bug 1704142 - [mozlog] Handle duration in errorsummary formatter when no 'test_end' is found, r=marco 2021-04-15 14:18:03 +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 1701205 - fix power tests to use py3. r=sparky 2021-03-30 15:13:17 +00:00
mozprocess Bug 1705385 - Allow passing a timeout to mozprocess.ProcessHandler.kill, r=ahal 2021-04-21 15:56:29 +00:00
mozprofile Bug 1696540 - browsertime python-3 r=perftest-reviewers,Bebe 2021-03-18 12:45:07 +00:00
mozproxy Bug 1702030 - Add mitm 6.0.2 to mozproxy r=perftest-reviewers,davehunt 2021-03-31 08:59:09 +00:00
mozrunner Backed out 9 changesets (bug 1678044, bug 1686707) for causing marionette failures at test_fission_autostart.py . CLOSED TREE 2021-04-22 16:21:26 +03:00
mozscreenshot Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
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 1701278 - [mochitest] Run mochitest selftests with browser-chrome, r=jmaher 2021-03-29 14:26:37 +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 Backed out 9 changesets (bug 1678044, bug 1686707) for causing marionette failures at test_fission_autostart.py . CLOSED TREE 2021-04-22 16:21:26 +03:00
README.md
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
packages.txt
setup_development.py Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
versioninfo.py Bug 1699312 - [mozbase] Fix a few Python 3 issues in versioninfo.py, r=mozbase-reviewers,jmaher 2021-03-18 21:00:31 +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.