summaryrefslogtreecommitdiffstats
path: root/Lib/test/libregrtest/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-33718: regrtest: use format_duration() to display failed tests (GH-7686)Victor Stinner2018-06-141-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 Stinner2018-06-011-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