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 Bug 1388016 - Run mozbase tests against Python 2 and 3; r=ahal 2018-06-21 06:26:17 +01:00
mozcrash Bug 1388016 - Run mozbase tests against Python 2 and 3; r=ahal 2018-06-21 06:26:17 +01:00
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 Bug 1471622 - Fix mozfile's test_tempfile.py under Python 3.5; r=davehunt 2018-07-03 10:09:41 +02:00
mozhttpd Convert mozhttpd's test suite to pytest (Bug 1479420) r=davehunt 2018-08-20 15:55:18 +00:00
mozinfo Bug 1471625 - Bump mozinfo to v1.0.0 and update classifiers;r=davehunt 2018-07-03 14:22:11 +02:00
mozinstall Bug 1388016 - Run mozbase tests against Python 2 and 3; r=ahal 2018-06-21 06:26:17 +01:00
mozleak Bug 1354232 - Add support for LSAN to mozlog, r=ahal, mccr8 2018-07-19 16:32:13 +01:00
mozlog Bug 1477219 - Update mozlog version number for release, r=ahal 2018-07-20 13:59:46 +01:00
moznetwork Bug 1388016 - Run mozbase tests against Python 2 and 3; r=ahal 2018-06-21 06:26:17 +01:00
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 Bug 1461221 - Account for psutil.disk_io_counters() returning None; r=mshal 2018-05-15 12:02:46 -07:00
moztest Bug 733530: Use .tar.gz for test archives r=gps 2018-08-01 16:00:03 +00:00
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 Bug 1433974 - Update BUG_COMPONENT for some of the new Testing components, r=jmaher 2018-01-29 12:57:54 -05:00
packages.txt Bug 1446809 - Remove some b2g leftover in the testing/mozbase r=jgraham 2018-03-20 21:20:26 +01:00
README.md Bug 1483563 - Remove 'mach autophone'; r=bc 2018-08-15 12:54:08 -06:00
setup_development.py Backed out changeset 9264d5789f76 (bug 1397849) for import failures, e.g. in mochitests and xpcshell tests. r=backout 2017-10-04 15:25:07 +02:00
versioninfo.py Backed out changeset 9264d5789f76 (bug 1397849) for import failures, e.g. in mochitests and xpcshell tests. r=backout 2017-10-04 15:25:07 +02:00

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.