Commit e0f3a766 by Wenzel Jakob Committed by GitHub

Fixed flake8 error in test_iostream.py

parent 2cbafb05
...@@ -53,6 +53,7 @@ def test_captured(capsys): ...@@ -53,6 +53,7 @@ def test_captured(capsys):
assert stdout == '' assert stdout == ''
assert stderr == msg assert stderr == msg
def test_captured_large_string(capsys): def test_captured_large_string(capsys):
# Make this bigger than the buffer used on the C++ side: 1024 chars # Make this bigger than the buffer used on the C++ side: 1024 chars
msg = "I've been redirected to Python, I hope!" msg = "I've been redirected to Python, I hope!"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment