From df805d25a4a56fd1bef7c7290f6a37e435e461ff Mon Sep 17 00:00:00 2001 From: SauravMaheshkar Date: Mon, 27 Dec 2021 20:44:41 +0530 Subject: [PATCH] Add a note in the reference docs about quotes --- doc/en/reference/reference.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/en/reference/reference.rst b/doc/en/reference/reference.rst index ce97ad5f7..fc02d1675 100644 --- a/doc/en/reference/reference.rst +++ b/doc/en/reference/reference.rst @@ -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).