summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-10-09 05:16:27 +0200
committerDaniel Hahler <git@thequod.de>2019-10-09 19:27:46 +0200
commit2a2fe7d3db12b03b9a62392bccaceacd256c063e (patch)
treec1387d0c7d1f42473aa457bda75b29bcfd4a9e92 /doc
parent5c92a0f695c4f302612c50249f0a7bff1047f6b2 (diff)
downloadpytest-2a2fe7d3db12b03b9a62392bccaceacd256c063e.tar.gz
Improve ExceptionInfo.__repr__
Diffstat (limited to 'doc')
-rw-r--r--doc/5934.feature.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/5934.feature.rst b/doc/5934.feature.rst
new file mode 100644
index 000000000..17c0b1737
--- /dev/null
+++ b/doc/5934.feature.rst
@@ -0,0 +1 @@
+``repr`` of ``ExceptionInfo`` objects has been improved to honor the ``__repr__`` method of the underlying exception.