1. Colorizing the output. The failing tests will be highlighted in red,
the passing ones will be shown in green. A similar PR #22449 exists.
2. Showing the number of tests collected, run, failed and skipped.
3. Showing what percentage of tests have been run while the tests are
running.
I would like the communities feedback on this and whether this will be
feasible (or even achievable).
I plan to take this up as my GSoC proposal for 2021.
--
Ticket URL: <https://code.djangoproject.com/ticket/32282>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* ui_ux: 1 => 0
* resolution: => duplicate
Comment:
> 1. Colorizing the output. The failing tests will be highlighted in red,
the passing ones will be shown in green. A similar PR #22449 exists.
Colorized test results is tracked in #22449.
> 2. Showing the number of tests collected, run, failed and skipped.
Django's test runner already displays this information.
> 3. Showing what percentage of tests have been run while the tests are
running.
IMO it's a duplicate of #29105.
By the way, you'll reach a wider audience if you write to the
DevelopersMailingList about your ideas.
--
Ticket URL: <https://code.djangoproject.com/ticket/32282#comment:1>