gecko-dev/testing/mozbase
2020-02-12 17:42:34 +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 1604542 - Make test chunking more consistent; r=ahal,jmaher 2020-01-09 19:14:59 +00:00
mozcrash Bug 1603499 - Report java exceptions from minidump .extra files; r=bc 2020-02-07 16:05:52 +00:00
mozdebug Bug 1600771 - turn on --show-mismatched-frees=no for valgrind tests; r=jseward 2019-12-03 13:32:27 +00:00
mozdevice Bug 1614954 - [mozdevice] Do not attempt to grant android.permission.FOREGROUND_SERVICE, r=gbrown,snorp 2020-02-12 17:42:34 +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 Bug 1587206 - [lint.flake8] Enable F632 across the tree, r=sylvestre 2019-10-10 18:50:33 +00:00
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 1603499 - Report java exceptions from minidump .extra files; r=bc 2020-02-07 16:05:52 +00:00
moznetwork Bug 1428711 - add python3 compatibility to moznetwork r=ahal 2019-11-15 22:45:12 +00:00
mozpower Bug 1578487 - Add frequency and watts metric to mozpower IPG output. r=stephendonner 2019-10-31 15:59:10 +00:00
mozprocess Bug 1604901 - [mozprocess] Version bump to 1.1.0, r=gbrown 2019-12-19 19:43:57 +00:00
mozprofile Bug 1589056 - [mozprofile][mozrunner][mozrunner] bump minor versions r=jgraham 2019-10-25 13:15:01 +00:00
mozproxy Bug 1614282 - [Mozproxy] Add retry and custom error message to download_file_from_url r=whimboo,tarek 2020-02-11 21:04:04 +00:00
mozrunner Bug 1606954 - Avoid KeyError in android arm 'mach install' r=jmaher 2020-01-04 21:54:51 +00:00
mozscreenshot
mozsystemmonitor Bug 1587715 - Fix TypeError when submitting build telemetry without cpu_percent present. r=dmajor 2019-10-16 04:01:26 +00:00
moztest Bug 1585683 - Add mochitest-webgpu jobs, add subsuite = webgpu. r=jmaher,kvark 2020-01-07 22:42:07 +00:00
mozversion Bug 1589056 - [mozprofile][mozrunner][mozrunner] bump minor versions r=jgraham 2019-10-25 13:15:01 +00:00
rust Bug 1613975 - Convert mozrunner to Rust 2018, r=whimboo,webdriver-reviewers 2020-02-10 14:53:42 +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.