fix a buffering issue that i think/hope only occurs during internal tests
This commit is contained in:
parent
5e311d3bfc
commit
8bc9fdc8d3
|
@ -114,7 +114,7 @@ class TestDoctests:
|
||||||
>>> i + 1
|
>>> i + 1
|
||||||
2
|
2
|
||||||
""")
|
""")
|
||||||
result = testdir.runpytest(p)
|
result = testdir.runpytest(p, "-s")
|
||||||
result.stdout.fnmatch_lines([
|
result.stdout.fnmatch_lines([
|
||||||
'001 >>> i = 0',
|
'001 >>> i = 0',
|
||||||
'002 >>> i + 1',
|
'002 >>> i + 1',
|
||||||
|
|
Loading…
Reference in New Issue