mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-24 06:05:10 +00:00
Fixed flake8 error in test_iostream.py
This commit is contained in:
parent
b47192f069
commit
64893d421b
@ -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!"
|
||||
|
Loading…
Reference in New Issue
Block a user