gecko-dev/testing/mozbase
2020-05-19 13:19:39 +03: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 1633866 - [manifestparser] Modify 'chunk_by_runtime.get_chunked_manifests' to accept a list of manifests, r=egao 2020-05-08 21:25:18 +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 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 1634768 - [mozdevice] no longer wait for dev.bootcomplete property during initialization, r=gbrown. 2020-05-14 14:35:17 +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 1631819 - Allow disabling lsan entirely for directories, r=mccr8,maja_zf 2020-05-06 14:04:34 +00: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 Backed out changeset 04bda73f9d19 (bug 1628627) as requested by bebe. 2020-05-19 13:19:39 +03:00
mozrunner Bug 1638759 - Make android_device.py Python3 compatible. r=froydnj 2020-05-18 20:06:54 +00: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 1637092 - Change WR capture path to point to the home folder r=Bert,webdriver-reviewers,whimboo 2020-05-12 13:41:31 +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.