Add a note in the reference docs about quotes

This commit is contained in:
SauravMaheshkar 2021-12-27 20:44:41 +05:30
parent 455d79e680
commit df805d25a4
1 changed files with 2 additions and 1 deletions

View File

@ -1825,7 +1825,8 @@ All the command-line flags can be obtained by running ``pytest --help``::
functions containing extra names in their
'extra_keyword_matches' set, as well as functions
which have names assigned directly to them. The
matching is case-insensitive.
matching is case-insensitive. For the default
windows terminal double quotes are preferred.
-m MARKEXPR only run tests matching given mark expression.
For example: -m 'mark1 and not mark2'.
--markers show markers (builtin, plugin and per-project ones).