Opened 4 years ago

Closed 10 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 Ahmad A. Hussein)

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 Ahmad A. Hussein, 4 years ago

Description: modified (diff)
Owner: changed from nobody to Ahmad A. Hussein
Status: newassigned

comment:2 by Carlton Gibson, 4 years ago

Easy pickings: unset
Triage Stage: UnreviewedAccepted

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)

Last edited 4 years ago by Carlton Gibson (previous) (diff)

comment:3 by Jaap Roes, 3 years ago

Cc: Jaap Roes added

comment:4 by Mariusz Felisiak, 10 months ago

Resolution: duplicate
Status: assignedclosed

Duplicate of #34210.

Note: See TracTickets for help on using tickets.
Back to Top