gecko-dev/testing/mozbase
Geoff Brown d04cf1a43d Bug 1650915 - [mozdevice] Do no type conversion on file contents returned by get_file; r=bc
Make the caller responsible for any desired type conversion, so that binary data can be
retrieved. This just works in py2. 'mach gtest' is the only py3 caller, and it already calls
ensure_str on the returned file contents. mochitest/reftest (via remoteautomation.py) may
require additional consideration when they are converted to py3 (coming soon!?).

Differential Revision: https://phabricator.services.mozilla.com/D86437
2020-08-07 22:45:28 +00:00
..
docs Bug 1486004 - Part 1 - [mozdevice 4.0.0] Use run-as to work around rooted device requirement, r=gbrown,jmaher 2020-07-17 20:48:22 +00:00
manifestparser Bug 1651731: [lint] Python and shell files without `#!` should not be executable; r=linter-reviewers,perftest-reviewers,geckoview-reviewers,agi,sylvestre,sparky 2020-07-09 20:29:18 +00:00
mozcrash Bug 1613178 - Update mozcrash test files with a sample .extra file r=gbrown 2020-07-30 17:21:52 +00: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 1650915 - [mozdevice] Do no type conversion on file contents returned by get_file; r=bc 2020-08-07 22:45:28 +00:00
mozfile Bug 1626581 - Use mozfile.remove in test_refresh_firefox.py and add the "\\?\" prefix for file path on Windows for mozfile.remove; r=whimboo,gbrown 2020-07-07 15:00:46 +00:00
mozgeckoprofiler Bug 1651731: [lint] Python and shell files without `#!` should not be executable; r=linter-reviewers,perftest-reviewers,geckoview-reviewers,agi,sylvestre,sparky 2020-07-09 20:29:18 +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 Bug 1651731: [lint] Python and shell files without `#!` should not be executable; r=linter-reviewers,perftest-reviewers,geckoview-reviewers,agi,sylvestre,sparky 2020-07-09 20:29:18 +00:00
mozleak Bug 1652102 - `mozleak/tests/test_lsan.py` should run in the `mozbase` test suite r=froydnj 2020-07-10 19:54:55 +00:00
mozlog Bug 1655934 - Update mozlog version number for release, r=ahal 2020-07-29 14:39:11 +00:00
moznetwork Bug 1656412 - moznetwork isn't compatible with Python 3. r=ahal 2020-08-05 14:54:09 +00:00
mozpower Bug 1486004 - Part 11 - [mozpower 1.1.2] Update mozpower requirements to support unrooted android devices using mozdevice 4.0.0, ? r=wlach,sparky 2020-07-17 20:48:24 +00:00
mozprocess Bug 1651762 - [mozprocess] Bump to version 1.2.0, r=gbrown 2020-07-09 20:31:56 +00:00
mozprofile Bug 1363541 - Modernize the PermissionManager - part 4 - mozilla namespace, r=timhuang 2020-04-11 13:42:12 +00:00
mozproxy Bug 1537763 - [mozproxy] Add a record mode; r=tarek 2020-08-05 19:43:55 +00:00
mozrunner Bug 1657650 - Require that Mach command providers subclass MachCommandBase. r=remote-protocol-reviewers,marionette-reviewers,maja_zf,mhentges,froydnj 2020-08-07 18:24:59 +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 1652479 - Include non-build-system suites in mach-test-info, r=ahal 2020-07-13 14:54:30 +00:00
mozversion Bug 1621106 - Bump minor version for mozbase modules depending on mozlog 6.0 and/or mozcrash 2.0; r=wlach 2020-03-10 13:05:13 +00:00
rust Bug 1584911 - [rust-mozrunner] Release version 0.11.0. r=webdriver-reviewers,jgraham 2020-07-02 15:56:58 +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.