summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-11-21 20:09:21 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-11-21 20:09:21 (GMT)
commit5a9d7061236991f671beb0ac4d298e9b79ce6f10 (patch)
tree13b8a1d0c3876c6bdba6f354fc3ee1e47488769c /Doc/whatsnew
parent90d3352da7094fd8074207cc630cf220ad0ce64e (diff)
downloadcpython-5a9d7061236991f671beb0ac4d298e9b79ce6f10.zip
cpython-5a9d7061236991f671beb0ac4d298e9b79ce6f10.tar.gz
cpython-5a9d7061236991f671beb0ac4d298e9b79ce6f10.tar.bz2
#16522: Add FAIL_FAST flag to doctest.
Patch by me, most of the work (doc and tests) by Daniel Urban.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.4.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index 4bed2ed..ab0b163 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -150,7 +150,11 @@ New Modules
Improved Modules
================
-* None yet.
+doctest
+-------
+
+Added ``FAIL_FAST`` flag to halt test running as soon as the first failure is
+detected. (Contributed by R. David Murray and Daniel Urban in :issue:`16522`.)
Optimizations