gecko-dev/testing/mozbase
Andrew McCreight 62572a8431 Bug 1767354 - Print out less information when leakcheck passes. r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D145349
2022-05-03 19:30:21 +00:00
..
docs Bug 1753413 - fx doc: Remove whitespaces, trailing lines & windows CR r=andi,perftest-reviewers,sparky 2022-02-03 18:34:58 +00:00
manifestparser Bug 1762647 - [mochitest] Add support for custom Firefox command line arguments in manifests. r=jmaher 2022-04-27 05:43:22 +00:00
mozcrash Bug 1758215 - Add --keep option to mozcrash.py for testing r=gsvelto 2022-03-16 17:48:34 +00:00
mozdebug
mozdevice Bug 1692900 - [mozdevice] Handle partial lines in stdout callback; r=jmaher 2021-12-08 21:49:14 +00:00
mozfile Bug 1760886: Make mozfile.remove remove broken symlinks r=gbrown 2022-03-23 16:59:03 +00:00
mozgeckoprofiler
mozhttpd Bug 1707591 - ride along - reformat the tree with black 21.10b0 r=ahal,webdriver-reviewers,perftest-reviewers,whimboo,gerard-majax,alexandru.irimovici 2021-11-22 22:10:03 +00:00
mozinfo Bug 1743907 - remove webrender from harnesses and taskcluster. r=MasterWayZ,webdriver-reviewers,perftest-reviewers,AlexandruIonescu,whimboo,ahal 2022-01-04 20:07:45 +00:00
mozinstall
mozleak Bug 1767354 - Print out less information when leakcheck passes. r=ahal 2022-05-03 19:30:21 +00:00
mozlog Bug 1759836 - add group to crash data for errorsummary.json. r=ahal 2022-03-23 15:16:22 +00:00
moznetwork
mozpower
mozprocess Bug 1755088: Replace all usages of unittest deprecated aliases r=webdriver-reviewers,ahal,whimboo 2022-02-17 15:21:41 +00:00
mozprofile Bug 1758797 - Call copytree with ignore_dangling_symlinks=True from Profile.clone r=gbrown,whimboo 2022-03-11 17:06:37 +00:00
mozproxy Bug 1755491 Disable connection to upstream server to look up certificate details when using mitmproxy 7 r=perftest-reviewers,AlexandruIonescu 2022-05-03 14:23:11 +00:00
mozrunner Bug 1765681: hostutils upgrade code improvement r=gbrown 2022-04-21 18:30:19 +00:00
mozscreenshot
mozsystemmonitor Bug 1753413 - fx doc: Remove whitespaces, trailing lines & windows CR r=andi,perftest-reviewers,sparky 2022-02-03 18:34:58 +00:00
moztest Bug 1754613 - split a11y tests out of mochitest-browser-chrome into mochitest-browser-a11y. r=releng-reviewers,Jamie,gbrown 2022-02-15 16:47:57 +00:00
mozversion Bug 1748737: Update deprecated pytest code r=webdriver-reviewers,ahal,whimboo 2022-01-21 18:21:55 +00:00
rust Bug 1723202 - [rust-mozversion] Release version 0.4.3. r=webdriver-reviewers,jgraham 2022-04-06 08:58:36 +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.