From 23295e1e987cdf5c926e94d75b55dada945d65be Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 27 Aug 2018 20:21:08 -0300 Subject: [PATCH] Fix docs linting --- doc/en/reference.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/en/reference.rst b/doc/en/reference.rst index 65953e52f..9b0c0bc71 100644 --- a/doc/en/reference.rst +++ b/doc/en/reference.rst @@ -917,6 +917,7 @@ passed multiple times. The expected format is ``name=value``. For example:: * ``classic``: classic pytest output. * ``progress``: like classic pytest output, but with a progress indicator. * ``count``: like progress, but shows progress as the number of tests completed instead of a percent. + The default is ``progress``, but you can fallback to ``classic`` if you prefer or the new mode is causing unexpected problems: