mirror of
https://github.com/python/cpython.git
synced 2026-05-22 04:13:22 -04:00
Print a bunch of asterisks before the failure summary, to separate it
from the last failure report.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user