gecko-dev/testing/mozbase
Gabriele Svelto 5928bef925 Bug 1789802 - Ignore MOZ_Crash() functions when generating a singature for an automation crash r=mstange
Differential Revision: https://phabricator.services.mozilla.com/D156823
2022-09-09 12:25:15 +00:00
..
docs Bug 1753413 - fx doc: Remove whitespaces, trailing lines & windows CR r=andi,perftest-reviewers,sparky 2022-02-03 18:34:58 +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 1789802 - Ignore MOZ_Crash() functions when generating a singature for an automation crash r=mstange 2022-09-09 12:25:15 +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 1763466 - Change how is24HourFormat is determined for Isolated Process r=geckoview-reviewers,owlish 2022-07-19 21:48:02 +00:00
mozfile Bug 1760886: Make mozfile.remove remove broken symlinks r=gbrown 2022-03-23 16:59:03 +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 1743907 - remove webrender from harnesses and taskcluster. r=MasterWayZ,webdriver-reviewers,perftest-reviewers,AlexandruIonescu,whimboo,ahal 2022-01-04 20:07:45 +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 1759836 - add group to crash data for errorsummary.json. r=ahal 2022-03-23 15:16:22 +00:00
moznetwork
mozpower
mozprocess Bug 1780222 - annotation report should show multi line conditions properly. r=gbrown,webdriver-reviewers,whimboo 2022-08-29 20:02:28 +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 Backed out changeset 41021fdf3844 (bug 1755491) for causing regressions in perf metrics 2022-06-01 17:29:54 +03:00
mozrunner Bug 1780222 - annotation report should show multi line conditions properly. r=gbrown,webdriver-reviewers,whimboo 2022-08-29 20:02:28 +00:00
mozscreenshot
mozsystemmonitor Bug 1753413 - fx doc: Remove whitespaces, trailing lines & windows CR r=andi,perftest-reviewers,sparky 2022-02-03 18:34:58 +00:00
moztest 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
mozversion Bug 1748737: Update deprecated pytest code r=webdriver-reviewers,ahal,whimboo 2022-01-21 18:21:55 +00:00
rust Bug 1769991 - Change the default firefox binary path when geckodriver is used from within snap confinement r=webdriver-reviewers,jgraham,whimboo 2022-09-06 11:45:12 +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.