Skip to content

Commit 27cff64

Browse files
committed
Match testing docs to new nox flags.
1 parent 1ede5b3 commit 27cff64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/testing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,13 +289,13 @@ unit-test suite and no other tasks:
289289

290290
.. code-block:: shell
291291
292-
python -m nox --tag tests
292+
python -m nox -t tests
293293
294294
.. tab:: Windows
295295

296296
.. code-block:: shell
297297
298-
py -m nox --tag tests
298+
py -m nox -t tests
299299
300300
Other useful tags are: ``docs`` (documentation build and checks);
301301
``formatters`` (code-formatting checks); ``linters`` (code linters);

0 commit comments

Comments
 (0)