diff options
author | Sam Ezeh <sam.z.ezeh@gmail.com> | 2022-03-29 15:02:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-29 15:02:09 (GMT) |
commit | 755be9b1505af591b9f2ee424a6525b6c2b65ce9 (patch) | |
tree | 7ea0d9b539a4c77e62c63bf1822378a6fa09766f /Misc | |
parent | 356997cccc21a3391175d20e9ef03d434675b496 (diff) | |
download | cpython-755be9b1505af591b9f2ee424a6525b6c2b65ce9.zip cpython-755be9b1505af591b9f2ee424a6525b6c2b65ce9.tar.gz cpython-755be9b1505af591b9f2ee424a6525b6c2b65ce9.tar.bz2 |
bpo-14265: Adds fully qualified test name to unittest output (GH-32138)
Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-03-27-10-41-24.bpo-14265.OBMlAi.rst | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -516,6 +516,7 @@ Daniel Evers evilzero Winston Ewert Greg Ewing +Sam Ezeh Martijn Faassen Clovis Fabricio Andreas Faerber diff --git a/Misc/NEWS.d/next/Library/2022-03-27-10-41-24.bpo-14265.OBMlAi.rst b/Misc/NEWS.d/next/Library/2022-03-27-10-41-24.bpo-14265.OBMlAi.rst new file mode 100644 index 0000000..308ce36 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-03-27-10-41-24.bpo-14265.OBMlAi.rst @@ -0,0 +1 @@ +Adds the fully qualified test name to unittest output |