gecko-dev/testing/mozbase
surajeet310 2241c4ace7 Bug 1714688 - Removed 'if PY3' logic from testing/mozbase r=mhentges
Python2 is no longer used in testing/mozbase

Differential Revision: https://phabricator.services.mozilla.com/D118040
2021-06-16 17:57:48 +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 1712968 - ensure manifest parser filter: failures(), matches they keyword and the entire expression. r=ahal 2021-05-26 21:08:36 +00:00
mozcrash Bug 1696531 - Remove erroneous encoding of subprocess arg in 'mozcrash', r=bhearsum 2021-06-14 15:31:42 +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 1714684: Remove usages of vendored "mock" library r=perftest-reviewers,ahal,sparky 2021-06-14 15:34:46 +00:00
mozfile Bug 1714641: Remove usages of vendored "backports" code r=ahal,perftest-reviewers 2021-06-09 15:48:52 +00:00
mozgeckoprofiler Bug 1714684: Remove usages of vendored "mock" library r=perftest-reviewers,ahal,sparky 2021-06-14 15:34:46 +00:00
mozhttpd Bug 1681160 - python3 - mozbase/mozhttpd r=gbrown 2020-12-14 20:10:53 +00:00
mozinfo Bug 1714688 - Removed 'if PY3' logic from testing/mozbase r=mhentges 2021-06-16 17:57:48 +00:00
mozinstall Bug 1714688 - Removed 'if PY3' logic from testing/mozbase r=mhentges 2021-06-16 17:57:48 +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 1714684: Remove usages of vendored "mock" library r=perftest-reviewers,ahal,sparky 2021-06-14 15:34:46 +00:00
mozpower Bug 1714684: Remove usages of vendored "mock" library r=perftest-reviewers,ahal,sparky 2021-06-14 15:34:46 +00:00
mozprocess Bug 1714529 - Update mozprocess version for release, r=ahal 2021-06-04 19:34:36 +00:00
mozprofile Bug 1712994 - Remove more block arguments from wptserve consumers, r=denschub 2021-05-28 15:52:01 +00:00
mozproxy Bug 1714684: Remove usages of vendored "mock" library r=perftest-reviewers,ahal,sparky 2021-06-14 15:34:46 +00:00
mozrunner Bug 1714684: Remove usages of vendored "mock" library r=perftest-reviewers,ahal,sparky 2021-06-14 15:34:46 +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 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 Bug 1713935 - Make rust mozrunner pass clippy, r=webdriver-reviewers,whimboo 2021-06-02 20:29:52 +00:00
moz.build
packages.txt
README.md
setup_development.py
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

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.