gecko-dev/testing/mozbase
Andrew Halberstadt 578b5805ba Bug 1478050 - [moztest] Clean up broken symlinks when setting up test_harness_root r=gbrown
It's unclear how this situation can actually happen, but it has caused a couple of
intermittents.

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

--HG--
extra : moz-landing-system : lando
2018-07-25 19:05:50 +00:00
..
docs Bug 1445944 - [mozrunner] Create a base BlinkRuntimeRunner and add a ChromeRunner to the runners list r=rwood 2018-04-12 22:29:17 -04: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 1469933 When using ./mach run --debugger=windbg, use the x64 version of WinDBG r=ted 2018-06-27 16:16:57 +03:00
mozdevice Bug 1470177 - Ensure numeric comparison of timeout in adb.py; r=bc 2018-06-25 10:09:48 -06: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 Bug 1428709 - Enable several mozhttpd tests for Python 3; r=davehunt 2018-07-12 18:37:54 +02: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 1388016 - Run mozbase tests against Python 2 and 3; r=ahal 2018-06-21 06:26:17 +01:00
mozprofile Bug 1420514 - Replace app.update.enabled with app.update.disabledForTesting in the test harness r=ato,chutten,jmaher,lina 2018-05-22 09:14:19 -07:00
mozrunner Bug 1471625 - Bump mozinfo to v1.0.0 and update classifiers;r=davehunt 2018-07-03 14:22:11 +02:00
mozscreenshot
mozsystemmonitor Bug 1461221 - Account for psutil.disk_io_counters() returning None; r=mshal 2018-05-15 12:02:46 -07:00
moztest Bug 1478050 - [moztest] Clean up broken symlinks when setting up test_harness_root r=gbrown 2018-07-25 19:05:50 +00:00
mozversion Bug 1388016 - Run mozbase tests against Python 2 and 3; r=ahal 2018-06-21 06:26:17 +01:00
rust Bug 1441204 - Release mozrunner 0.7.0. r=maja_zf 2018-06-14 13:26:59 -07:00
README.md
moz.build
packages.txt
setup_development.py
versioninfo.py

README.md

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, reftest, Autophone, and Eideticker.

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.