diff --git a/Lib/doctest.py b/Lib/doctest.py index 9c0ecc87a8b..c1130f7a5cf 100644 --- a/Lib/doctest.py +++ b/Lib/doctest.py @@ -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: