-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtype-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
Proposal:
I propose adding a new option --duration
to our test suite. This would print the duration of each test that has run during the test suite, to the file that the user provides.
So actual use case looks like that:
./python.exe -m test --duration tmp/stats -R 3:3
It's can be useful as the --slowest
option, which already exists.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
- gh-119050: Implement
--duration
option for the test suite CLI #119051 - gh-119050: Add type hints to libregrtest/results.py #119144
- gh-119050: Add XML support to libregrtest refleak checker #119148
- [3.13] gh-119050: Add type hints to libregrtest/results.py (GH-119144) #119156
- [3.12] gh-119050: Add type hints to libregrtest/results.py (GH-119144) #119157
- [3.13] gh-119050: Add XML support to libregrtest refleak checker (GH-119148) #119270
- [3.12] gh-119050: Add XML support to libregrtest refleak checker (#119148) #119272
Metadata
Metadata
Assignees
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtype-featureA feature request or enhancementA feature request or enhancement