gecko-dev/testing/mozbase
James Graham 3ecd324bdc Bug 1431459 - Update rust_mozrunner to use a Builder API, r=ato
This is a major API revision to replace the Python-like API with
something more idiomatically Rust. In particular you now create a
FirefoxRunner object and then call start() and end up with a
FirefoxProcess. This is pretty similar to the Command builder in std.

MozReview-Commit-ID: DmEfIfKSukA

--HG--
extra : rebase_source : 30fba6b2d9584a8a4128b641747beda1d264f7c5
2017-12-19 18:39:10 +00:00
..
docs Bug 1433417 - Fix a bunch of typo in the doc r=ahal 2018-01-26 12:50:07 +01:00
manifestparser Bug 1278282 - Update of the tests to reflect the removal of the gtk2 r=lsalzman 2018-01-10 08:55:38 +01:00
mozcrash Bug 1413575: Adjust in-tree references to mozbase documentation to point in-tree. r=ahal 2017-11-20 11:43:13 -07:00
mozdebug Bug 1413575: Adjust in-tree references to mozbase documentation to point in-tree. r=ahal 2017-11-20 11:43:13 -07:00
mozdevice Bug 1430176 - Do not try to force-stop native android processes like xpcshell; r=jmaher 2018-01-12 14:08:31 -07:00
mozfile Bug 1388018 - [mozfile] Add support for python 3. r=wlach 2017-12-18 22:21:27 +05:30
mozhttpd Bug 1429375 - [mozbase] Do not use deprecated sys.exc_value in mozhttpd, r=gbrown 2018-01-16 10:44:14 -08:00
mozinfo Bug 1428461 - Decouple mozinfo from the six module; r=wlach 2018-01-08 07:41:08 -07:00
mozinstall Bug 1427062 - Adding Python 3 support for mozinstall. r=wlach 2017-12-28 10:47:53 +05:30
mozleak Bug 1413575: Adjust in-tree references to mozbase documentation to point in-tree. r=ahal 2017-11-20 11:43:13 -07:00
mozlog Bug 1428049 - [mozlog] Add mozterm as a mozlog dependency and version bump to 3.7, r=igoldan 2018-01-04 10:00:11 -05:00
moznetwork Bug 1413575: Adjust in-tree references to mozbase documentation to point in-tree. r=ahal 2017-11-20 11:43:13 -07:00
mozprocess Bug 1322616 - Differentiate between timeout and output timeout in mozprocess; r=jmaher 2017-12-05 15:43:03 -07:00
mozprofile Bug 1431024 - Modified error criterion check in prefs.py. r=wlach 2018-01-26 01:33:39 +05:30
mozrunner Bug 1433308 - Follow-up to fix lint error; r=me,a=test-only 2018-01-25 17:19:44 -07:00
mozscreenshot Bug 1413575: Adjust in-tree references to mozbase documentation to point in-tree. r=ahal 2017-11-20 11:43:13 -07:00
mozsystemmonitor Bug 1413575: Adjust in-tree references to mozbase documentation to point in-tree. r=ahal 2017-11-20 11:43:13 -07:00
moztest Bug 1413928 - [tryselect] Implement paths for |mach try fuzzy| r=maja_zf 2017-11-15 16:36:07 -05:00
mozversion Bug 1428289 - Release mozversion 1.5. r=jmaher 2018-01-05 10:46:01 +01:00
rust Bug 1431459 - Update rust_mozrunner to use a Builder API, r=ato 2017-12-19 18:39:10 +00:00
README.md Bug 1413575: Adjust in-tree references to mozbase documentation to point in-tree. r=ahal 2017-11-20 11:43:13 -07:00
moz.build Bug 1433974 - Update BUG_COMPONENT for some of the new Testing components, r=jmaher 2018-01-29 12:57:54 -05:00
packages.txt Bug 1347483 - blessings package should not be downloaded during mach virtualenv setup; r=mshal 2017-03-22 14:26:18 -04:00
setup_development.py Backed out changeset 9264d5789f76 (bug 1397849) for import failures, e.g. in mochitests and xpcshell tests. r=backout 2017-10-04 15:25:07 +02:00
versioninfo.py Backed out changeset 9264d5789f76 (bug 1397849) for import failures, e.g. in mochitests and xpcshell tests. r=backout 2017-10-04 15:25: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.