gecko-dev/testing/mozbase
Pavel Slepushkin 21f7f10fe9 Bug 1471888 - [mozprofile] Add support for Python 3. r=davehunt
Bug 1471888 - [mozprofile] Add support for Python 3.

Differential Revision: https://phabricator.services.mozilla.com/D5187

--HG--
extra : moz-landing-system : lando
2018-09-11 18:58:05 +00:00
..
docs Bug 1483563 - Remove 'mach autophone'; r=bc 2018-08-15 12:54:08 -06:00
manifestparser
mozcrash
mozdebug Bug 1489017 - Locate devenv.exe via vswhere on Windows. r=froydnj 2018-09-07 14:59:55 +00:00
mozdevice Bug 1046146 - Change the way that mozdevice checks for the existence of a directory r=gbrown 2018-09-06 18:33:22 +00:00
mozfile
mozhttpd Convert mozhttpd's test suite to pytest (Bug 1479420) r=davehunt 2018-08-20 15:55:18 +00:00
mozinfo
mozinstall
mozleak
mozlog
moznetwork
mozprocess Bug 1465046 - Remove ProcessHandler.waitForFinish(). r=whimboo 2018-08-20 21:28:21 +02:00
mozprofile Bug 1471888 - [mozprofile] Add support for Python 3. r=davehunt 2018-09-11 18:58:05 +00:00
mozrunner Bug 1471888 - [mozprofile] Add support for Python 3. r=davehunt 2018-09-11 18:58:05 +00:00
mozscreenshot Bug 1482878 - Use screencap to capture on physical android device screenshots, r=gbrown. 2018-08-18 10:47:12 -07:00
mozsystemmonitor
moztest
mozversion Bug 1471920 - [mozbuild] Use shutil.which in Python 3 instead of vendored third-party package r=davehunt 2018-08-30 16:39:55 +00:00
rust Bug 1488006: mozprofile: derive Default for prefreader::Position. r=jgraham 2018-09-04 14:29:01 +01:00
moz.build
packages.txt
README.md Bug 1483563 - Remove 'mach autophone'; r=bc 2018-08-15 12:54:08 -06:00
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.