fune/testing/mozbase
2020-11-12 21:07:39 +00:00
..
docs Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
manifestparser Bug 1675631 - Fix Windows failure in testing/mozbase/manifestparser/tests/test_read_ini.py, r=bc 2020-11-10 11:11:52 +00:00
mozcrash Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
mozdebug Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
mozdevice Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
mozfile Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
mozgeckoprofiler Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
mozhttpd Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
mozinfo Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
mozinstall Bug 1674162 - Remove reference to deleted function plistlib.readPlist() r=bc 2020-11-06 14:30:18 +00:00
mozleak Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
mozlog Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
moznetwork Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
mozpower Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
mozprocess Bug 1674598 - [mozprocess] Bump to 1.2.1 for Python 3.9 compatibility fix, DONTBUILD, r=bc 2020-11-04 14:23:51 +00:00
mozprofile Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
mozproxy Backed out changeset ece60a1dbd9d (bug 1675774) for performance regressions (bug 1676630) 2020-11-11 16:52:12 +02:00
mozrunner Bug 1659568 - [mozrunner] Bump version to 8.0.3. r=ahal 2020-11-12 21:07:39 +00:00
mozscreenshot Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
mozsystemmonitor Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
moztest Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
mozversion Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
rust Bug 1649094 - [rust-mozversion] Release version 0.4.0. r=webdriver-reviewers,jgraham 2020-11-03 03:51:29 +00:00
moz.build Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
packages.txt
README.md
setup_development.py Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
versioninfo.py Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00

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.