Opened 4 years ago
Closed 17 months ago
#31827 closed New feature (duplicate)
Add test runner option to show N slowest tests
Reported by: | Ahmad A. Hussein | Owned by: | Ahmad A. Hussein |
---|---|---|---|
Component: | Testing framework | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Jaap Roes | Triage Stage: | Accepted |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
Per discussion on ticket-31811, this option would give developer's an insight into which tests need to be sped up. Needs ticket 31811 to be resolved first.
Change History (4)
comment:1 by , 4 years ago
Description: | modified (diff) |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 4 years ago
Easy pickings: | unset |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:3 by , 4 years ago
Cc: | added |
---|
Note:
See TracTickets
for help on using tickets.
A lot of folks use
django-admin test
so I'm minded to accept this for a follow-up to #31811.Some comments on the PR there:
--timing
with an elevated verbosity might be a good way to say, "show top N slowest tests" — I think we could decided on how many to show for the verbosity level (0, 10, 50, all perhaps)