gecko-dev/testing/mozbase
Ms2ger 2a569678d6 Bug 1044973 - Avoid storing None in the |unexpected| array in machformatter.py; r=ahal
In the case of an unexpected pass, there will be no |message| field in the
data, which will lead to a None message in the tuple. This will trip up
the "".join() call in test_end.
2014-07-28 17:51:28 +02:00
..
docs
manifestparser Bug 1041850 part 2 - Reuse the same re.Scanner instance when parsing different manifests. r=ted 2014-07-25 07:07:19 +09:00
mozcrash
mozdevice Bug 1042743 - Lock mozlog's version for mozdevice. r=wlach 2014-07-28 10:59:51 -04:00
mozfile
mozhttpd
mozinfo
mozinstall
mozlog Bug 1044973 - Avoid storing None in the |unexpected| array in machformatter.py; r=ahal 2014-07-28 17:51:28 +02:00
moznetwork
mozprocess
mozprofile
mozrunner Bug 1040789 - Bump mozrunner and marionette-client for bug 1036926, r=davehunt 2014-07-22 15:37:34 -04:00
mozsystemmonitor
moztest
mozversion
Makefile.in Bug 1044657 - Move PYTHON_UNIT_TESTS to moz.build; r=mshal 2014-07-28 17:51:12 +02:00
README.md
moz.build Bug 1044657 - Move PYTHON_UNIT_TESTS to moz.build; r=mshal 2014-07-28 17:51:12 +02:00
packages.txt
setup_development.py
test-manifest.ini
test.py
versioninfo.py Bug 974184 - Add a versioninfo utility for getting mozbase version info. r=wlach 2014-07-21 11:38:07 +02: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.