gecko-dev/testing/mozbase
Alex Hochheiden 69ccd3cf23 Bug 1718878 - Updates to the build system to enable compatibility with Python 3.10 (Mainly regarding collections.abc) r=mhentges,webdriver-reviewers,whimboo
Previously, collections.abc was available from the collections import. In Python
3.10, they were explicitly moved to collections.abc. As such, any references to
collections abstract base classes need to import collections.abc in Python 3.10.

More reading here: https://docs.python.org/3/library/collections.abc.html

Differential Revision: https://phabricator.services.mozilla.com/D128838
2021-10-27 13:35:13 +00:00
..
docs
manifestparser Bug 1718878 - Updates to the build system to enable compatibility with Python 3.10 (Mainly regarding collections.abc) r=mhentges,webdriver-reviewers,whimboo 2021-10-27 13:35:13 +00:00
mozcrash Bug 1735910 - Use the symbols server for system libraries in crash dumps. r=releng-reviewers,aki 2021-10-15 07:28:29 +00:00
mozdebug
mozdevice
mozfile
mozgeckoprofiler
mozhttpd
mozinfo Bug 1714200: fix mozinfo apple silicon detection. r=jmaher 2021-07-26 13:08:21 +00:00
mozinstall
mozleak
mozlog
moznetwork
mozpower
mozprocess Bug 1727802 - skip invalid character in log handling. r=ahal 2021-09-03 19:54:40 +00:00
mozprofile
mozproxy Bug 1722746 - [mozproxy] Avoid 'Cannot assemble flow with missing content' r=AlexandruIonescu,kimberlythegeek,davehunt 2021-08-02 13:29:02 +00:00
mozrunner Bug 1724766: Resolve Python 2->3 issue with Windows and Mochitest r=ahal 2021-08-11 14:12:05 +00:00
mozscreenshot
mozsystemmonitor
moztest
mozversion
rust Bug 1736991 - Fix clippy warnings in mozbase crates, r=webdriver-reviewers,jdescottes 2021-10-22 11:46:30 +00:00
README.md
moz.build
setup_development.py
versioninfo.py Bug 1718878 - Updates to the build system to enable compatibility with Python 3.10 (Mainly regarding collections.abc) r=mhentges,webdriver-reviewers,whimboo 2021-10-27 13:35:13 +00:00

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.