summaryrefslogtreecommitdiffhomepage
path: root/tests/test_client.py
AgeCommit message (Expand)Author
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
2017-09-02Python 2.6 fixesJeff Forcier
2017-08-28Implement ECDSA certs.Jeff Forcier
2017-08-28Update recent tests to try all main key families.Jeff Forcier
2017-08-28God damn it, really? Whatever.Jeff Forcier
2017-08-28Update first few stub tests + required test-server and PublicBlob impl bitsJeff Forcier
2017-08-28Stub tests and partly-working implementation of 'load certs found alongside k...Jeff Forcier
2017-08-04Merge branch '2.1-gsskex-hostkeycheck-fix' into 2.2-gsskex-hostkeycheck-fixAnselm Kruis
2017-08-04Merge branch '2.0-gsskex-hostkeycheck-fix' into 2.1-gsskex-hostkeycheck-fixAnselm Kruis
2017-08-04SSHClient: fix the host key testAnselm Kruis
2017-06-09Merge branch '2.1'Jeff Forcier
2017-06-09Merge branch '2.1' into 910-intJeff Forcier
2017-06-09Merge branch '2.0' into 2.1Jeff Forcier
2017-06-09Flake8/etc tweaks re #971 in 2.xJeff Forcier
2017-06-09Import from py3compat directly in test_clientMartin Packman
2017-06-09Merge branch '2.1'Jeff Forcier
2017-06-09Merge branch '2.0' into 2.1Jeff Forcier
2017-06-07tests for host key negotiation when there are multiplePierce Lopez
2017-06-07cleanup/simplify auth_timeout testsPierce Lopez
2017-06-06Merge branch 'master' into 869-intJeff Forcier
2017-06-06Failing test proving need for #857Jeff Forcier
2017-06-03Fixed encoding/decoding of the public key on the wireAlex Gaynor
2017-06-03integration test, with ourselvesAlex Gaynor
2017-06-02re-enable client cleanup test for python3Pierce Lopez
2017-01-24Merge branch '2.0' into 2.1Jeff Forcier
2017-01-24untie agian!james mike dupont
2016-12-23Added a test to check that the auth_timeout argument is passed through and ap...Tim Savage
2016-12-12Remove code re #398 from 2.0 branch, as it's feature workJeff Forcier