Fixed flake8 error in test_iostream.py

This commit is contained in:
Wenzel Jakob 2018-08-29 12:10:48 +02:00 committed by GitHub
parent 2cbafb057f
commit e0f3a766e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ def test_captured(capsys):
assert stdout == ''
assert stderr == msg
def test_captured_large_string(capsys):
# Make this bigger than the buffer used on the C++ side: 1024 chars
msg = "I've been redirected to Python, I hope!"