gecko-dev/testing/mozbase
Sebastian Hengst 5a4f8ee0eb Backed out 13 changesets (bug 1709640, bug 1718341) for failing geckoview-junit tasks on shippable lite platform. CLOSED TREE
Backed out changeset abc4249b08a0 (bug 1709640)
Backed out changeset c7f2fa8d7535 (bug 1709640)
Backed out changeset 45b07d37f247 (bug 1709640)
Backed out changeset a15b3b87d71e (bug 1718341)
Backed out changeset a87639f2921b (bug 1718341)
Backed out changeset 31a57851c6d1 (bug 1718341)
Backed out changeset c7de56a1f886 (bug 1718341)
Backed out changeset 5e76806752c8 (bug 1718341)
Backed out changeset 74cfe6df218b (bug 1718341)
Backed out changeset 3bd0e376de51 (bug 1718341)
Backed out changeset 176238f92cfe (bug 1718341)
Backed out changeset 38d622f60fa5 (bug 1718341)
Backed out changeset 2e16fa5f0a1f (bug 1718341)
2021-07-20 11:31:01 +02:00
..
docs
manifestparser Bug 1719144 - fix linting failure. r=fix CLOSED TREE 2021-07-07 14:52:09 +03:00
mozcrash Bug 1696531 - Remove erroneous encoding of subprocess arg in 'mozcrash', r=bhearsum 2021-06-14 15:31:42 +00:00
mozdebug Bug 1699312 - [mozdebug] Version bump to 0.3.0 and denote Python 3 support in classifiers, r=mozbase-reviewers,jmaher 2021-03-18 21:00:31 +00:00
mozdevice Bug 1714684: Remove usages of vendored "mock" library r=perftest-reviewers,ahal,sparky 2021-06-14 15:34:46 +00:00
mozfile Bug 1714641: Remove usages of vendored "backports" code r=ahal,perftest-reviewers 2021-06-09 15:48:52 +00:00
mozgeckoprofiler Bug 1714684: Remove usages of vendored "mock" library r=perftest-reviewers,ahal,sparky 2021-06-14 15:34:46 +00:00
mozhttpd
mozinfo Backed out changeset 74fd8bb17de0 (bug 1714688) for causing Bug 1716860. CLOSED TREE 2021-06-17 17:17:28 +03:00
mozinstall Backed out changeset 74fd8bb17de0 (bug 1714688) for causing Bug 1716860. CLOSED TREE 2021-06-17 17:17:28 +03:00
mozleak Bug 1682030 - Remove NPAPI plugin process from GeckoChildProcess r=jld,gsvelto 2021-04-06 19:28:20 +00:00
mozlog Bug 1704142 - [mozlog] Handle duration in errorsummary formatter when no 'test_end' is found, r=marco 2021-04-15 14:18:03 +00:00
moznetwork Bug 1714684: Remove usages of vendored "mock" library r=perftest-reviewers,ahal,sparky 2021-06-14 15:34:46 +00:00
mozpower Bug 1714684: Remove usages of vendored "mock" library r=perftest-reviewers,ahal,sparky 2021-06-14 15:34:46 +00:00
mozprocess Bug 1714529 - Update mozprocess version for release, r=ahal 2021-06-04 19:34:36 +00:00
mozprofile Bug 1712994 - Remove more block arguments from wptserve consumers, r=denschub 2021-05-28 15:52:01 +00:00
mozproxy Bug 1714684: Remove usages of vendored "mock" library r=perftest-reviewers,ahal,sparky 2021-06-14 15:34:46 +00:00
mozrunner Backed out 13 changesets (bug 1709640, bug 1718341) for failing geckoview-junit tasks on shippable lite platform. CLOSED TREE 2021-07-20 11:31:01 +02:00
mozscreenshot
mozsystemmonitor
moztest Bug 1701278 - [mochitest] Run mochitest selftests with browser-chrome, r=jmaher 2021-03-29 14:26:37 +00:00
mozversion
rust Bug 1720502 - [mozrunner-rust] Only pass --foreground argument on MacOS. r=webdriver-reviewers,jgraham 2021-07-15 09:13:52 +00:00
README.md
moz.build
setup_development.py
versioninfo.py Bug 1699312 - [mozbase] Fix a few Python 3 issues in versioninfo.py, r=mozbase-reviewers,jmaher 2021-03-18 21:00:31 +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.