Bug 1702922 - mozlint/ride along: Document how to run a specific testsuite r=linter-reviewers,marco DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D113287
This commit is contained in:
Sylvestre Ledru 2021-04-26 08:13:04 +00:00
parent ecf6017483
commit 24951f13b0

View File

@ -243,8 +243,13 @@ To run the tests:
.. code-block:: shell
$ ./mach python-test --python 3 --subsuite mozlint
$ ./mach python-test --subsuite mozlint
To run a specific test:
.. code-block:: shell
./mach python-test --subsuite mozlint tools/lint/test/test_clippy.py
More tests can be `found in-tree <https://searchfox.org/mozilla-central/source/tools/lint/test>`_.