]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-108822: Add Changelog entry for regrtest statistics (#108821)
authorVictor Stinner <vstinner@python.org>
Sat, 2 Sep 2023 17:26:20 +0000 (19:26 +0200)
committerGitHub <noreply@github.com>
Sat, 2 Sep 2023 17:26:20 +0000 (19:26 +0200)
Misc/NEWS.d/next/Tests/2023-09-02-19-06-52.gh-issue-108822.arTbBI.rst [new file with mode: 0644]

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 (file)
index 0000000..e1c6df2
--- /dev/null
@@ -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.