[py-svn] py-trunk commit 40e9e77c088f: bold summary line

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Jul 7 16:42:25 CEST 2010


# HG changeset patch -- Bitbucket.org
# Project py-trunk
# URL http://bitbucket.org/hpk42/py-trunk/overview
# User holger krekel <holger at merlinux.eu>
# Date 1278513688 -7200
# Node ID 40e9e77c088fd7784201d9d4f1856637776bce18
# Parent  67f68e3553dd6aad8be028727f7b30164263ead3
bold summary line

--- 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:



More information about the pytest-commit mailing list