New option to allow a progress report even when capture=no (#10755)

This commit is contained in:
Paul Kehrer
2023-03-08 04:49:37 +08:00
committed by GitHub
parent 5e98aefc92
commit a869141b3d
4 changed files with 30 additions and 4 deletions

View File

@@ -1220,6 +1220,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