From 3c069544fc7e4a9609a241696f2f6c7baaca4fff Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 7 Jul 2010 16:41:28 +0200 Subject: [PATCH] bold summary line --HG-- branch : trunk --- py/_plugin/pytest_terminal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/_plugin/pytest_terminal.py b/py/_plugin/pytest_terminal.py index 03a9f6f87..4b06f786a 100644 --- a/py/_plugin/pytest_terminal.py +++ b/py/_plugin/pytest_terminal.py @@ -353,7 +353,7 @@ class TerminalReporter: parts.append("%d %s" %(len(val), key)) line = ", ".join(parts) # XXX coloring - self.write_sep("=", "%s in %.2f seconds" %(line, session_duration)) + self.write_sep("=", "%s in %.2f seconds" %(line, session_duration), bold=True) def summary_deselected(self): if 'deselected' in self.stats: