gh-108822: Add Changelog entry for regrtest statistics (#108821)

This commit is contained in:
Victor Stinner 2023-09-02 19:26:20 +02:00 committed by GitHub
parent d4e534cbb3
commit f5ddbeeab7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
``regrtest`` now computes statistics on all tests: successes, failures and
skipped. ``test_netrc``, ``test_pep646_syntax`` and ``test_xml_etree`` now
return results in their ``test_main()`` function. Patch by Victor Stinner
and Alex Waygood.