commit | e0f3a766e951ebbf2aadb31f41eb490de5bb607e | [log] [tgz] |
---|---|---|
author | Wenzel Jakob <wenzel.jakob@epfl.ch> | Wed Aug 29 12:10:48 2018 +0200 |
committer | GitHub <noreply@github.com> | Wed Aug 29 12:10:48 2018 +0200 |
tree | 87ce71ffa736c7d554c85cc7b291fcae1e1069ad | |
parent | 2cbafb057f0031ac382f62c797a10bad4ea777b8 [diff] [blame] |
Fixed flake8 error in test_iostream.py
diff --git a/tests/test_iostream.py b/tests/test_iostream.py index 167b887..27095b2 100644 --- a/tests/test_iostream.py +++ b/tests/test_iostream.py
@@ -53,6 +53,7 @@ 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!"