gecko-dev/testing/mozbase
2024-02-05 15:24:02 +00:00
..
docs
manifestparser Bug 1831514 - add test for manifest parser complaining about broken conditions, r=jmaher 2023-05-05 14:25:39 +00:00
mozcrash Bug 1631828 - use mozilla reason when we have a crash, and track by crash, not test. r=ahal 2023-05-22 19:59:17 +00:00
mozdebug Bug 1749473 - fix docstring for autodoc r=firefox-source-docs-reviewers,sylvestre 2023-03-03 09:37:42 +00:00
mozdevice Bug 1810601 - Bump mozdevice version to 4.1.0 r=releng-reviewers,hneiva 2023-01-16 21:25:58 +00:00
mozfile Bug 1857516 - Get rid of deprecated imp python module in favor of importlib CLOSED TREE a=pascalc 2024-02-05 15:23:59 +00:00
mozgeckoprofiler
mozhttpd
mozinfo Bug 1833653 - [mozinfo] Use 'None' rather than unknown sentinel for 'display', r=gbrown, a=dmeehan 2023-06-09 19:14:52 +00:00
mozinstall
mozleak
mozlog Bug 1631828 - use mozilla reason when we have a crash, and track by crash, not test. r=ahal 2023-05-22 19:59:17 +00:00
moznetwork
mozpower
mozprocess
mozprofile Bug 1851580 - mozprofile: update for python 3.12 compatibility. a=pascalc 2024-02-05 15:24:02 +00:00
mozproxy Bug 1811850 - [lint] Fix ruff errors resulting from new configuration, r=webdriver-reviewers,perftest-reviewers,whimboo,sparky,firefox-build-system-reviewers,ahochheiden 2023-03-20 13:06:28 +00:00
mozrunner Bug 1436612 - Remove the mozharness copy of tooltool.py r=glandium 2023-01-20 15:26:32 +00:00
mozscreenshot
mozserve Bug 1809843 - Add DoH server and Http/3 server into mochitest, r=necko-reviewers,ahal,valentin,gbrown,jmaher 2023-03-16 21:28:58 +00:00
mozsystemmonitor
moztest Bug 1821996 - Update chunk logic to handle new paths for webdriver tests r=jmaher,jgraham 2023-05-23 20:41:02 +00:00
mozversion Bug 1830961 - Explicitly close IO objects opened by mozversion, r=ahal 2023-05-10 08:48:41 +00:00
rust Bug 1794560 - [rust-mozversion] Release version 0.5.1. r=webdriver-reviewers,supply-chain-reviewers,jgraham 2023-02-01 14:25:20 +00:00
moz.build Bug 1809843 - Add DoH server and Http/3 server into mochitest, r=necko-reviewers,ahal,valentin,gbrown,jmaher 2023-03-16 21:28:58 +00:00
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.