[py-svn] py-trunk commit 647c31b19f6f: fix formatting of session log output

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sat Oct 17 17:48:41 CEST 2009


# HG changeset patch -- Bitbucket.org
# Project py-trunk
# URL http://bitbucket.org/hpk42/py-trunk/overview/
# User holger krekel <holger at merlinux.eu>
# Date 1255641291 -7200
# Node ID 647c31b19f6f38f577552aac66276915511af192
# Parent be400218cdccbab6c8dd57fc5dade0c2e77a56e1
fix formatting of session log output

--- a/_py/test/plugin/pytest_pastebin.py
+++ b/_py/test/plugin/pytest_pastebin.py
@@ -53,7 +53,7 @@ def pytest_unconfigure(config):
         del config._pastebinfile
         proxyid = getproxy().newPaste("python", sessionlog)
         pastebinurl = "%s%s" % (url.show, proxyid)
-        sys.stderr.write("session-log: %s" % pastebinurl)
+        sys.stderr.write("pastebin session-log: %s\n" % pastebinurl)
         tr = config.pluginmanager.impname2plugin['terminalreporter']
         del tr._tw.__dict__['write']



More information about the pytest-commit mailing list