We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ede5b3 commit 27cff64Copy full SHA for 27cff64
docs/testing.rst
@@ -289,13 +289,13 @@ unit-test suite and no other tasks:
289
290
.. code-block:: shell
291
292
- python -m nox --tag tests
+ python -m nox -t tests
293
294
.. tab:: Windows
295
296
297
298
- py -m nox --tag tests
+ py -m nox -t tests
299
300
Other useful tags are: ``docs`` (documentation build and checks);
301
``formatters`` (code-formatting checks); ``linters`` (code linters);
0 commit comments