gecko-dev/testing/mozharness
2015-10-16 11:40:23 -04:00
..
configs Bug 1201236 - run tests on Try to generate seta data for Android chunking in bug 1183877 r=jlund 2015-10-14 15:20:21 -06:00
docs
examples
external_tools
mozfile
mozharness Bug 1213335 - set MINIDUMP_STACKWALK for firefox-media-tests; r=jgriffin 2015-10-14 16:06:47 -04:00
mozinfo
mozprocess
scripts Bug 1212853 - l10n repacks fail to "mozmake unpack" on windows. r=jlund DONTBUILD 2015-10-16 11:40:23 -04:00
test
LICENSE
README.txt
remove_executables.py Bug 1213325: refactor desktop-test to use an in-tree script; r=ahal 2015-10-13 14:20:34 -04:00
requirements.txt
setup.cfg
setup.py
tox.ini
unit.sh

# Mozharness

### Submitting changes
Like any Gecko change, please create a patch or submit to Mozreview and
open a Bugzilla ticket under the Mozharness component:
https://bugzilla.mozilla.org/enter_bug.cgi?product=Release%20Engineering&component=Mozharness

This bug will get triaged by Release Engineering

### Docs
* https://developer.mozilla.org/en-US/docs/Mozharness_FAQ
* https://wiki.mozilla.org/ReleaseEngineering/Mozharness
* http://moz-releng-mozharness.readthedocs.org/en/latest/mozharness.mozilla.html
* http://moz-releng-docs.readthedocs.org/en/latest/software.html#mozharness

### To run mozharness unit tests
```
pip install tox
tox  # from within the $gecko_repo/testing/mozharness directory
```

Happy contributing! =)