gecko-dev/testing/mozbase
Julian Descottes b98200df07 Bug 1914209 - Update test grouping logic for web-platform-tests-canvas r=whimboo
Differential Revision: https://phabricator.services.mozilla.com/D219761
2024-08-21 15:35:01 +00:00
..
docs Bug 1849982 - Update mozprocess documentation r=jmaher,releng-reviewers,jcristau 2024-08-19 13:59:43 +00:00
manifestparser Bug 1890589 - Fix toml linter to remove 'lineno' lines and adjust the manifest test r=perftest-reviewers,sparky 2024-04-17 14:26:25 +00:00
mozcrash
mozdebug Bug 1893991 - Update mozdebug version number to 0.3.1, r=Sasha 2024-04-29 16:50:13 +00:00
mozdevice Bug 1913163 - Enable retries for more mozdevice operations r=jmaher 2024-08-16 15:59:37 +00:00
mozfile Bug 1904776 - Allow dangling symlinks when unpacking upstream tarball with mach vendor r=glandium 2024-07-03 07:22:27 +00:00
mozgeckoprofiler Bug 1893961 - Remove distutils use from mozbase, , ahal r=Sasha 2024-04-29 16:59:51 +00:00
mozhttpd Bug 1879120 - Remove all python deprecation warning: invalid escape sequence r=ahochheiden,webdriver-reviewers,perftest-reviewers,afinder UPGRADE_NSPR_RELEASE 2024-02-26 08:26:38 +00:00
mozinfo Bug 1910777 - disable crashreporter for macosx testing on macosx 14 until fixed. r=gsvelto 2024-08-02 12:39:11 +00:00
mozinstall
mozleak Bug 1879120 - Remove all python deprecation warning: invalid escape sequence r=ahochheiden,webdriver-reviewers,perftest-reviewers,afinder UPGRADE_NSPR_RELEASE 2024-02-26 08:26:38 +00:00
mozlog Bug 1893537 - Add reftest modifiers to errorsummary upon failure. r=gbrown 2024-05-01 19:25:43 +00:00
moznetwork Bug 1893961 - Remove distutils use from mozbase, , ahal r=Sasha 2024-04-29 16:59:51 +00:00
mozpower
mozprocess Bug 1846914 - Bump mozprocess version to 1.4.0 r=jmaher 2024-08-17 14:01:47 +00:00
mozprofile Bug 1893190 - Bump mozprofile version to 3.0.0. r=jgraham 2024-04-25 15:56:40 +00:00
mozproxy
mozrunner Bug 1913163 - Enable retries for more mozdevice operations r=jmaher 2024-08-16 15:59:37 +00:00
mozscreenshot Bug 1907394 - Harmonize manifest variables: remove unused OS, ARCH values r=jmaher,jgraham 2024-07-15 13:31:35 +00:00
mozserve
mozsystemmonitor Bug 1892641 - include timestamps in BUILDSTATUS lines from gradle, r=glandium. 2024-04-30 08:17:13 +00:00
moztest Bug 1914209 - Update test grouping logic for web-platform-tests-canvas r=whimboo 2024-08-21 15:35:01 +00:00
mozversion
rust Bug 1906260: Remove the -no-remote command line argument. r=glandium,webdriver-reviewers,perftest-reviewers,application-update-reviewers,taskgraph-reviewers,nalexander,bhearsum,jdescottes,sparky 2024-08-13 14:13:10 +00:00
README.md
moz.build
setup_development.py
versioninfo.py

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.