-
-
Notifications
You must be signed in to change notification settings - Fork 181
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
catch stdout thrown on assert raises for strictio #69
Comments
disabled |
may be able to shunt error to another subprocess |
Another option that I've used before is |
good point. BTW: I've disabled |
From #57, In
test/test_file.py
, whenstrictio=True
, stdout is generated -- roughly corresponding to each of theassert
usingthrows
. This should be trapped. Further, if stdout is thrown fromdill
(but not errors) in these cases, that should also be trapped.The text was updated successfully, but these errors were encountered: