gecko-dev/testing/mozbase
Geoff Brown 619e1afee0 Bug 1433308 - Change mach android-emulator default to x86-7.0; r=me,a=test-only
The x86-7.0 avd is great and offers much better performance than the arm 4.3
configuration. 7.0 is okay if you need arm / are in an arm context.
2018-06-07 17:00:48 -06: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 1353461 - [manifestparser] Implement a chunk_by_manifest algorithm, r=jmaher 2018-02-13 15:16:37 -05:00
mozcrash Backed out changeset aecbdcadaf96 (bug 1451319) for linting opt failures /builds/worker/checkouts/gecko/testing/mozbase/mozcrash/tests/conftest.py:90 on a CLOSED TREE 2018-04-05 14:53:07 +03:00
mozdebug
mozdevice Bug 1457662 - [mozdevice] Use separate file object to read shell output for callback; r=bc 2018-04-30 17:58:24 -06:00
mozfile Bug 1452864 - [mozfile] Always use Unicode delimiters for tree() output. r=gbrown 2018-04-10 10:22:27 +02:00
mozhttpd
mozinfo
mozinstall Bug 1455241 - [mozinstall] Detach mounted image in install() if path contains space. r=gbrown 2018-04-27 14:00:20 +02:00
mozleak
mozlog Bug 1465527 - Print stacks from parent tests in mach formatter. r=jgraham 2018-05-30 18:29:35 +01:00
moznetwork
mozprocess
mozprofile Bug 1451159 - [mozprofile] Implement ability to merge other profile directories into the current one r=gbrown 2018-04-19 15:31:43 -04:00
mozrunner Bug 1433308 - Change mach android-emulator default to x86-7.0; r=me,a=test-only 2018-06-07 17:00:48 -06:00
mozscreenshot
mozsystemmonitor Bug 1461221 - Account for psutil.disk_io_counters() returning None; r=mshal 2018-05-15 12:02:46 -07:00
moztest Bug 1400895 - Better try support for test-verify. r=ahal 2018-05-23 10:00:03 -04:00
mozversion Bug 1454514 - [mozversion] Convert tests to pytest format; r=ahal 2018-04-16 23:37:22 +01:00
rust Bug 1464995 - Ensure found Firefox is an executable binary. r=jgraham,whimboo 2018-05-29 17:10:26 +01:00
moz.build
packages.txt Bug 1446809 - Remove some b2g leftover in the testing/mozbase r=jgraham 2018-03-20 21:20:26 +01:00
README.md
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.