summary_passes: use bold green for report headers

This commit is contained in:
Daniel Hahler
2019-04-14 15:21:01 +02:00
parent 19035f4b55
commit 6371243c10

View File

@@ -806,7 +806,7 @@ class TerminalReporter(object):
for rep in reports:
if rep.sections:
msg = self._getfailureheadline(rep)
self.write_sep("_", msg)
self.write_sep("_", msg, green=True, bold=True)
self._outrep_summary(rep)
def print_teardown_sections(self, rep):