-
Notifications
You must be signed in to change notification settings - Fork 138
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
test suite fails when run without a tty #25
Comments
I'll note that I've spent the better part of an afternoon trying to mock a real terminal—using |
At least the 2nd crash is probably fixed by #31. |
I think you could get "isatty" to succeed if you used a pseudo-terminal. Perhaps i'll take a knock at this on the weekend |
I did knock it out, the |
closed by pull request #48 |
(Going through old issues here, looking at what's going on with them) This is still broken, it appears. Presumably because #49 never landed. |
resolved by branch 'blessed-integration' |
That patched tests.py uses |
If the tests are run with stdout redirected to something that isn't a tty (for example to a log file) there are some failures:
The text was updated successfully, but these errors were encountered: