-
Notifications
You must be signed in to change notification settings - Fork 23
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
support commands with PIPE #18
Comments
Thanks for taking the time to share your improvements on MockSSH @ruivapps . Would you be able to write a test to support this feature? Finally, would you be able to submit a pull request for inclusion? (see documentation for details) It's worth noting that MockSSH's tests are not well implemented. Some depend on MockSSH's threadedServer which is a no-no for testing Twisted applications (see #5 ). That said, I would like to make sure new features are tested at least for functionality (end to end test, see the tests directory for examples). |
Nicolas,
I am currently on vacation, once I back to office. (2 weeks) I will find
some time to write the test and create PR for you to review.
Cheers!
…-Rui
On Sat, Jun 10, 2017 at 08:00 Nicolas Couture ***@***.***> wrote:
Assigned #18 <#18> to @ruivapps
<https://github.com/ruivapps>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#18 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAuYPeuSKBl1BWby4Ec63Gsr0Nbiojl_ks5sCoVWgaJpZM4Nkmdw>
.
|
Nicolas,
Just back to office today, and I spent some time to get #17 with unittest done.
however, I’m not allowed to push branch to your repo.
would you like to add me to the repo so I can push and create pull request? or if you like me to send files directly to you, I’m fine with it too
Thanks
…-Rui
On Jun 11, 2017, at 4:07 AM, Rui Li ***@***.***> wrote:
Nicolas,
I am currently on vacation, once I back to office. (2 weeks) I will find some time to write the test and create PR for you to review.
Cheers!
-Rui
On Sat, Jun 10, 2017 at 08:00 Nicolas Couture ***@***.*** ***@***.***>> wrote:
Assigned #18 <#18> to @ruivapps <https://github.com/ruivapps>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#18 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAuYPeuSKBl1BWby4Ec63Gsr0Nbiojl_ks5sCoVWgaJpZM4Nkmdw>.
|
I think #18 is by mistake. I wrote the unittest for it, and I found out (sha f8388) works fine with pipe. |
is that possible to support PIPE command in ArgumentValidatingCommand ?
for example "ls -l | grep abc"
The text was updated successfully, but these errors were encountered: