diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-03-18 20:14:25 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-03-18 20:14:25 (GMT) |
commit | 9e6f278fc17671617dd9f005f403ec61f01d567a (patch) | |
tree | 5e133c5cf5dd1f17a7abe7083a72569a1b661f8b /Lib/test/output | |
parent | 64de1a4b08479aa26a8d6a0bee83d2369179dd37 (diff) | |
download | cpython-9e6f278fc17671617dd9f005f403ec61f01d567a.zip cpython-9e6f278fc17671617dd9f005f403ec61f01d567a.tar.gz cpython-9e6f278fc17671617dd9f005f403ec61f01d567a.tar.bz2 |
Repair test_doctest's expected-output file (Guido added some new output).
Diffstat (limited to 'Lib/test/output')
-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 e2b1394..2a487fb 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. |