gecko/testing/mozbase
2014-02-10 12:23:56 -08:00
..
manifestdestiny Bug 970455: backout cset afaeb5adc044 (Bug 956474), a=Ms2ger 2014-02-10 12:23:56 -08:00
mozb2g
mozcrash Bug 917750 - mirror several mozbase packages, r=ahal 2013-10-22 15:42:05 -07:00
mozdevice Bug 931078 - add ability to pass signal to dm.killProcess, r=wlach 2013-10-28 11:43:39 -04:00
mozfile Bug 917750 - mirror several mozbase packages, r=ahal 2013-10-22 15:42:05 -07:00
mozhttpd Bug 917750 - mirror several mozbase packages, r=ahal 2013-10-22 15:42:05 -07:00
mozinfo Bug 917750 - mirror several mozbase packages, r=ahal 2013-10-22 15:42:05 -07:00
mozinstall Bug 917750 - mirror several mozbase packages, r=ahal 2013-10-22 15:42:05 -07:00
mozlog
moznetwork Bug 917750 - mirror several mozbase packages, r=ahal 2013-10-22 15:42:05 -07:00
mozprocess Bug 947974 - Add signal parameter to mozprocess.kill(), r=wlach 2014-01-24 16:26:57 -05:00
mozprofile Bug 917750 - mirror several mozbase packages, r=ahal 2013-10-22 15:42:05 -07:00
mozrunner Bug 967647 - fix interleaved output in b2g emulator unittests, r=jgriffin 2014-02-04 15:39:35 -05:00
mozsystemmonitor Bug 908296 - Catch all exceptions when importing psutil; r=ted 2013-08-23 10:50:28 -07:00
moztest Bug 904682 - Mirror moztest to m-c. r=jhammel 2013-08-15 12:57:55 -04:00
generate_diff.py Bug 926418 - Prevent spurious newlines being added to packages.txt when running generate_diff.py on Windows; r=jhammel 2013-10-16 16:18:27 +01:00
Makefile.in Bug 967515 - Add mozbase test files to test package; r=ted 2014-02-04 10:04:13 -05:00
moz.build Bug 939044 - Remove most definitions of MODULE. r=mshal 2013-11-19 11:47:39 +09:00
packages.txt
README.md
setup_development.py
test-manifest.ini Bug 963885 - Disable mozdevice tests in make check until we can address they way they cause builds to be RETRYed 2014-01-24 19:36:32 -08:00
test.py

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.