-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Pytest/capsys fixture not capturing stdout #1132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Also, calling |
capsys will replace the actual object instead of the underlying file descriptor a solution is in planning, but will at best it 3.0 |
As @RonnyPfannschmidt said, you're "saving" Can this be closed? |
@RonnyPfannschmidt thanks for your response. Yes, this can be closed. |
Py.test
isn't capturing the output fromstdout
orstderr
.The test case was run and reproduced on OS X 10.11 with pythons 2.7.10 and 3.5.0.
The versions used are:
Thanks!
The text was updated successfully, but these errors were encountered: