index
:
paramiko
main
py3compat
u2f
Pure-Python implementation of the SSHv2 protocol
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
test_client.py
Age
Commit message (
Expand
)
Author
2023-01-16
blacken
Jeff Forcier
2023-01-16
well that's just super()!
Jeff Forcier
2023-01-16
s/%/fstrings/g
Jeff Forcier
2023-01-12
We live in the future now
Jeff Forcier
2023-01-12
Update a bunch of no/low impact python2/3 references/comments
Jeff Forcier
2023-01-11
blacken
Jeff Forcier
2023-01-09
s/mock/unittest.mock/g
Jeff Forcier
2022-11-04
Write basic test re #2125, including kwarg default value tweak
Jeff Forcier
2022-06-03
Merge branch '2.10' into 2.11
Jeff Forcier
2022-06-03
Merge branch '2.8' into 2.9
Jeff Forcier
2022-06-03
Add test proving basic behavior of #1822
Jeff Forcier
2022-05-20
Mark new tests that require SHA1
Paul Howarth
2022-05-20
Merge branch '2.10' into 2.11
Jeff Forcier
2022-05-20
Revert "Mark new tests that require SHA1"
Jeff Forcier
2022-05-20
Merge branch '2.10' into 2.11
Jeff Forcier
2022-05-20
Mark new tests that require SHA1
Paul Howarth
2022-05-16
Merge branch '2.10'
Jeff Forcier
2022-05-16
Fix OpenSSH<7.8 + RSA-CERT use re: SHA2
Jeff Forcier
2022-03-25
Refactor sha1 test skipping a tad
Jeff Forcier
2022-03-20
Skip tests requiring sha1 signing if the backend doesn't support that
Paul Howarth
2022-03-15
Fix Free Software Foundation address
Paul Howarth
2021-10-08
bump test/ci related sleep :(
Jeff Forcier
2019-12-03
Modernize a test that sometimes fails for no obvious reason on travis only =/
Jeff Forcier
2019-06-21
Rename to disableD_algorithms everywhere for consistency
Jeff Forcier
2019-06-21
Client->Transport for disable_algorithms
Jeff Forcier
2019-06-21
Old code sucks
Jeff Forcier
2019-06-14
Implement #322 - new ChannelFile subclass for stdin that calls shutdown_write...
Jeff Forcier
2019-06-14
Basic tests proving Client.exec_command returns ChannelFile instances
Jeff Forcier
2019-06-14
Merge branch '2.3' into 2.4
Jeff Forcier
2019-06-14
Merge branch '2.2' into 2.3
Jeff Forcier
2019-06-14
Merge branch '2.1' into 2.2
Jeff Forcier
2019-06-14
Merge branch '2.0' into 2.1
Jeff Forcier
2019-06-14
Update to modern pytest(-relaxed)
Jeff Forcier
2019-06-08
Some additional badly named tests that I guess weren't in master?
Jeff Forcier
2019-06-08
flake8 now applied to tests, huzzah
Jeff Forcier
2019-06-08
Clean up shitty old test names of form test_[9-0A-Z]+_.*
Jeff Forcier
2018-09-17
Blacken, 2.3 edition
Jeff Forcier
2018-09-17
s/test_path/_support/g
Jeff Forcier
2018-09-17
Merge branch '2.2' into 2.3
Jeff Forcier
2018-09-17
Blacken, 2.2 edition
Jeff Forcier
2018-09-17
Test-level fixes for pytest & friends, 2.2 edition
Jeff Forcier
2018-09-17
Missed a spot
Jeff Forcier
2018-09-17
Merge branch '2.1' into 2.2
Jeff Forcier
2018-09-17
One change overlooked by merge, as it's new
Jeff Forcier
2018-09-17
Blacken 2.1 branch
Jeff Forcier
2018-09-17
Merge branch '2.0' into 2.1
Jeff Forcier
2018-09-17
Throwing a bone to 2.0-2.3 python-2.6 support
Jeff Forcier
2018-09-17
Blacken 2.0 with black 18.6b4
Jeff Forcier
2018-09-17
Mark known slow tests as 'slow' pytest marker, and skip them by default
Jeff Forcier
2018-09-17
Import cleanup, mostly focused on s/tests/./
Jeff Forcier
[next]