gecko-dev/testing/mozbase
Geoff Brown 2637617695 Bug 1801079 - Avoid attribute error in moztest on python 3.9+ r=releng-reviewers,jcristau
Differential Revision: https://phabricator.services.mozilla.com/D162440
2022-11-21 14:42:18 +00:00
..
docs Bug 1459649 - Fix some broken links in mozbase docs; r=releng-reviewers,jcristau 2022-11-08 16:53:10 +00:00
manifestparser Bug 1762647 - [mochitest] Add support for custom Firefox command line arguments in manifests. r=jmaher 2022-04-27 05:43:22 +00:00
mozcrash Bug 1673757 - Respect MOZBUILD_STATE_PATH in mozcrash; r=releng-reviewers,jlorenzo 2022-11-17 16:16:45 +00:00
mozdebug Backed out changeset e0834b39aa1e (bug 1776771) for causing Bug 1778093 CLOSED TREE 2022-07-06 04:50:53 +03:00
mozdevice Bug 1797132 - Improve Android gtest crash reporting; r=jmaher 2022-10-26 13:39:17 +00:00
mozfile Bug 1794618 - [mozfile] Version bump to 3.0.0, r=releng-reviewers,gabriel 2022-10-12 14:04:41 +00:00
mozgeckoprofiler Bug 1782098 - specify the utf-8 encoding when opening a local profile to symbolicate it, r=mstange,perftest-reviewers,sparky. 2022-08-02 12:36:55 +00:00
mozhttpd Bug 1707591 - ride along - reformat the tree with black 21.10b0 r=ahal,webdriver-reviewers,perftest-reviewers,whimboo,gerard-majax,alexandru.irimovici 2021-11-22 22:10:03 +00:00
mozinfo Bug 1490775 - Convert mozinfo tests to pytest; r=ahal 2022-11-10 15:17:29 +00:00
mozinstall Bug 1780222 - annotation report should show multi line conditions properly. r=gbrown,webdriver-reviewers,whimboo 2022-08-29 20:02:28 +00:00
mozleak Bug 1738054 - Remove obsolete "skip-if = python == 2" keys from testing manifests and re-enable some skipped tests which now pass. r=ahochheiden 2022-06-21 01:46:44 +00:00
mozlog Bug 1801525 - Check for the existence of the encoding attribute of an io.BytesIO stream. r=davehunt 2022-11-21 12:36:48 +00:00
moznetwork
mozpower
mozprocess Bug 1799483 - Simplify _execute_child with catch-all syntax r=releng-reviewers,gbrown 2022-11-07 23:35:57 +00:00
mozprofile Bug 1769791, part 1 - Remove support for setting permissions in mozprofile. r=jmaher 2022-08-18 22:14:53 +00:00
mozproxy Bug 1794153 - Upgrade custom and responsiveness tests to mitmproxy 8. r=perftest-reviewers,sparky 2022-11-10 17:38:39 +00:00
mozrunner Bug 1754501 - Remove host-utils archive after unpacking; r=aerickson 2022-11-04 21:46:27 +00:00
mozscreenshot
mozsystemmonitor Bug 1800121 - Bump mozsystemmonitor to version 1.0.1; r=releng-reviewers,hneiva 2022-11-14 22:14:10 +00:00
moztest Bug 1801079 - Avoid attribute error in moztest on python 3.9+ r=releng-reviewers,jcristau 2022-11-21 14:42:18 +00:00
mozversion Bug 1748737: Update deprecated pytest code r=webdriver-reviewers,ahal,whimboo 2022-01-21 18:21:55 +00:00
rust Bug 1795414 - [geckodriver] Exclude build system files from published packages. r=webdriver-reviewers,jgraham 2022-11-11 12:55:28 +00:00
README.md
moz.build
setup_development.py
versioninfo.py Bug 1766085 - Replace some uses of distutils.version with packaging.version. r=glandium 2022-05-17 01:04:17 +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.