Repair test_doctest's expected-output file (Guido added some new output).

This commit is contained in:
Tim Peters 2001-03-18 20:14:25 +00:00
parent 64de1a4b08
commit 9e6f278fc1
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,7 @@ Expecting: (0, 2)
ok ok
Trying: t.summarize() Trying: t.summarize()
Expecting: Expecting:
*****************************************************************
1 items had failures: 1 items had failures:
1 of 2 in XYZ 1 of 2 in XYZ
***Test Failed*** 1 failures. ***Test Failed*** 1 failures.
@ -76,6 +77,7 @@ Trying: t.summarize(verbose=1)
Expecting: Expecting:
1 items passed all tests: 1 items passed all tests:
2 tests in example2 2 tests in example2
*****************************************************************
1 items had failures: 1 items had failures:
1 of 2 in XYZ 1 of 2 in XYZ
4 tests in 2 items. 4 tests in 2 items.