ruivapps
ruivapps
can you add me to the repo so I can push branch for you to review? currently I'm getting following error when trying to push branch to repo. ERROR: Permission...
I push the branch to my GitHub for now https://github.com/ruivapps/MockSSH it's on exec_command_17 branch you can pull the branch from my repo then merge it into MockSSH (so you don't...
Sorry, I'm not really GitHub user. I didn't know I can do pull request directly from another repo. Thanks for sharing the tips!
did have much time this week. I just took a look on it, I have no idea what's the correct way to handle it. it's been long time since I...
it's very possible I added duplicated logic to the code. I don't remember why I use TransportWrapper and WriteLn, maybe because I am complete new to twisted, and also to...
I am agree the ssh exit code should match the command exit code. Testing stdout/stderr is incorrect/incomplete way to validate the exec feature. If command running successfully, by default the...
we used to have some code that use paramiko and exec_command. so I was using MockSSH for unittest. we already updated our code, and we no longer use paramiki/exec_command. We...