gecko-dev/testing/mozbase
Jim Porter da72965e62 Bug 1631806 - [part 1] Update perftests to use new API and fix `--proxy` option; r=tarek
This patch fixes the tests in testing/performance/ that hadn't been updated to
the new API, as well as fixing a couple issues with the `--proxy` option:

 * `policy.json` wasn't being logged correctly, since mozlog was treating the
   data as a format string

 * Proxy prefs weren't being set correctly for the profile

Differential Revision: https://phabricator.services.mozilla.com/D79937
2020-06-17 09:41:24 +00:00
..
docs Bug 1640532 - docs - fix some typos DONTBUILD r=webdriver-reviewers,whimboo 2020-05-25 11:30:05 +00:00
manifestparser Bug 1644793 - Fix test_manifestparser.py to expect relative ancestor_manifest r=gbrown 2020-06-11 14:05:24 +00:00
mozcrash Backed out changeset ab0fcba34420 (bug 1642662) for causing Bug 1642773. CLOSED TREE 2020-06-03 00:49:42 +03:00
mozdebug Bug 1634495 - Ensure that the debugger path is a str (instead of bytes) when running mach run debug r=glandium 2020-05-04 12:17:32 +00:00
mozdevice Bug 1642672 - [mozdevice 3.2.3] Ensure content of files and process output is converted to str for Python 3, r=gbrown. 2020-06-02 20:43:45 +00:00
mozfile Bug 1637845 - Clean up mozfile r=gbrown 2020-06-10 14:44:48 +00:00
mozgeckoprofiler Bug 1628073 - Add python 3 support to mozgeckoprofiler; r=sparky 2020-05-22 13:21:09 +00:00
mozhttpd Bug 1632429 - bump mozhttpd version to 0.7.1 r=gbrown 2020-06-03 21:59:46 +00:00
mozinfo Bug 1646038 - Bump mozinfo version r=egao 2020-06-16 16:41:54 +00:00
mozinstall
mozleak Bug 1631819 - Allow disabling lsan entirely for directories, r=mccr8,maja_zf 2020-05-06 14:04:34 +00:00
mozlog Bug 1632242 - Mention results for groups in errorsummary even when the group passed or was skipped. r=ahal 2020-05-19 20:51:10 +00:00
moznetwork
mozpower
mozprocess Bug 1626934 - [mozprocess] TypeError when using ProcessHandler without the argument on Python 3 r=ahal 2020-06-15 14:18:12 +00:00
mozprofile Bug 1363541 - Modernize the PermissionManager - part 4 - mozilla namespace, r=timhuang 2020-04-11 13:42:12 +00:00
mozproxy Bug 1631806 - [part 1] Update perftests to use new API and fix `--proxy` option; r=tarek 2020-06-17 09:41:24 +00:00
mozrunner Bug 1638759 - Make android_device.py Python3 compatible. r=froydnj 2020-05-18 20:06:54 +00:00
mozscreenshot
mozsystemmonitor Bug 1558667 - Try to make test_resource_monitor.py more robust; r=ahal 2020-05-22 15:08:54 +00:00
moztest Bug 1645179 - Squash remaining dead code after removal of IMPACTED_TESTS r=ahal,froydnj 2020-06-17 13:30:49 +00:00
mozversion
rust Bug 1637092 - Change WR capture path to point to the home folder r=Bert,webdriver-reviewers,whimboo 2020-05-12 13:41:31 +00:00
README.md
moz.build Bug 1628073 - Move gecko profiler testing files to mozgeckoprofiler; r=sparky,perftest-reviewers,gbrown 2020-05-22 13:18:44 +00:00
packages.txt Bug 1628073 - Move gecko profiler testing files to mozgeckoprofiler; r=sparky,perftest-reviewers,gbrown 2020-05-22 13:18:44 +00: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.