gecko-dev/testing/mozbase
2019-09-27 19:30:52 +00:00
..
docs Bug 1576988 - [docs] Remove 'Indices and tables' section from doc trees, r=Standard8 2019-08-28 12:38:49 +00:00
manifestparser Bug 1580620 - [mozbase] Make manifestparser fail on duplicate keys even without strict mode r=gbrown 2019-09-13 14:09:19 +00:00
mozcrash Bug 1567642 - [mozbase] Fix flake8 under py3 lint errors r=gbrown 2019-09-09 23:55:32 +00:00
mozdebug Bug 1519369 - support 'debugger' parser argument for mach test command r=ahal,gbrown 2019-07-26 15:18:18 +00:00
mozdevice Bug 1581006 - Allow mozdevice to find ls on unrooted devices. r=bc 2019-09-13 01:13:49 +00:00
mozfile Bug 1582248 - Bump mozfile to version 2.1.0 r=ahal 2019-09-18 21:11:00 +00:00
mozhttpd
mozinfo Bug 1567642 - [mozbase] Fix flake8 under py3 lint errors r=gbrown 2019-09-09 23:55:32 +00:00
mozinstall
mozleak Bug 1428710 - Update the classifiers for Python 3.5. r=ahal 2019-09-19 19:45:22 +00:00
mozlog Bug 1583602 - Use a real colour for printing intermittent failures, r=maja_zf 2019-09-25 18:57:47 +00:00
moznetwork
mozpower Bug 1575575 - Add fullscreen and windowed youtube-playback power tests. r=perftest-reviewers,stephendonner,dhouse,rwood 2019-09-26 22:18:54 +00:00
mozprocess Bug 1562083 - explicitly insert sys.path to env for use in subprocess for python3 mozprocess unit tests r=jmaher 2019-07-03 17:52:19 +00:00
mozprofile Bug 1578255 - Update mozprofile tests to use wptserve; r=raphael 2019-09-19 15:14:50 +00:00
mozproxy Bug 1572142 - Intermittent Exception: nss cert db creation command failed to complete r=tarek 2019-09-18 09:15:14 +00:00
mozrunner Bug 1567642 - [mozbase] Fix flake8 under py3 lint errors r=gbrown 2019-09-09 23:55:32 +00:00
mozscreenshot Bug 1428715 - Create setup.cfg for universal wheels in mozscreenshot. r=ahal 2019-09-24 05:59:57 +00:00
mozsystemmonitor Bug 1428716 - Create setup.cfg for universal wheels in mozsystemmonitor. r=ahal 2019-09-27 19:30:52 +00:00
moztest Bug 1567642 - [mozbase] Fix flake8 under py3 lint errors r=gbrown 2019-09-09 23:55:32 +00:00
mozversion Bug 1561421 - [mozlog] Update mozlog docs and version to 4.2.0 r=ahal 2019-06-28 19:35:55 +00:00
rust Bug 1525126 - [mozbase] Add Rust mozdevice crate speaking ADB over TCP/IP. r=jgraham,webdriver-reviewers,nalexander 2019-09-25 23:01:56 +00:00
moz.build Bug 1567954 - Part 1: Initialize Mozpower module and implement PowerBase class. r=perftest-reviewers,ahal,rwood 2019-08-01 20:36:00 +00:00
packages.txt Bug 1567954 - Part 1: Initialize Mozpower module and implement PowerBase class. r=perftest-reviewers,ahal,rwood 2019-08-01 20:36:00 +00:00
README.md
setup_development.py Bug 1567642 - [mozbase] Fix flake8 under py3 lint errors r=gbrown 2019-09-09 23:55:32 +00:00
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.