Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
e0f3a766
Unverified
Commit
e0f3a766
authored
Aug 29, 2018
by
Wenzel Jakob
Committed by
GitHub
Aug 29, 2018
Browse files
Fixed flake8 error in test_iostream.py
parent
2cbafb05
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tests/test_iostream.py
tests/test_iostream.py
+1
-0
No files found.
tests/test_iostream.py
View file @
e0f3a766
...
@@ -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!"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment