Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-33718: regrtest: use format_duration() to display failed tests (GH-7686) | Victor Stinner | 2018-06-14 | 1 | -9/+18 |
| | | | | | * Enhance also format_duration(): work on integers and rounds towards +infinity (math.ceil). * Write unit tests on format_duration() | ||||
* | bpo-33718: regrtest: enhance "running:" formatting (GH-7292) | Victor Stinner | 2018-06-01 | 1 | -0/+47 |
* "running:" progress: Format number of seconds as hours and minutes * format_duration(): count also minutes as hours * Create Lib/test/libregrtest/utils.py |