gecko-dev/testing/mozbase
2018-09-19 18:13:48 +03: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 1488590 - Add tests to mozdevice::adb.py r=ahal 2018-09-18 19:35:40 +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 1491489: Add automation property to mozinfo.info; r=ahal! 2018-09-14 17:42:13 -06: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 1489277: Skip mozrunner tests if running under automation; r=ahal! 2018-09-14 16:26:57 -06: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 Backed out changeset dd80de19f142 (bug 1473915) for mb failures in testing/mozbase/moztest/tests/test_resolve.py CLOSED TREE 2018-09-19 18:13:48 +03: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 1466818: mozrunner: release 0.8.0; r=me 2018-09-16 00:32:18 +01:00
moz.build Bug 1488590 - Add tests to mozdevice::adb.py r=ahal 2018-09-18 19:35:40 +00: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
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.