gecko-dev/testing/mozbase
Gregory Szorc d575271cc0 Bug 1272782 - Bump mozsystemmonitor version to 0.3; r=ahal
So we can release the bug fixes we just made.

MozReview-Commit-ID: HgfPQkkwd6r

--HG--
extra : rebase_source : 62a85de968b26230721939838ca4d29d6600b186
2016-05-13 14:11:40 -07:00
..
docs Backed out changeset 200da85932e9 (bug 1230862) for valgrind perma failures 2016-02-10 11:04:50 +01:00
manifestparser Bug 1261456 - Combine support-files listed in [DEFAULT] with any listed per-test rather than overriding. r=gps 2016-04-11 11:21:20 -07:00
mozcrash Bug 1251196 - Bump mozcrash to 0.17. r=ted 2016-03-03 21:41:27 +01:00
mozdebug Bug 1264154 - Fix Fennec debugging on Mac r=ted 2016-04-29 10:56:20 -05:00
mozdevice Bug 1257510 - Use modern exception syntax in mozbase; r=ahal 2016-03-18 09:03:25 +01:00
mozfile Bug 1257510 - Use modern exception syntax in mozbase; r=ahal 2016-03-18 09:03:25 +01:00
mozhttpd Bug 1257510 - Use modern exception syntax in mozbase; r=ahal 2016-03-18 09:03:25 +01:00
mozinfo Bug 1185632 - [mozinfo] bump release to 0.9. r=wlach 2015-10-30 17:38:42 +01:00
mozinstall Bug 1211885 - Do not try to test if a .dmg file is_tarfile(). r=ahal 2015-10-06 09:51:34 -04:00
mozleak Bug 1227347, part 3 - Remove object-count leak suppression infrastructure. r=erahm 2016-04-26 11:46:28 -07:00
mozlog Bug 1271612 - Release mozlog 3.2. r=jmaher 2016-05-11 10:17:45 +02:00
moznetwork Bug 1014760 - Version bump mozbase modules that depend on mozlog 3.0, r=me 2015-07-17 10:06:59 -04:00
mozprocess Bug 1257510 - Use modern exception syntax in mozbase; r=ahal 2016-03-18 09:03:25 +01:00
mozprofile Bug 1257510 - Use modern exception syntax in mozbase; r=ahal 2016-03-18 09:03:25 +01:00
mozrunner Bug 1271884 - Use the current python executable to run tooltool fetch rather than hard-coded python. r=jmaher 2016-05-11 15:01:16 +10:00
mozscreenshot Bug 1091285 - move dumpScreen in a new mozscreenshot package. r=jgriffin 2015-07-29 17:50:16 +02:00
mozsystemmonitor Bug 1272782 - Bump mozsystemmonitor version to 0.3; r=ahal 2016-05-13 14:11:40 -07:00
moztest
mozversion Bug 1218373 - [mozversion] Fix reference to mozlog to restore command line interface. r=ahalberstadt 2015-10-26 06:13:00 +01:00
README.md
moz.build Backed out changeset 200da85932e9 (bug 1230862) for valgrind perma failures 2016-02-10 11:04:50 +01:00
packages.txt Backed out changeset 200da85932e9 (bug 1230862) for valgrind perma failures 2016-02-10 11:04:50 +01:00
setup_development.py Bug 1193035 - setup_development.py does not handle optional dependencies. r=ahal 2015-08-11 17:02:11 +02:00
test-manifest.ini Backed out changeset 200da85932e9 (bug 1230862) for valgrind perma failures 2016-02-10 11:04:50 +01:00
test.py Bug 1014760 - Move mozlog.structured to mozlog; Move mozlog to mozlog.unstructured, r=jgraham 2015-07-16 10:38:40 -04:00
versioninfo.py Bug 1157302 - [mozbase] Ignore unrecognized version strings when generating changelogs in versioninfo.py, DONTBUILD, r=armenzg 2015-04-22 11:49:34 -04:00

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.