gecko-dev/testing/mozbase
Jeff Gilbert 9786adccaf Bug 1471112 - Split mochitest-gl into mochitest-webgl[1,2]-[core,ext] - r=gbrown
Also include webgl2-deqp, which we would like to run eventually, but not yet.

MozReview-Commit-ID: FDWdu1J0end

--HG--
extra : rebase_source : a47d88cb2c5eb82e4dfaa9e58d76acbf0736d35d
2018-06-25 20:23:33 -07:00
..
docs Bug 1445944 - [mozrunner] Create a base BlinkRuntimeRunner and add a ChromeRunner to the runners list r=rwood 2018-04-12 22:29:17 -04:00
manifestparser Bug 1388016 - Run mozbase tests against Python 2 and 3; r=ahal 2018-06-21 06:26:17 +01:00
mozcrash Bug 1388016 - Run mozbase tests against Python 2 and 3; r=ahal 2018-06-21 06:26:17 +01:00
mozdebug Bug 1469933 When using ./mach run --debugger=windbg, use the x64 version of WinDBG r=ted 2018-06-27 16:16:57 +03:00
mozdevice Bug 1470177 - Ensure numeric comparison of timeout in adb.py; r=bc 2018-06-25 10:09:48 -06:00
mozfile Bug 1388016 - Run mozbase tests against Python 2 and 3; r=ahal 2018-06-21 06:26:17 +01:00
mozhttpd Bug 1388016 - Run mozbase tests against Python 2 and 3; r=ahal 2018-06-21 06:26:17 +01:00
mozinfo Bug 1388016 - Run mozbase tests against Python 2 and 3; r=ahal 2018-06-21 06:26:17 +01:00
mozinstall Bug 1388016 - Run mozbase tests against Python 2 and 3; r=ahal 2018-06-21 06:26:17 +01:00
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 1388016 - Run mozbase tests against Python 2 and 3; r=ahal 2018-06-21 06:26:17 +01:00
moznetwork Bug 1388016 - Run mozbase tests against Python 2 and 3; r=ahal 2018-06-21 06:26:17 +01:00
mozprocess Bug 1388016 - Run mozbase tests against Python 2 and 3; r=ahal 2018-06-21 06:26:17 +01:00
mozprofile Bug 1388016 - Run mozbase tests against Python 2 and 3; r=ahal 2018-06-21 06:26:17 +01:00
mozrunner Bug 1425471 - Avoid use of netcfg in Android marionette tests; r=bc 2018-06-26 16:17:50 -06: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 1461221 - Account for psutil.disk_io_counters() returning None; r=mshal 2018-05-15 12:02:46 -07:00
moztest Bug 1471112 - Split mochitest-gl into mochitest-webgl[1,2]-[core,ext] - r=gbrown 2018-06-25 20:23:33 -07:00
mozversion Bug 1388016 - Run mozbase tests against Python 2 and 3; r=ahal 2018-06-21 06:26:17 +01:00
rust Bug 1441204 - Release mozrunner 0.7.0. r=maja_zf 2018-06-14 13:26:59 -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 1446809 - Remove some b2g leftover in the testing/mozbase r=jgraham 2018-03-20 21:20:26 +01: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
setup_development.py
versioninfo.py

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.