From e8f9a910563f72b599ad6b97903553373cbed433 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 26 Feb 2018 17:10:59 -0300 Subject: [PATCH] Small adjustment to CHANGELOG entry --- changelog/3149.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/3149.feature b/changelog/3149.feature index ed71b5a19..0431f76ce 100644 --- a/changelog/3149.feature +++ b/changelog/3149.feature @@ -1 +1 @@ -Doctest runs now show multiple failures for each doctest snippet, instead of stopping at the first failure. +New ``--doctest-continue-on-failure`` command-line option to enable doctests to show multiple failures for each snippet, instead of stopping at the first failure.