summaryrefslogtreecommitdiffhomepage
path: root/tests/test_client.py
AgeCommit message (Expand)Author
2023-01-16blackenJeff Forcier
2023-01-16well that's just super()!Jeff Forcier
2023-01-16s/%/fstrings/gJeff Forcier
2023-01-12We live in the future nowJeff Forcier
2023-01-12Update a bunch of no/low impact python2/3 references/commentsJeff Forcier
2023-01-11blackenJeff Forcier
2023-01-09s/mock/unittest.mock/gJeff Forcier
2022-11-04Write basic test re #2125, including kwarg default value tweakJeff Forcier
2022-06-03Merge branch '2.10' into 2.11Jeff Forcier
2022-06-03Merge branch '2.8' into 2.9Jeff Forcier
2022-06-03Add test proving basic behavior of #1822Jeff Forcier
2022-05-20Mark new tests that require SHA1Paul Howarth
2022-05-20Merge branch '2.10' into 2.11Jeff Forcier
2022-05-20Revert "Mark new tests that require SHA1"Jeff Forcier
2022-05-20Merge branch '2.10' into 2.11Jeff Forcier
2022-05-20Mark new tests that require SHA1Paul Howarth
2022-05-16Merge branch '2.10'Jeff Forcier
2022-05-16Fix OpenSSH<7.8 + RSA-CERT use re: SHA2Jeff Forcier
2022-03-25Refactor sha1 test skipping a tadJeff Forcier
2022-03-20Skip tests requiring sha1 signing if the backend doesn't support thatPaul Howarth
2022-03-15Fix Free Software Foundation addressPaul Howarth
2021-10-08bump test/ci related sleep :(Jeff Forcier
2019-12-03Modernize a test that sometimes fails for no obvious reason on travis only =/Jeff Forcier
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