gecko-dev/testing/mozbase
2018-10-10 10:11:26 +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 1494963 - Expose mozdebug's DebuggerInfo type r=ahal 2018-09-28 15:55:18 +00:00
mozdevice Bug 1495596 - change how ADBAndroid checks for presence of 'ls' command r=bc,gbrown 2018-10-05 16:00:32 +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 Backed out changeset dcba2a476ccf (bug 1305743) on request from jgraham for causing issues with mozinfo.json. a=backout 2018-10-04 01:05:44 +03: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 1275926 - Upstream grouping mozlog formatter from Servo, r=ahal 2018-10-09 13:15:30 +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 1433905 - [mozprocess] Existence of _handle on Windows doesn't mean the process is still alive. r=gbrown 2018-10-04 14:52:47 +00:00
mozprofile Bug 1471622 - Update dependency specifier for mozfile in mozprofile; r=davehunt 2018-10-10 10:11:26 +00:00
mozrunner Bug 1495863 - Pass mozrunner adb path when creating ADBHost; r=bc 2018-10-02 16:55:10 -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 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 1496452 - Don't log wpt manifest update when resolving tests r=ahal 2018-10-05 16:46:52 +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 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.