gecko-dev/testing/mozbase
Geoff Brown cc4a717c32 Bug 1433308 - Switch android emulator gpu from swiftshader to swiftshader_indirect; r=me,a=test-only
The _indirect variant was introduced in emulator 27.0.2 (Dec 2017) and swiftshader proper is deprecated.
2018-10-29 16:17:04 -06:00
..
docs Bug 1483563 - Remove 'mach autophone'; r=bc 2018-08-15 12:54:08 -06: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 1428707 - Validated python3 support, updated package version r=davehunt 2018-10-24 11:04:58 +00:00
mozdevice Bug 1502190 - release mozdevice 1.1.5, r=gbrown. 2018-10-26 09:51:37 -07:00
mozfile [mozfile] Bump version to 2.0.0, update classifiers and add setup.cfg (Bug 1471622) r=davehunt 2018-10-11 14:20:10 +00:00
mozhttpd Bug 715884 - replace optparse usage with argparse r=jmaher 2018-09-26 13:57:53 +00:00
mozinfo Backed out changeset dcba2a476ccf (bug 1305743) on request from jgraham for causing issues with mozinfo.json. a=backout 2018-10-04 01:05:44 +03:00
mozinstall Bug 1388016 - Run mozbase tests against Python 2 and 3; r=ahal 2018-06-21 06:26:17 +01:00
mozleak Bug 1480198 - Check for allowed patterns deeper in LSAN stack. r=jgraham 2018-10-12 11:43:38 +00:00
mozlog Bug 1497586 - Update mozlog version number for release, r=ahal 2018-10-10 15:53:34 +00:00
moznetwork Bug 1388016 - Run mozbase tests against Python 2 and 3; r=ahal 2018-06-21 06:26:17 +01:00
mozprocess Bug 1493796 - [mozprocess] Revert poll() behavior on Windows due to regression. r=gbrown 2018-10-18 15:32:28 +00:00
mozprofile Bug 1460914 - [xpcshell] Use nsIPrefService.readUserPrefsFromFile to set prefs, r=ted 2018-10-26 17:46:03 +00:00
mozrunner Bug 1433308 - Switch android emulator gpu from swiftshader to swiftshader_indirect; r=me,a=test-only 2018-10-29 16:17:04 -06:00
mozscreenshot Bug 1494437 - Support timed screenshots in AndroidMixin; r=bc 2018-10-24 10:33:02 -06:00
mozsystemmonitor Bug 1502358 - release mozsystemmonitor 0.4, r=ahal 2018-10-26 12:26:01 -07:00
moztest Bug 1496452 - Don't log wpt manifest update when resolving tests r=ahal 2018-10-05 16:46:52 +00:00
mozversion Bug 1471920 - [mozbuild] Use shutil.which in Python 3 instead of vendored third-party package r=davehunt 2018-08-30 16:39:55 +00:00
rust Bug 1498247 - Part 3 - switch from using the deprecated env::home_dir() to the dirs crate; r=jgraham 2018-10-12 17:26:21 +00:00
README.md Bug 1483563 - Remove 'mach autophone'; r=bc 2018-08-15 12:54:08 -06:00
moz.build Bug 1488590 - Add tests to mozdevice::adb.py r=ahal 2018-09-18 19:35:40 +00:00
packages.txt Bug 1446809 - Remove some b2g leftover in the testing/mozbase r=jgraham 2018-03-20 21:20:26 +01:00
setup_development.py
versioninfo.py

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, and reftest.

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.