Kaydet (Commit) af00a465 authored tarafından Guido van Rossum's avatar Guido van Rossum

Print a bunch of asterisks before the failure summary, to separate it

from the last failure report.
üst 1bb515b0
......@@ -885,6 +885,7 @@ see its docs for details.
for thing, count in passed:
print " %3d tests in %s" % (count, thing)
if failed:
print "*" * 65
print len(failed), "items had failures:"
failed.sort()
for thing, (f, t) in failed:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment