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
2017-11-09
Split out setup/teardown bits of client tests into its own class.
Jeff Forcier
2017-10-25
Mark known slow tests as 'slow' pytest marker, and skip them by default
Jeff Forcier
2017-10-23
Import cleanup, mostly focused on s/tests/./
Jeff Forcier
2017-10-23
Rename util func that trips pytest's default discovery.
Jeff Forcier
2017-10-10
Update docs, metadata, test references to 2.6/3.3
Jeff Forcier
2017-10-10
Skip the now-split-out failure test, since we actually do intend to exit sile...
Jeff Forcier
2017-10-10
Split out env-set failure test
Jeff Forcier
2017-10-10
Update still-failing client test to use contextmanager assertRaises style
Jeff Forcier
2017-10-10
This has been broken since it went in :( the test would never normally pass o...
Jeff Forcier
2017-10-10
Use new(er)-style string formatting, {} instead of {0}
Jeff Forcier
2017-09-22
Move cert tests & copies of related keys into separate folder.
Jeff Forcier
2017-09-12
Merge branch '2.2'
Jeff Forcier
2017-09-02
Python 2.6 fixes
Jeff Forcier
2017-08-28
Implement ECDSA certs.
Jeff Forcier
2017-08-28
Update recent tests to try all main key families.
Jeff Forcier
2017-08-28
God damn it, really? Whatever.
Jeff Forcier
2017-08-28
Update first few stub tests + required test-server and PublicBlob impl bits
Jeff Forcier
2017-08-28
Stub tests and partly-working implementation of 'load certs found alongside k...
Jeff Forcier
2017-08-04
Merge branch '2.1-gsskex-hostkeycheck-fix' into 2.2-gsskex-hostkeycheck-fix
Anselm Kruis
2017-08-04
Merge branch '2.0-gsskex-hostkeycheck-fix' into 2.1-gsskex-hostkeycheck-fix
Anselm Kruis
2017-08-04
SSHClient: fix the host key test
Anselm Kruis
2017-06-09
Merge branch '2.1'
Jeff Forcier
2017-06-09
Merge branch '2.1' into 910-int
Jeff Forcier
2017-06-09
Merge branch '2.0' into 2.1
Jeff Forcier
2017-06-09
Flake8/etc tweaks re #971 in 2.x
Jeff Forcier
2017-06-09
Import from py3compat directly in test_client
Martin Packman
2017-06-09
Merge branch '2.1'
Jeff Forcier
2017-06-09
Merge branch '2.0' into 2.1
Jeff Forcier
2017-06-07
tests for host key negotiation when there are multiple
Pierce Lopez
2017-06-07
cleanup/simplify auth_timeout tests
Pierce Lopez
2017-06-06
Merge branch 'master' into 869-int
Jeff Forcier
2017-06-06
Failing test proving need for #857
Jeff Forcier
2017-06-03
Fixed encoding/decoding of the public key on the wire
Alex Gaynor
2017-06-03
integration test, with ourselves
Alex Gaynor
2017-06-02
re-enable client cleanup test for python3
Pierce Lopez
2017-01-24
Merge branch '2.0' into 2.1
Jeff Forcier
2017-01-24
untie agian!
james mike dupont
2016-12-23
Added a test to check that the auth_timeout argument is passed through and ap...
Tim Savage
2016-12-12
Remove code re #398 from 2.0 branch, as it's feature work
Jeff Forcier
2016-12-05
Merge branch '1.18' into 2.0
Jeff Forcier
2016-12-05
Support transmission of environment variables
Philip Lorenz
2016-11-30
Merge branch 'master' into 398-int
Jeff Forcier
2016-04-25
Add support for ECDSA key sizes 384 and 521 alongside the existing 256.
Alex Orange
2016-04-23
Merge branch 'master' into switch-to-cryptography
Alex Gaynor
2016-04-23
Add regression test protecting against an issue found in #394.
Jeff Forcier
2016-04-23
Set look_for_keys=False in client tests to avoid loading real user keys.
Jeff Forcier
2015-12-04
Merge branch 'master' into switch-to-cryptography
Alex Gaynor
2015-11-06
Hacky cleanup of non-gc'd clients in a loopy test.
Jeff Forcier
2015-11-04
Merge branch 'master' into switch-to-cryptography
Alex Gaynor
2015-11-03
Merge branch 'master' into 502-int
Jeff Forcier
[next]