fix a buffering issue that i think/hope only occurs during internal tests

This commit is contained in:
holger krekel 2011-05-29 09:21:48 +02:00
parent 5e311d3bfc
commit 8bc9fdc8d3
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ class TestDoctests:
>>> i + 1
2
""")
result = testdir.runpytest(p)
result = testdir.runpytest(p, "-s")
result.stdout.fnmatch_lines([
'001 >>> i = 0',
'002 >>> i + 1',