summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2021-12-26 11:22:44 (GMT)
committerGitHub <noreply@github.com>2021-12-26 11:22:44 (GMT)
commit1944434b44e0118e812bf63f47b268ff6dd0c8f1 (patch)
tree2121b834a66f6787771dd60e7236b26c4a39b6cb /Misc
parenta23ab7b6d8b3ae3a47747c0c4bceb2370cc48dcc (diff)
downloadcpython-1944434b44e0118e812bf63f47b268ff6dd0c8f1.zip
cpython-1944434b44e0118e812bf63f47b268ff6dd0c8f1.tar.gz
cpython-1944434b44e0118e812bf63f47b268ff6dd0c8f1.tar.bz2
bpo-22815: Print unexpected successes in summary in TextTestResult (GH-30138)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2021-12-16-12-54-21.bpo-22815.0NRH8s.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-12-16-12-54-21.bpo-22815.0NRH8s.rst b/Misc/NEWS.d/next/Library/2021-12-16-12-54-21.bpo-22815.0NRH8s.rst
new file mode 100644
index 0000000..5c4600f
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2021-12-16-12-54-21.bpo-22815.0NRH8s.rst
@@ -0,0 +1,2 @@
+Print unexpected successes together with failures and errors in summary in
+:class:`unittest.TextTestResult`.