diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2021-12-26 11:22:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-26 11:22:44 (GMT) |
commit | 1944434b44e0118e812bf63f47b268ff6dd0c8f1 (patch) | |
tree | 2121b834a66f6787771dd60e7236b26c4a39b6cb /Misc | |
parent | a23ab7b6d8b3ae3a47747c0c4bceb2370cc48dcc (diff) | |
download | cpython-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.rst | 2 |
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`. |