gecko-dev/testing/mozbase
Agi Sferro d4e0174d2c Bug 1529082 - Use bundletool to install apps as aab packages. r=ahal,owlish
This patch adds a new command line argument --aab which allows users to install
GVE as an AAB.

This will also be used in a future patch to install the test runner as AAB.

Differential Revision: https://phabricator.services.mozilla.com/D127323
2021-11-02 18:56:28 +00:00
..
docs
manifestparser Bug 1718878 - Updates to the build system to enable compatibility with Python 3.10 (Mainly regarding collections.abc) r=mhentges,webdriver-reviewers,whimboo 2021-10-27 13:35:13 +00:00
mozcrash Bug 1735910 - Use the symbols server for system libraries in crash dumps. r=releng-reviewers,aki 2021-10-15 07:28:29 +00:00
mozdebug
mozdevice Bug 1529082 - Move TestRunnerActivity to test_runner. r=ahal,owlish 2021-11-02 18:56:26 +00:00
mozfile
mozgeckoprofiler
mozhttpd
mozinfo
mozinstall
mozleak
mozlog
moznetwork
mozpower
mozprocess
mozprofile
mozproxy
mozrunner Bug 1529082 - Use bundletool to install apps as aab packages. r=ahal,owlish 2021-11-02 18:56:28 +00:00
mozscreenshot
mozsystemmonitor
moztest
mozversion
rust Bug 1736991 - Fix clippy warnings in mozbase crates, r=webdriver-reviewers,jdescottes 2021-10-22 11:46:30 +00:00
README.md
moz.build
setup_development.py
versioninfo.py Bug 1718878 - Updates to the build system to enable compatibility with Python 3.10 (Mainly regarding collections.abc) r=mhentges,webdriver-reviewers,whimboo 2021-10-27 13:35:13 +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.