From: Victor Stinner Date: Sat, 2 Sep 2023 17:26:20 +0000 (+0200) Subject: gh-108822: Add Changelog entry for regrtest statistics (#108821) X-Git-Tag: v3.13.0a1~641 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f5ddbeeab7df58d42b870061df13de6364b47d13;p=thirdparty%2FPython%2Fcpython.git gh-108822: Add Changelog entry for regrtest statistics (#108821) --- diff --git a/Misc/NEWS.d/next/Tests/2023-09-02-19-06-52.gh-issue-108822.arTbBI.rst b/Misc/NEWS.d/next/Tests/2023-09-02-19-06-52.gh-issue-108822.arTbBI.rst new file mode 100644 index 000000000000..e1c6df2adcb0 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2023-09-02-19-06-52.gh-issue-108822.arTbBI.rst @@ -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.