-
-
Notifications
You must be signed in to change notification settings - Fork 31k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-4080: unittest durations #12271
bpo-4080: unittest durations #12271
Conversation
Misc/NEWS.d/next/Library/2022-11-24-13-23-07.gh-issue-48330.6uAX9F.rst
Outdated
Show resolved
Hide resolved
Signed-off-by: Giampaolo Rodola <[email protected]>
@LiteApplication thanks for approving. Merging. |
@giampaolo @LiteApplication doesn't appear to be a regular Python reviewer, is it no problem to merge? |
This comment was marked as off-topic.
This comment was marked as off-topic.
Hidden buildbot failure was for test_asyncio. I presume unrelated since random test_asyncio failures are unfortunately routine. |
@eggplants wrote:
Sorry, I didn't realize that. This was an old PR that unfortunately never received much attention, so it stayed idle for a long time and I occasionally updated it to fix merge conflicts. When I finally saw an approval I was just happy to see it and merged it without further checking. FWIW, I went through these changes multiple times over the last 4 years: I'm confident that the changes introduced in here are OK and are fully retro compatible (this probably was the most sensitive part to consider). |
Anyway, I am glad this feature has finally been merged. Thank you @giampaolo -san. |
Here's a |
Adds cmdline option to show unit-tests durations + summary of the slowest ones, see https://bugs.python.org/issue4080.
Top 5 slowest ones:
All + individual elapsed time:
https://bugs.python.org/issue4080