gecko-dev/testing/mozbase
Andrew Halberstadt e633e6ba44 Bug 1453496 - [mozprofile] Bump version to 1.0.0 for Addon installation changes, r=gbrown
This is mainly to pick up bug 1448221 since the version of mozprofile on pypi can't
install addons with nightly anymore (due to the profile/extensions/staged directory
not being supported).

But since that change I've also landed several backwards incompatible API changes to
how addons are installed.

Bumping to 1.0.0 because I'd like us to start (attempting) to follow SemVer:
https://semver.org/

MozReview-Commit-ID: FDIPqNnSKJ6

--HG--
extra : rebase_source : 4e083b77802c97b85436410b40225ad234b9e7fb
2018-04-11 20:57:37 -04:00
..
docs Bug 1444421 - Restore some mozdevice documentation; r=bc 2018-03-21 13:54:27 -06:00
manifestparser Bug 1353461 - [manifestparser] Implement a chunk_by_manifest algorithm, r=jmaher 2018-02-13 15:16:37 -05:00
mozcrash Backed out changeset aecbdcadaf96 (bug 1451319) for linting opt failures /builds/worker/checkouts/gecko/testing/mozbase/mozcrash/tests/conftest.py:90 on a CLOSED TREE 2018-04-05 14:53:07 +03:00
mozdebug Bug 1434430 - [flake8] Fix blank 'except' statements r=rwood 2018-01-31 14:32:08 -05:00
mozdevice Bug 1440714 - make sure to use root=True when determining/creating test_root, r=gbrown 2018-04-10 23:12:29 -07:00
mozfile Bug 1452864 - [mozfile] Always use Unicode delimiters for tree() output. r=gbrown 2018-04-10 10:22:27 +02: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 1445624 - [mozlog] Various improvements and fixes to the mach formatter, r=gbrown 2018-03-19 11:55:39 -04: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 1453496 - [mozprofile] Bump version to 1.0.0 for Addon installation changes, r=gbrown 2018-04-11 20:57:37 -04:00
mozrunner Merge mozilla-inbound to mozilla-central. a=merge 2018-04-06 13:20:21 +03: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 Bug 1446809 - Remove some b2g leftover in the testing/mozbase r=jgraham 2018-03-20 21:20:26 +01:00
mozversion Bug 1446809 - Remove some b2g leftover in the testing/mozbase r=jgraham 2018-03-20 21:20:26 +01:00
rust Bug 1448900 - Release mozrunner 0.6.1. r=whimboo 2018-03-28 17:28:29 +01: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
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 Bug 1446809 - Remove some b2g leftover in the testing/mozbase r=jgraham 2018-03-20 21:20:26 +01: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

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, 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.