You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I couldn't do it here because ptpython detects that stdin is not a tty and refuses to start. Perhaps I can use expect (https://en.wikipedia.org/wiki/Expect) ?
The text was updated successfully, but these errors were encountered:
In
flask-shell-bpython
I was able to write a simple smoke test that Travis can execute: https://github.com/jacquerie/flask-shell-bpython/blob/18a1aaed34189a6f190ba424304000e8f153efde/run-tests.sh#L6-L14I couldn't do it here because
ptpython
detects thatstdin
is not atty
and refuses to start. Perhaps I can useexpect
(https://en.wikipedia.org/wiki/Expect) ?The text was updated successfully, but these errors were encountered: