gecko-dev/testing/mozbase
Noemi Erli e2ccf77a14 Backed out 10 changesets (bug 1446809) for failures in testing/mozbase/moztest/tests/test.py on a CLOSED TREE
Backed out changeset 5748f214f813 (bug 1446809)
Backed out changeset 1c7a6f2885fb (bug 1446809)
Backed out changeset 2c31f0efbe64 (bug 1446809)
Backed out changeset e102f93c590f (bug 1446809)
Backed out changeset c722a1c3395f (bug 1446809)
Backed out changeset 20b4c87f8abb (bug 1446809)
Backed out changeset 31026393c5b6 (bug 1446809)
Backed out changeset 9103be0ca176 (bug 1446809)
Backed out changeset 11d671ad8ed4 (bug 1446809)
Backed out changeset e412991e7f95 (bug 1446809)
2018-03-20 17:00:04 +02:00
..
docs Bug 1444628 - Fix a bunch of typo in the doc r=ahal 2018-03-10 17:14:38 +01:00
manifestparser Bug 1353461 - [manifestparser] Implement a chunk_by_manifest algorithm, r=jmaher 2018-02-13 15:16:37 -05:00
mozcrash Bug 1434430 - [flake8] Fix blank 'except' statements r=rwood 2018-01-31 14:32:08 -05:00
mozdebug Bug 1434430 - [flake8] Fix blank 'except' statements r=rwood 2018-01-31 14:32:08 -05:00
mozdevice Bug 1440714 - Convert Android cppunit test harness to adb.py; r=bc 2018-03-16 09:37:48 -06:00
mozfile Bug 1434430 - [flake8] Fix blank 'except' statements r=rwood 2018-01-31 14:32:08 -05:00
mozhttpd Bug 1429375 - [mozbase] Do not use deprecated sys.exc_value in mozhttpd, r=gbrown 2018-01-16 10:44:14 -08:00
mozinfo Bug 1428461 - Decouple mozinfo from the six module; r=wlach 2018-01-08 07:41:08 -07:00
mozinstall Bug 1434430 - [flake8] Fix blank 'except' statements r=rwood 2018-01-31 14:32:08 -05:00
mozleak Bug 1413575: Adjust in-tree references to mozbase documentation to point in-tree. r=ahal 2017-11-20 11:43:13 -07:00
mozlog Bug 1439411 - [mozlog] Document built-in CLI logging options r=jgraham 2018-02-26 08:29:00 +02:00
moznetwork Bug 1413575: Adjust in-tree references to mozbase documentation to point in-tree. r=ahal 2017-11-20 11:43:13 -07:00
mozprocess Bug 892902 - [mozprocess] Ensure that process returncodes are positive on Windows. r=ahal 2018-02-12 23:05:14 +01:00
mozprofile Bug 1434430 - [flake8] Fix blank 'except' statements r=rwood 2018-01-31 14:32:08 -05:00
mozrunner Backed out changeset 1383d36fdabf (bug 1440719) for mochitests failures @ js::ctypes::ConvertToJS on a CLOSED TREE 2018-03-07 23:16:30 +02:00
mozscreenshot Bug 1413575: Adjust in-tree references to mozbase documentation to point in-tree. r=ahal 2017-11-20 11:43:13 -07:00
mozsystemmonitor Bug 1434430 - [flake8] Fix blank 'except' statements r=rwood 2018-01-31 14:32:08 -05:00
moztest Backed out 10 changesets (bug 1446809) for failures in testing/mozbase/moztest/tests/test.py on a CLOSED TREE 2018-03-20 17:00:04 +02:00
mozversion Backed out 10 changesets (bug 1446809) for failures in testing/mozbase/moztest/tests/test.py on a CLOSED TREE 2018-03-20 17:00:04 +02:00
rust Bug 1401129 - Release mozversion 0.1.3. r=whimboo 2018-03-12 11:48:18 +00:00
moz.build Bug 1433974 - Update BUG_COMPONENT for some of the new Testing components, r=jmaher 2018-01-29 12:57:54 -05:00
packages.txt Backed out 10 changesets (bug 1446809) for failures in testing/mozbase/moztest/tests/test.py on a CLOSED TREE 2018-03-20 17:00:04 +02:00
README.md Bug 1413575: Adjust in-tree references to mozbase documentation to point in-tree. r=ahal 2017-11-20 11:43:13 -07:00
setup_development.py Backed out changeset 9264d5789f76 (bug 1397849) for import failures, e.g. in mochitests and xpcshell tests. r=backout 2017-10-04 15:25:07 +02:00
versioninfo.py Backed out changeset 9264d5789f76 (bug 1397849) for import failures, e.g. in mochitests and xpcshell tests. r=backout 2017-10-04 15:25:07 +02: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, reftest, Autophone, and Eideticker.

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.