Add a note in the reference docs about quotes
This commit is contained in:
parent
455d79e680
commit
df805d25a4
|
@ -1825,7 +1825,8 @@ All the command-line flags can be obtained by running ``pytest --help``::
|
||||||
functions containing extra names in their
|
functions containing extra names in their
|
||||||
'extra_keyword_matches' set, as well as functions
|
'extra_keyword_matches' set, as well as functions
|
||||||
which have names assigned directly to them. The
|
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.
|
-m MARKEXPR only run tests matching given mark expression.
|
||||||
For example: -m 'mark1 and not mark2'.
|
For example: -m 'mark1 and not mark2'.
|
||||||
--markers show markers (builtin, plugin and per-project ones).
|
--markers show markers (builtin, plugin and per-project ones).
|
||||||
|
|
Loading…
Reference in New Issue