projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64de1a4
)
Repair test_doctest's expected-output file (Guido added some new output).
author
Tim Peters
<tim.peters@gmail.com>
Sun, 18 Mar 2001 20:14:25 +0000
(20:14 +0000)
committer
Tim Peters
<tim.peters@gmail.com>
Sun, 18 Mar 2001 20:14:25 +0000
(20:14 +0000)
Lib/test/output/test_doctest
patch
|
blob
|
history
diff --git
a/Lib/test/output/test_doctest
b/Lib/test/output/test_doctest
index e2b13943a85b7483d184f5fa8a8a89151f963106..2a487fb8da849472667d5c8444536a46504e3139 100644
(file)
--- 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.