]> granicus.if.org Git - python/commit
bpo-33718: regrtest: enhance "running:" formatting (GH-7292)
authorVictor Stinner <vstinner@redhat.com>
Fri, 1 Jun 2018 09:04:45 +0000 (11:04 +0200)
committerGitHub <noreply@github.com>
Fri, 1 Jun 2018 09:04:45 +0000 (11:04 +0200)
commit7ad16eb51c7871320edb789ddb6184c6c76304b0
tree2edc2e54be0ea286acae02d59e3455bb0b982eab
parentef634b5b26f14d942768069fa23f9791a06ff37e
bpo-33718: regrtest: enhance "running:" formatting (GH-7292)

* "running:" progress: Format number of seconds as hours and minutes
* format_duration(): count also minutes as hours
* Create Lib/test/libregrtest/utils.py
Lib/test/libregrtest/main.py
Lib/test/libregrtest/runtest_mp.py
Lib/test/libregrtest/utils.py [new file with mode: 0644]