add changelog and docs

This commit is contained in:
Paul Kehrer 2023-02-26 13:20:30 +08:00
parent 959afc6842
commit 364d3dc2bd
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
``console_output_style`` now supports ``progress-even-when-capture-no`` to force the use of the progress output even when capture is disabled. This is useful in large test suites where capture may have significant performance impact.

View File

@ -1212,6 +1212,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.
* ``progress-even-when-capture-no``: allows the use of the progress indicator even when ``capture=no``.
* ``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