summaryrefslogtreecommitdiff
path: root/tests/test_pxssh.py
Commit message (Expand)AuthorAgeFilesLines
* Always use self.PYTHONBIN not 'python' or sys.executable in tests (#580)dluyer2019-08-071-2/+8
* Merge branch 'master' of https://github.com/pexpect/pexpect into patch-1Tom Gillespie2019-03-231-0/+80
|\
| * Allow customized pxssh client #528Trek3332019-03-211-0/+80
* | pxssh.login require either username or ssh_configTom Gillespie2019-03-231-2/+74
|/
* Update pxssh test.Red_M2018-05-291-1/+1
* Fix as per #490 comments.Red_M2018-05-291-3/+4
* Add test cases for #429 and fix feature for #429.Red_M2018-05-201-0/+7
* Fix bug in remote SSH tunneling test.Red_M2018-03-301-1/+1
* Add tests for using the ssh_key option.Red_M2018-03-301-4/+14
* Add testing for remote tunnels and passing the SSH authentication socket to t...Red_M2018-03-301-4/+30
* Bug fix unit test for SSH tunnels.Red_M2018-03-301-3/+7
* Add output for failure in test.Red_M2018-03-301-0/+1
* Fix bug in test case.Red_M2018-03-301-1/+1
* Fix bug with dynamic SSH tunnels.Red_M2018-03-301-0/+9
* add testPer Sandström2016-06-141-0/+9
* assertRaises is not 2.6->3.x compatiblejquast2014-03-061-1/+7
* closes issue #42, self.buffer decoded implicitlyjquast2014-03-061-2/+9
* Test and cleanup of pexpect.pshThomas Kluyver2013-10-211-2/+3
* Add test for pxssh moduleThomas Kluyver2013-10-211-0/+39