We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e54d07 commit f3f61fbCopy full SHA for f3f61fb
_pytest/terminal.py
@@ -458,7 +458,8 @@ def summary_failures(self):
458
self.write_line(line)
459
else:
460
msg = self._getfailureheadline(rep)
461
- self.write_sep("_", msg)
+ markup = {'red': True, 'bold': True}
462
+ self.write_sep("_", msg, **markup)
463
self._outrep_summary(rep)
464
465
def summary_errors(self):
0 commit comments