gecko-dev/testing/mozbase
Ricky Stewart f44b26911e Bug 1663748 - Use `mozfile.which` in `bootstrap` r=mhentges,glandium
We don't need the homebrewed implementation any longer after bug 1647792.

Differential Revision: https://phabricator.services.mozilla.com/D89487
2020-09-16 16:46:28 +00:00
..
docs Bug 1486004 - Part 1 - [mozdevice 4.0.0] Use run-as to work around rooted device requirement, r=gbrown,jmaher 2020-07-17 20:48:22 +00:00
manifestparser Bug 1651731: [lint] Python and shell files without `#!` should not be executable; r=linter-reviewers,perftest-reviewers,geckoview-reviewers,agi,sylvestre,sparky 2020-07-09 20:29:18 +00:00
mozcrash Bug 1658733 - If not otherwise specified, use bootstrapped minidump_stackwalk. r=jmaher,robwu 2020-08-22 20:29:58 +00:00
mozdebug
mozdevice Bug 1651196 - [mozdevice] improve top activity detection in Android 10+, r=jmaher. 2020-09-14 14:08:48 +00:00
mozfile Bug 1663748 - Use `mozfile.which` in `bootstrap` r=mhentges,glandium 2020-09-16 16:46:28 +00:00
mozgeckoprofiler Bug 1651731: [lint] Python and shell files without `#!` should not be executable; r=linter-reviewers,perftest-reviewers,geckoview-reviewers,agi,sylvestre,sparky 2020-07-09 20:29:18 +00:00
mozhttpd
mozinfo
mozinstall Bug 1651731: [lint] Python and shell files without `#!` should not be executable; r=linter-reviewers,perftest-reviewers,geckoview-reviewers,agi,sylvestre,sparky 2020-07-09 20:29:18 +00:00
mozleak Bug 1652102 - `mozleak/tests/test_lsan.py` should run in the `mozbase` test suite r=froydnj 2020-07-10 19:54:55 +00:00
mozlog Bug 1659539 - [python-test] Remove '--python' and stop using pipenv to manage virtualenvs r=ahal 2020-09-02 17:05:24 +00:00
moznetwork Bug 1656412 - moznetwork isn't compatible with Python 3. r=ahal 2020-08-05 14:54:09 +00:00
mozpower Bug 1486004 - Part 11 - [mozpower 1.1.2] Update mozpower requirements to support unrooted android devices using mozdevice 4.0.0, ? r=wlach,sparky 2020-07-17 20:48:24 +00:00
mozprocess Bug 1651762 - [mozprocess] Bump to version 1.2.0, r=gbrown 2020-07-09 20:31:56 +00:00
mozprofile
mozproxy Bug 1659539 - [python-test] Remove '--python' and stop using pipenv to manage virtualenvs r=ahal 2020-09-02 17:05:24 +00:00
mozrunner Bug 1657650 - Require that Mach command providers subclass MachCommandBase. r=remote-protocol-reviewers,marionette-reviewers,maja_zf,mhentges,froydnj 2020-08-07 18:24:59 +00:00
mozscreenshot
mozsystemmonitor
moztest Bug 1664409 - Ensure fission disabled for mochitest-chrome and a11y tests; r=ahal 2020-09-11 15:12:13 +00:00
mozversion
rust Bug 1657876 - Improve parsing of the Firefox version string, r=marionette-reviewers,webdriver-reviewers,whimboo 2020-08-21 13:53:53 +00:00
README.md
moz.build
packages.txt
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.