mirror of
https://github.com/RYDE-WORK/pybind11.git
synced 2026-01-30 03:03:22 +08:00
Fixed flake8 error in test_iostream.py
This commit is contained in:
parent
2cbafb057f
commit
e0f3a766e9
@ -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!"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user