Bug 1598615 - Ride along: explain how to run the mozlint tests r=ahal

Depends on D54499

Differential Revision: https://phabricator.services.mozilla.com/D54517

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Sylvestre Ledru 2019-11-25 20:09:33 +00:00
parent d80ef5130e
commit 5417332694

View File

@ -213,6 +213,13 @@ As an example, the `Flake8 test <https://searchfox.org/mozilla-central/source/to
As always with tests, please make sure that enough positive and negative cases are covered. As always with tests, please make sure that enough positive and negative cases are covered.
To run the tests:
.. code-block:: shell
$ ./mach python-test --python 3 --subsuite mozlint
More tests can be `found in-tree <https://searchfox.org/mozilla-central/source/tools/lint/test>`_. More tests can be `found in-tree <https://searchfox.org/mozilla-central/source/tools/lint/test>`_.