#36720: Printing how many tests found when running tests
----------------------+---------------------------------------------
Reporter: אורי | Type: Uncategorized
Status: new | Component: Testing framework
Version: 5.2 | Severity: Normal
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
----------------------+---------------------------------------------
Hi,
When I run tests in Django up to 5.1.*, Django prints "Found 798 test(s)."
before running the tests. But in Django 5.2.*, Django prints "Found 798
test(s)." after running the tests. Since running the tests may take a long
time, I would like Django to print the number of tests found before
running the tests. This is a regression in Django 5.2. Is it possible to
revert this change, at least in future versions of Django?
By the way, why "test(s)"? It should be "test" if the number is one or
otherwise "tests".
--
Ticket URL: <
https://code.djangoproject.com/ticket/36720>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.