diff options
-rw-r--r-- | Lib/test/output/test_doctest | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/output/test_doctest b/Lib/test/output/test_doctest index e2b13943a8..2a487fb8da 100644 --- a/Lib/test/output/test_doctest +++ b/Lib/test/output/test_doctest @@ -67,6 +67,7 @@ Expecting: (0, 2) ok Trying: t.summarize() Expecting: +***************************************************************** 1 items had failures: 1 of 2 in XYZ ***Test Failed*** 1 failures. @@ -76,6 +77,7 @@ Trying: t.summarize(verbose=1) Expecting: 1 items passed all tests: 2 tests in example2 +***************************************************************** 1 items had failures: 1 of 2 in XYZ 4 tests in 2 items. |