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: