fexpect icon indicating copy to clipboard operation
fexpect copied to clipboard

extension for fabric to handle prompts through pexpect

Results 12 fexpect issues
Sort by recently updated
recently updated
newest added

I have a script that includes this: ``` with expecting(prompts): run("python -c 'raise Exception()'") # other steps ``` When I run the script, the exception's non-zero exit code is suppressed...

on both the remote and local directory of all the temporary files are created. Please refer to the github issue for more details https://github.com/ilogue/fexpect/issues/25

It is possible to hide in when responding secret data such as passwords, if you turn off this flag.

I am creating this issue as a placeholder for a pull request to address this issue. The pull request fixes the issues by - deleting the pexpect.py file on the...

Hi, I noticed that after a remove command is completed, the files "fexpect_" are not removed from /tmp on the remote machine. Is there any reason why this is not...

enhancement

pexpect module does not support Windows, import will fail. But because it is not required other than absolute path, use the imp.find_module instead.

Method wrapExpectations() in internals.py is responsible for uploading the pexpect library to the remote system. The current code assumes that pexpect is a single file (pexpect.py) when instead pexpect is...

I was referred from StackOverflow to here. http://stackoverflow.com/questions/22669686/importerror-no-module-named-pexpect/22670194 fexpect needs pexpect to be installed on remote system, is this a wanted behavior? I'm using Ubuntu 12.04 as a remote machine....

I don't know if its happening only with me or anybody else is also facing the same issue. The moment I import this package ``` from ilogue.fexpect import expect, expecting,...

If I run a test that has newlines `\n` or `"` or `\"` characters in it, the tests will fail with syntax errors.