gecko-dev/testing/mozbase
Tom Marble 220a6c5a1a Bug 1908195 - Solaris build fails, Config object not found by mach r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D216721
2024-07-16 18:49:40 +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 1905412 - modernize mozdevice code r=jmaher 2024-06-28 20:16:48 +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 1908195 - Solaris build fails, Config object not found by mach r=jmaher 2024-07-16 18:49:40 +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 1907394 - Harmonize manifest variables: remove unused OS, ARCH values r=jmaher,jgraham 2024-07-15 13:31:35 +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 1907394 - Harmonize manifest variables: remove unused OS, ARCH values r=jmaher,jgraham 2024-07-15 13:31:35 +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 1898051 - add ability for ./mach try --tag to work with wpt tests. r=taskgraph-reviewers,bhearsum 2024-07-16 12:30:19 +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
README.md
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
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.