gecko-dev/testing/mozbase
Andrew Halberstadt 6b9bf4adbf Bug 1335873 - Convert marionette harness unittests to standard python unittests, r=maja_zf
This formats the marionette-harness python tests to be a regular |mach python-test| suite. Though
we add subsuite=marionette, this is just for automation purposes. The new preferred way to run the
marionette harness tests locally is:
./mach python-test testing/marionette

They will also run if running the full suite.

The mozbase packages.txt file modifies mozlog to use 'setup.py' instead of 'pth'. The reason for
this is that the marionette-harness tests use the pytest_mozlog pytest plugin for formatting
their results (converts pytest format into something resembling the standard tbpl logging format).
In order for this plugin to get picked up however, mozlog's setup.py file needs to be processed.

MozReview-Commit-ID: Ata99evHxbd

--HG--
extra : rebase_source : 22382e3d65ce8454a1682cfced0d03477762e8fe
2017-02-15 16:38:45 -05:00
..
docs Bug 1340551 - [mozlog] Change 'tests' field in suite_start action to a dict of tests keyed by group name, r=jgraham 2017-02-22 11:46:09 -05:00
manifestparser Bug 1334488 - [manifestparser] Improve error message when using an invalid comment character at the start of a manifest, r=jmaher 2017-01-27 10:28:58 -05:00
mozcrash Bug 1317970 - Make mozbase tests use mozunit for consistent formatting, r=chmanchester 2016-11-17 16:36:18 -05:00
mozdebug Bug 1248365 - Make Valgrind Mochitests run greener on Taskcluster. r=n.nethercote. 2016-11-28 15:46:43 +01:00
mozdevice Bug 1335944 - Delay devicemanagerADB sdk check until connect() time; r=bc 2017-02-02 09:29:08 -07:00
mozfile Bug 1317970 - Make mozbase tests use mozunit for consistent formatting, r=chmanchester 2016-11-17 16:36:18 -05:00
mozhttpd Bug 1317970 - Make mozbase tests use mozunit for consistent formatting, r=chmanchester 2016-11-17 16:36:18 -05:00
mozinfo Bug 1335873 - Ignore MozconfigFindException when looking for a mozinfo.json, r=maja_zf 2017-02-15 16:37:58 -05:00
mozinstall Bug 1317970 - Make mozbase tests use mozunit for consistent formatting, r=chmanchester 2016-11-17 16:36:18 -05:00
mozleak Bug 1325148 - Use "error" level in mozleak when logging leak failures, r=jgraham 2016-12-21 14:02:04 -05:00
mozlog Bug 1342954 - fixup formatting to keep flake8 happy, a=bustage 2017-02-28 14:50:55 +00:00
moznetwork Bug 1003417 - Use 'ip addr show' instead of 'ifconfig' for moznetwork tests, r=ted 2017-01-06 11:19:19 -05:00
mozprocess Bug 1340429 - Bump mozprocess to 0.24; r=jgraham 2017-02-17 05:53:06 +00:00
mozprofile merge mozilla-inbound to mozilla-central a=merge 2016-11-22 15:53:05 +01:00
mozrunner Merge m-c to inbound, a=merge 2017-02-16 17:23:00 -08:00
mozscreenshot Bug 1280573 - Add testing/mozbase to flake8 linter: r=ahal 2016-09-30 16:08:37 +02:00
mozsystemmonitor Bug 1335127 - Fall back to stub IO counters when psutil fails; r=gps 2017-02-01 17:26:51 -05:00
moztest Bug 1323770 - Moztest should forward correct test result. r=ahal 2016-12-21 11:19:36 +01:00
mozversion Bug 1317970 - Make mozbase tests use mozunit for consistent formatting, r=chmanchester 2016-11-17 16:36:18 -05:00
README.md
moz.build Bug 1326465 - add BUG_COMPONENTS to testing/. r=gbrown,ted 2016-12-30 16:16:56 -05:00
packages.txt Bug 1335873 - Convert marionette harness unittests to standard python unittests, r=maja_zf 2017-02-15 16:38:45 -05:00
setup_development.py Bug 1280573 - Add testing/mozbase to flake8 linter: r=ahal 2016-09-30 16:08:37 +02:00
versioninfo.py Bug 1280573 - Add testing/mozbase to flake8 linter: r=ahal 2016-09-30 16:08:37 +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.