gecko-dev/testing/mozbase
Ben Campbell 51c76c17d3 Bug 1654915 - Make mozinfo version parsing tolerant of non-numeric version strings. r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D85691
2020-09-24 21:43:47 +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 Bug 1634495 - Ensure that the debugger path is a str (instead of bytes) when running mach run debug r=glandium 2020-05-04 12:17:32 +00:00
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 Bug 1632429 - bump mozhttpd version to 0.7.1 r=gbrown 2020-06-03 21:59:46 +00:00
mozinfo Bug 1654915 - Make mozinfo version parsing tolerant of non-numeric version strings. r=gbrown 2020-09-24 21:43:47 +00:00
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 Bug 1558667 - Try to make test_resource_monitor.py more robust; r=ahal 2020-05-22 15:08:54 +00:00
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 Bug 1628073 - Move gecko profiler testing files to mozgeckoprofiler; r=sparky,perftest-reviewers,gbrown 2020-05-22 13:18:44 +00:00
packages.txt Bug 1628073 - Move gecko profiler testing files to mozgeckoprofiler; r=sparky,perftest-reviewers,gbrown 2020-05-22 13:18:44 +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.