gecko-dev/testing/mozbase
Henrik Skupin a684a656e8 Bug 975312 - Add missing version bump for mozrunner 5.35. r=ahal DONTBUILD
--HG--
extra : rebase_source : 684093852b70b0f873b651fc91bd175b39ce7baf
2014-02-22 09:28:23 +01:00
..
docs Bug 949600 - Sync mozbase to m-c one last time, r=wlach 2014-02-19 16:42:01 -05:00
manifestdestiny Bug 949600 - Sync mozbase to m-c one last time, r=wlach 2014-02-19 16:42:01 -05:00
mozcrash Bug 973937 - [mozcrash] check_for_crashes() doesn't save .extra file to dump_save_path. r=ted 2014-02-20 15:06:38 +01:00
mozdevice Bug 949600 - Sync mozbase to m-c one last time, r=wlach 2014-02-19 16:42:01 -05:00
mozfile Bug 949600 - Sync mozbase to m-c one last time, r=wlach 2014-02-19 16:42:01 -05:00
mozhttpd Bug 917750 - mirror several mozbase packages, r=ahal 2013-10-22 15:42:05 -07:00
mozinfo Bug 949600 - Sync mozbase to m-c one last time, r=wlach 2014-02-19 16:42:01 -05:00
mozinstall Bug 949600 - Sync mozbase to m-c one last time, r=wlach 2014-02-19 16:42:01 -05:00
mozlog Bug 949600 - Sync mozbase to m-c one last time, r=wlach 2014-02-19 16:42:01 -05:00
moznetwork Bug 917750 - mirror several mozbase packages, r=ahal 2013-10-22 15:42:05 -07:00
mozprocess Bug 975136 - Fix mozprocess to accept single function or array of functions for onTimeout/onFinish, update docs;r=wlach 2014-02-21 16:33:30 -05:00
mozprofile Bug 973818 - [mozprofile] Disable first run content overlay. r=hskupin 2014-02-20 15:29:28 +02:00
mozrunner Bug 975312 - Add missing version bump for mozrunner 5.35. r=ahal DONTBUILD 2014-02-22 09:28:23 +01:00
mozsystemmonitor Bug 908296 - Catch all exceptions when importing psutil; r=ted 2013-08-23 10:50:28 -07:00
moztest Bug 949600 - Sync mozbase to m-c one last time, r=wlach 2014-02-19 16:42:01 -05:00
mozversion Bug 972872 - [mozversion] Allow to retrieve the application code name (Nightly / Aurora / Firefox). r=hskupin 2014-02-21 13:26:48 +01:00
Makefile.in Bug 949600 - Sync mozbase to m-c one last time, r=wlach 2014-02-19 16:42:01 -05:00
moz.build Bug 939044 - Remove most definitions of MODULE. r=mshal 2013-11-19 11:47:39 +09:00
packages.txt Bug 949600 - Sync mozbase to m-c one last time, r=wlach 2014-02-19 16:42:01 -05:00
README.md Bug 949600 - Sync mozbase to m-c one last time, r=wlach 2014-02-19 16:42:01 -05:00
setup_development.py Bug 949600 - Sync mozbase to m-c one last time, r=wlach 2014-02-19 16:42:01 -05:00
test-manifest.ini Bug 949600 - Sync mozbase to m-c one last time, r=wlach 2014-02-19 16:42:01 -05:00
test.py Bug 949600 - Sync mozbase to m-c one last time, r=wlach 2014-02-19 16:42:01 -05:00

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.