gecko-dev/testing/mozbase
2018-09-29 15:45:30 +01: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 1494963 - Expose mozdebug's DebuggerInfo type r=ahal 2018-09-28 15:55:18 +00:00
mozdevice Bug 1488590 - Add tests to mozdevice::adb.py r=ahal 2018-09-18 19:35:40 +00:00
mozfile mozfile: Fix Python 3 compat issue in mozfile test_load.py (Bug 1492401) r=davehunt 2018-09-19 17:53:35 +00:00
mozhttpd Bug 715884 - replace optparse usage with argparse r=jmaher 2018-09-26 13:57:53 +00:00
mozinfo Bug 1305743 - Make failure to find mozinfo.json a fatal error r=gbrown,ahal 2018-09-26 20:07:25 +00: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 1438975 - Sort logging options by formatter and support negative options r=ahal 2018-09-25 19:45:27 +00:00
moznetwork Bug 1388016 - Run mozbase tests against Python 2 and 3; r=ahal 2018-06-21 06:26:17 +01:00
mozprocess Bug 1438830 - [mozprocess] Track and kill detached processes on Windows. r=gbrown 2018-09-20 09:05:22 +02:00
mozprofile Bug 1471888 - [mozprofile] Add support for Python 3. r=davehunt 2018-09-11 18:58:05 +00:00
mozrunner Bug 1494398: Bump mozrunner version to 7.1.0 to reflect wait-for-browser changes; r=wlach 2018-09-26 21:19:40 +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 1485638 - [mozsystemmonitor] wrap Multiprocessing.Pipe.poll in _collect as well as in SystemResourceMonitor.stop, r=ahal. 2018-09-23 15:08:56 -07:00
moztest Bug 1470266 - [moztest.resolve] Make task regexes more resilient to change, r=jmaher 2018-09-28 07:15:36 +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 1494613: mozprofile: add docs for Pref::new and ::new_sticky r=whimboo 2018-09-29 15:45:30 +01:00
moz.build Bug 1488590 - Add tests to mozdevice::adb.py r=ahal 2018-09-18 19:35:40 +00:00
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.