summaryrefslogtreecommitdiffhomepage
path: root/tests/test_client.py
AgeCommit message (Expand)Author
2017-06-09Import from py3compat directly in test_clientMartin Packman
2017-06-02re-enable client cleanup test for python3Pierce Lopez
2017-01-24untie agian!james mike dupont
2016-12-12Remove code re #398 from 2.0 branch, as it's feature workJeff Forcier
2016-12-05Merge branch '1.18' into 2.0Jeff Forcier
2016-12-05Support transmission of environment variablesPhilip Lorenz
2016-04-25Add support for ECDSA key sizes 384 and 521 alongside the existing 256.Alex Orange
2016-04-23Merge branch 'master' into switch-to-cryptographyAlex Gaynor
2016-04-23Add regression test protecting against an issue found in #394.Jeff Forcier
2016-04-23Set look_for_keys=False in client tests to avoid loading real user keys.Jeff Forcier
2015-12-04Merge branch 'master' into switch-to-cryptographyAlex Gaynor
2015-11-06Hacky cleanup of non-gc'd clients in a loopy test.Jeff Forcier
2015-11-04Merge branch 'master' into switch-to-cryptographyAlex Gaynor
2015-11-03Merge branch 'master' into 502-intJeff Forcier
2015-03-20Commit 838e02ab42 changed the type of the exec command string on python3Anselm Kruis
2014-12-18Merge branch 'master' into switch-to-cryptographyAlex Gaynor
2014-12-17Use modern api to check if event is set.Olle Lundberg
2014-10-01Skip the tests on PyPyAlex Gaynor
2014-09-302 is really enoughAlex Gaynor
2014-09-30Try removing some unused code?Alex Gaynor
2014-09-29try with one more GC, just to see if it reproducesAlex Gaynor
2014-09-18Merge branch 'master' into switch-to-cryptographyAlex Gaynor
2014-09-16Added a comment; used a keyword argument, added pypy to travisAlex Gaynor
2014-09-15Switched everything to use cryptographyAlex Gaynor
2014-09-10Merge branch 'master' into 216-intJeff Forcier
2014-09-08Merge branch 'master' into 362-intJeff Forcier
2014-09-08Merge branch 'master' into 373-intJeff Forcier
2014-09-07Convert SSHClient into a context managerMichael Williamson
2014-09-06Bah humbugJeff Forcier
2014-09-05Yup, that was indeed too fucking clever. Bad bitprophet!Jeff Forcier
2014-09-05Fix a Python 3 encoding dealieJeff Forcier
2014-09-05Forgot to actually implement allowed-keys/reverse testingJeff Forcier
2014-09-05Add a couple more permutationsJeff Forcier
2014-09-05Overhaul multi-key test to set up multiple scenariosJeff Forcier
2014-09-05Factor fingerprint data out of classJeff Forcier
2014-09-05More cleanup to support ECDSA key, and now it works!Jeff Forcier
2014-09-05Add RSA key fingerprint, now that test passesJeff Forcier
2014-09-05Set things up for cleaner test key tomfooleryJeff Forcier
2014-09-05Add an explicit RSA test, which fails (!)Jeff Forcier
2014-09-05Refactor horrible old copypastaJeff Forcier
2014-09-05Add a (failing :() test re: ECDSA private keysJeff Forcier
2014-08-15Document what is breaking in the client tests.Olle Lundberg
2014-08-14Use a shorter timeout in banner timeout test.Cory Benfield
2014-08-14Test banner timeout.Cory Benfield
2014-03-07Fix import * and a bunch of PEP8 formattingScott Maxwell
2014-03-07Skip failing test on Py3Jeff Forcier
2014-01-16Fix new test for Py3 and start server in tests instead of in setUp so we can ...Scott Maxwell
2014-01-16Merge remote-tracking branch 'master/master' into py3-support-without-py25Scott Maxwell
2014-01-08Saner (to me) positive assertionJeff Forcier
2014-01-08Small refactorJeff Forcier