gecko-dev/testing/mozbase
Edwin Takahashi d70822c675 Bug 1608837 - change the name attribute of web-platform-test test object to use test.id from the manifest r=ahal
Changes:

Use the value from `test.id` instead of `test.path_parts[-1]` for the test object attribute `name`.

In effect, this will change the value as follows:

`about-blank-cannot-host.html` -> `/portals/about-blank-cannot-host.html`

Differential Revision: https://phabricator.services.mozilla.com/D73141
2020-04-30 17:08:29 +00:00
..
docs Bug 1604360 - [manifestparser] Remove mention of 'server-root' from the docs, r=egao 2020-01-06 18:21:30 +00:00
manifestparser 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
mozcrash Bug 1625888 - In Talos, check_for_crashes even when exception raised after browser run; r=perftest-reviewers,AlexandruIonescu 2020-04-03 13:09:05 +00:00
mozdebug Bug 1600771 - turn on --show-mismatched-frees=no for valgrind tests; r=jseward 2019-12-03 13:32:27 +00:00
mozdevice Bug 1634196 - [mozdevice 3.2.2] - relax root requirement during initialization, r=gbrown. 2020-04-30 13:22:56 +00:00
mozfile Bug 1606728 - mozfile.which() should consult the registry for registered binaries r=gbrown 2020-01-07 19:33:23 +00:00
mozhttpd
mozinfo Bug 1609483 - ensure linux distributions that don't report os_version or codename have the field populated r=jmaher,gbrown 2020-01-21 18:19:41 +00:00
mozinstall
mozleak Bug 1604001 - Add the missing process type of the fork server for tests: fix flake8 linting issue. a=lint-fix CLOSED TREE 2019-12-19 19:52:48 +01:00
mozlog Bug 1619586 - Major version bump for mozlog and mozcrash; r=bc,marionette-reviewers,perftest-reviewers,jgraham,whimboo 2020-03-04 00:32:38 +00:00
moznetwork 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
mozpower 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
mozprocess Bug 1623701 - Ensure processhandler.py supports Python 3.5 r=ahal 2020-04-03 17:04:41 +00:00
mozprofile Bug 1363541 - Modernize the PermissionManager - part 4 - mozilla namespace, r=timhuang 2020-04-11 13:42:12 +00:00
mozproxy Bug 1628627 - [mozproxy] Mitmproxy is ignoring 301 requests r=perftest-reviewers,tarek,AlexandruIonescu 2020-04-30 07:39:32 +00:00
mozrunner Backed out changeset 9f796abfd8ca (bug 1629789) for causing issues on fixSymbols. CLOSED TREE 2020-04-28 14:47:30 +03:00
mozscreenshot
mozsystemmonitor
moztest Bug 1608837 - change the name attribute of web-platform-test test object to use test.id from the manifest r=ahal 2020-04-30 17:08:29 +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 1617369 - Reformat recent rust changes with rustfmt r=emilio 2020-04-25 21:21:32 +00:00
moz.build
packages.txt
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, 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.