[py-svn] commit/pytest: hpk42: fix a buffering issue that i think/hope only occurs during internal tests

Bitbucket commits-noreply at bitbucket.org
Sun May 29 09:21:55 CEST 2011


1 new changeset in pytest:

http://bitbucket.org/hpk42/pytest/changeset/0fb99b23d31c/
changeset:   0fb99b23d31c
branches:    
user:        hpk42
date:        2011-05-29 09:21:48
summary:     fix a buffering issue that i think/hope only occurs during internal tests
affected #:  1 file (6 bytes)

--- a/testing/test_doctest.py	Sun May 29 00:45:31 2011 +0200
+++ b/testing/test_doctest.py	Sun May 29 09:21:48 2011 +0200
@@ -114,7 +114,7 @@
             >>> i + 1
             2
         """)
-        result = testdir.runpytest(p)
+        result = testdir.runpytest(p, "-s")
         result.stdout.fnmatch_lines([
             '001 >>> i = 0',
             '002 >>> i + 1',

Repository URL: https://bitbucket.org/hpk42/pytest/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the pytest-commit mailing list