Closed mzagozen closed 7 years ago
This is odd. I added a test case that works on my machine, but fails in travis.
I'm running the tests locally with pytest -s --cov paramiko_expect --cov-report term-missing
.
Any ideas @fgimian?
@mzagozen thanks for you input please see my comments
as for testing in CI, what did you expect to happen ?
after looking into the CI jobs, it's not your fault it was failing the docker image I was using there was renamed, I'll deliver a fix to master soon...
Sometimes, you only want to send a control character (Ctrl-C) without a newline.
This PR adds a new optional
newline
boolean parameter to thesend()
method to override the default behavior.