summaryrefslogtreecommitdiffhomepage
path: root/tests/test_client.py
AgeCommit message (Expand)Author
2019-06-21Rename to disableD_algorithms everywhere for consistencyJeff Forcier
2019-06-21Client->Transport for disable_algorithmsJeff Forcier
2019-06-21Old code sucksJeff Forcier
2019-06-14Implement #322 - new ChannelFile subclass for stdin that calls shutdown_write...Jeff Forcier
2019-06-14Basic tests proving Client.exec_command returns ChannelFile instancesJeff Forcier
2019-06-14Merge branch '2.3' into 2.4Jeff Forcier
2019-06-14Merge branch '2.2' into 2.3Jeff Forcier
2019-06-14Merge branch '2.1' into 2.2Jeff Forcier
2019-06-14Merge branch '2.0' into 2.1Jeff Forcier
2019-06-14Update to modern pytest(-relaxed)Jeff Forcier
2019-06-08Some additional badly named tests that I guess weren't in master?Jeff Forcier
2019-06-08flake8 now applied to tests, huzzahJeff Forcier
2019-06-08Clean up shitty old test names of form test_[9-0A-Z]+_.*Jeff Forcier
2018-09-17Blacken, 2.3 editionJeff Forcier
2018-09-17s/test_path/_support/gJeff Forcier
2018-09-17Merge branch '2.2' into 2.3Jeff Forcier
2018-09-17Blacken, 2.2 editionJeff Forcier
2018-09-17Test-level fixes for pytest & friends, 2.2 editionJeff Forcier
2018-09-17Missed a spotJeff Forcier
2018-09-17Merge branch '2.1' into 2.2Jeff Forcier
2018-09-17One change overlooked by merge, as it's newJeff Forcier
2018-09-17Blacken 2.1 branchJeff Forcier
2018-09-17Merge branch '2.0' into 2.1Jeff Forcier
2018-09-17Throwing a bone to 2.0-2.3 python-2.6 supportJeff Forcier
2018-09-17Blacken 2.0 with black 18.6b4Jeff Forcier
2018-09-17Mark known slow tests as 'slow' pytest marker, and skip them by defaultJeff Forcier
2018-09-17Import cleanup, mostly focused on s/tests/./Jeff Forcier
2018-09-17Rename util func that trips pytest's default discovery.Jeff Forcier
2018-08-22Bump black up to 18.6b4Jeff Forcier
2018-05-29Blacken under black 18.5b0Jeff Forcier
2018-05-17Blacken Paramiko on 2.4Chris Rose
2017-11-09Not sure how this got past meJeff Forcier
2017-11-09Derp, some stuff runs this method w/o run_kwargsJeff Forcier
2017-11-09Implement new passphrase kwarg for SSHClient.connect()Jeff Forcier
2017-11-09LOL whoops this was a duplicateJeff Forcier
2017-11-09Write new test subsuite proving lack of connect(passphrase=)Jeff Forcier
2017-11-09Tidy up previous change by ensuring cleaner shutdown.Jeff Forcier
2017-11-09Prevent test suite hangsJeff Forcier
2017-11-09Split out setup/teardown bits of client tests into its own class.Jeff Forcier
2017-10-25Mark known slow tests as 'slow' pytest marker, and skip them by defaultJeff Forcier
2017-10-23Import cleanup, mostly focused on s/tests/./Jeff Forcier
2017-10-23Rename util func that trips pytest's default discovery.Jeff Forcier
2017-10-10Update docs, metadata, test references to 2.6/3.3Jeff Forcier
2017-10-10Skip the now-split-out failure test, since we actually do intend to exit sile...Jeff Forcier
2017-10-10Split out env-set failure testJeff Forcier
2017-10-10Update still-failing client test to use contextmanager assertRaises styleJeff Forcier
2017-10-10This has been broken since it went in :( the test would never normally pass o...Jeff Forcier
2017-10-10Use new(er)-style string formatting, {} instead of {0}Jeff Forcier
2017-09-22Move cert tests & copies of related keys into separate folder.Jeff Forcier
2017-09-12Merge branch '2.2'Jeff Forcier