Merge pull request #3880 from jeffreyrack/3829-progress_display_mode

#3829 -- Add the ability to show test progress as number of tests completed instead of a percent.
This commit is contained in:
Bruno Oliveira
2018-08-28 16:54:14 -03:00
committed by GitHub
4 changed files with 65 additions and 8 deletions

View File

@@ -0,0 +1 @@
Added the ``count`` option to ``console_output_style`` to enable displaying the progress as a count instead of a percentage.