зеркало из https://github.com/mozilla/gecko-dev.git
7d1ba96692
I accidentally broke the 'mach' unittests on Python 2 due to some difference in the unittest module. Rather than poking into 'unittest', this patch moves us closer to the pytest format while also fixing the issue. Differential Revision: https://phabricator.services.mozilla.com/D93420 |
||
---|---|---|
.. | ||
docs | ||
mach | ||
README.rst | ||
bash-completion.sh | ||
metrics.yaml | ||
pings.yaml | ||
setup.cfg | ||
setup.py |
README.rst
==== mach ==== Mach (German for *do*) is a generic command dispatcher for the command line. To use mach, you install the mach core (a Python package), create an executable *driver* script (named whatever you want), and write mach commands. When the *driver* is executed, mach dispatches to the requested command handler automatically. To learn more, read the docs in ``docs/``.