gecko-dev/testing/mozbase
Florian Queze 80cd7c460f Bug 1782098 - specify the utf-8 encoding when opening a local profile to symbolicate it, r=mstange,perftest-reviewers,sparky.
Differential Revision: https://phabricator.services.mozilla.com/D153103
2022-08-02 12:36:55 +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 1758215 - Add --keep option to mozcrash.py for testing r=gsvelto 2022-03-16 17:48:34 +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
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 1755088: Replace all usages of unittest deprecated aliases r=webdriver-reviewers,ahal,whimboo 2022-02-17 15:21:41 +00:00
mozprofile Backed out changeset 670004b987ac (bug 1769791) for causing multiple failures.CLOSED TREE 2022-06-10 23:01:04 +03:00
mozproxy Backed out changeset 41021fdf3844 (bug 1755491) for causing regressions in perf metrics 2022-06-01 17:29:54 +03:00
mozrunner Bug 1765681: hostutils upgrade code improvement r=gbrown 2022-04-21 18:30:19 +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 1772048 - Update rustc_version and semver crates. r=emilio,webdriver-reviewers,kinetik,whimboo 2022-06-07 10:01:32 +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.