gecko-dev/testing/mozbase
Geoff Brown c9edfe9424 Bug 1562339 - Allow customization of command line used to start emulator by 'mach android-emulator'; r=jmaher
Add a --gpu option to 'mach android-emulator' as a convenient way to over-ride the -gpu argument
passed to the emulator.
Also check the environment for MOZ_EMULATOR_COMMAND_ARGS to allow for additional over-rides
of the emulator command line.

Differential Revision: https://phabricator.services.mozilla.com/D70914

--HG--
extra : moz-landing-system : lando
2020-04-14 17:58:49 +00:00
..
docs Bug 1604360 - [manifestparser] Remove mention of 'server-root' from the docs, r=egao 2020-01-06 18:21:30 +00:00
manifestparser Bug 1621106 - Bump minor version for mozbase modules depending on mozlog 6.0 and/or mozcrash 2.0; r=wlach 2020-03-10 13:05:13 +00:00
mozcrash Bug 1625888 - In Talos, check_for_crashes even when exception raised after browser run; r=perftest-reviewers,AlexandruIonescu 2020-04-03 13:09:05 +00:00
mozdebug
mozdevice Bug 1623209 - [mozdevice] Catch and report IndexError when parsing ps output in get_process_list, r=gbrown. 2020-03-18 15:12:44 +00:00
mozfile Bug 1606728 - mozfile.which() should consult the registry for registered binaries r=gbrown 2020-01-07 19:33:23 +00:00
mozhttpd
mozinfo Bug 1609483 - ensure linux distributions that don't report os_version or codename have the field populated r=jmaher,gbrown 2020-01-21 18:19:41 +00:00
mozinstall
mozleak Bug 1604001 - Add the missing process type of the fork server for tests: fix flake8 linting issue. a=lint-fix CLOSED TREE 2019-12-19 19:52:48 +01:00
mozlog Bug 1619586 - Major version bump for mozlog and mozcrash; r=bc,marionette-reviewers,perftest-reviewers,jgraham,whimboo 2020-03-04 00:32:38 +00:00
moznetwork Bug 1621106 - Bump minor version for mozbase modules depending on mozlog 6.0 and/or mozcrash 2.0; r=wlach 2020-03-10 13:05:13 +00:00
mozpower Bug 1621106 - Bump minor version for mozbase modules depending on mozlog 6.0 and/or mozcrash 2.0; r=wlach 2020-03-10 13:05:13 +00:00
mozprocess Bug 1623701 - Ensure processhandler.py supports Python 3.5 r=ahal 2020-04-03 17:04:41 +00:00
mozprofile Bug 1363541 - Modernize the PermissionManager - part 4 - mozilla namespace, r=timhuang 2020-04-11 13:42:12 +00:00
mozproxy Bug 1589141 - Add a check to ensure that page-load tests are using the mitmproxy recordings r=tarek 2020-03-31 08:06:41 +00:00
mozrunner Bug 1562339 - Allow customization of command line used to start emulator by 'mach android-emulator'; r=jmaher 2020-04-14 17:58:49 +00:00
mozscreenshot
mozsystemmonitor
moztest Bug 1608837 - fix incorrect names of reftest/crashtest variants of web-platform-tests r=ahal 2020-03-31 20:41:17 +00:00
mozversion Bug 1621106 - Bump minor version for mozbase modules depending on mozlog 6.0 and/or mozcrash 2.0; r=wlach 2020-03-10 13:05:13 +00:00
rust Bug 1581062 - Part 2: Remove the unicode feature from a few crates. r=froydnj,emilio,jgraham,webdriver-reviewers 2020-04-11 08:55:12 +00:00
moz.build
packages.txt
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.