gecko-dev/testing/mozbase
Geoff Brown e3384b5611 Bug 1898511 - Do not set use_multiprocess when starting geckoview r=jmaher
Since use_multiprocess is no longer used, do not set or pass it from mozdevice.
Since the launch_activity/launch_service e10s optional parameter becomes unused, stop passing it also.

Differential Revision: https://phabricator.services.mozilla.com/D211464
2024-05-23 21:08:32 +00:00
..
docs Bug 1873265 - mach skip-fails improvements r=jmaher 2024-01-12 15:56:31 +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 Bug 1869204 - Batch 19.1 - migrate python/ mozbuild and mozbase .ini to toml. r=ahal,firefox-build-system-reviewers,ahochheiden 2023-12-15 20:59:46 +00:00
mozdebug Bug 1893991 - Update mozdebug version number to 0.3.1, r=Sasha 2024-04-29 16:50:13 +00:00
mozdevice Bug 1898511 - Do not set use_multiprocess when starting geckoview r=jmaher 2024-05-23 21:08:32 +00:00
mozfile Bug 1869204 - Batch 19.1 - migrate python/ mozbuild and mozbase .ini to toml. r=ahal,firefox-build-system-reviewers,ahochheiden 2023-12-15 20:59:46 +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 1889669 - add mozinfo to reftest sandbox. r=ahal 2024-04-11 16:29:15 +00:00
mozinstall Bug 1872343 - Use r-strings or escape backslashes to prevent SyntaxWarning: invalid escape sequence r=jcristau 2024-01-02 08:54:44 +00:00
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 Bug 1869204 - Batch 19.1 - migrate python/ mozbuild and mozbase .ini to toml. r=ahal,firefox-build-system-reviewers,ahochheiden 2023-12-15 20:59:46 +00:00
mozprocess Bug 1869204 - Batch 19.1 - migrate python/ mozbuild and mozbase .ini to toml. r=ahal,firefox-build-system-reviewers,ahochheiden 2023-12-15 20:59:46 +00:00
mozprofile Bug 1893190 - Bump mozprofile version to 3.0.0. r=jgraham 2024-04-25 15:56:40 +00:00
mozproxy Bug 1869204 - Batch 19.1 - migrate python/ mozbuild and mozbase .ini to toml. r=ahal,firefox-build-system-reviewers,ahochheiden 2023-12-15 20:59:46 +00:00
mozrunner Bug 1898511 - Do not set use_multiprocess when starting geckoview r=jmaher 2024-05-23 21:08:32 +00:00
mozscreenshot
mozserve
mozsystemmonitor Bug 1892641 - include timestamps in BUILDSTATUS lines from gradle, r=glandium. 2024-04-30 08:17:13 +00:00
moztest Bug 1897403 - Handle wpt test id as a URL when computing group name, r=Sasha 2024-05-17 17:52:41 +00:00
mozversion Bug 1869204 - Batch 19.1 - migrate python/ mozbuild and mozbase .ini to toml. r=ahal,firefox-build-system-reviewers,ahochheiden 2023-12-15 20:59:46 +00:00
rust Bug 1617369 - Reformat recent rust changes with rustfmt r=emilio,webdriver-reviewers,glandium,whimboo 2024-04-18 08:50:15 +00:00
moz.build Bug 1869204 - Batch 19.1 - migrate python/ mozbuild and mozbase .ini to toml. r=ahal,firefox-build-system-reviewers,ahochheiden 2023-12-15 20:59:46 +00:00
README.md
setup_development.py
versioninfo.py

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.