summaryrefslogtreecommitdiffhomepage
path: root/tests
AgeCommit message (Expand)Author
2013-11-19Remove `from __future__ import with_statement`Scott Maxwell
2013-11-19Remove unnecessary vars for openScott Maxwell
2013-11-19Use 'with' for opening most file and SFTPFIle objectsScott Maxwell
2013-11-19Remove eval that was required for Py25 supportScott Maxwell
2013-11-19Change all exceptions to modern format (not Py2.5 compatible)Scott Maxwell
2013-11-19Change conditional from PY3 to PY2 to be better prepared for a possible Py4.Scott Maxwell
2013-11-02Fix message to handle long properly, even on Py3Scott Maxwell
2013-11-02Fix some deprecation and resource warningsScott Maxwell
2013-11-02Make sftp.open handle binary and text, more type conversionScott Maxwell
2013-11-01Changes inspired by the nischu7 branchScott Maxwell
2013-11-01Have to use u'' format in test_sftp so this test won't run on Py3.2 unless we...Scott Maxwell
2013-11-01Fixes for Python 2.5 and Python 3.2 supportScott Maxwell
2013-11-01Eliminate all uses of b'' syntax to allow for Python 2.5 supportScott Maxwell
2013-10-31More type fixesScott Maxwell
2013-10-31Fixes for test_sftpScott Maxwell
2013-10-31More type conversionScott Maxwell
2013-10-31More type fixupsScott Maxwell
2013-10-31Setup so we can run test_sftp_big independentlyScott Maxwell
2013-10-31Fix bytes/str type in more placesScott Maxwell
2013-10-30Convert and detect types properly, use helper constants, use StringIO and rangeScott Maxwell
2013-10-30Fix message sendingScott Maxwell
2013-10-30Fix dict iters, sorts, exceptions, bytes renames and tuple argsScott Maxwell
2013-10-30Use test_path to avoid relative path issuesScott Maxwell
2013-10-30Fix importsScott Maxwell
2013-10-30Add Py3.2 and Py3.3 to travisScott Maxwell
2013-09-27Merge branch '1.11'Jeff Forcier
2013-09-27Merge branch '1.9' into 1.10Jeff Forcier
2013-09-27Merge branch '1.8' into 1.9Jeff Forcier
2013-09-27Fixed a typo in the license header of most filesJeff Forcier
2013-09-27Merge branch '152-int' into 152-real-intJeff Forcier
2013-09-27Fix #179 - missing host variable in fqdn evaluationJeff Forcier
2013-03-25Introduce ECDSAEthan Glasser-Camp
2013-03-04Adding test capturing desired behavior and demonstrating issue #142.Jason R. Coombs
2013-03-04Delint test_sftp (remove unused imports and unused variables, remove excess w...Jason R. Coombs
2013-02-28Fix broken test.Olle Lundberg
2013-02-28Add tests for identityfile parsing.Olle Lundberg
2013-02-28Whitespace fixes.Olle Lundberg
2013-02-28Add tests for proxycommand parsing.Olle Lundberg
2013-02-28Add test for host negation.Olle Lundberg
2013-02-28Updated tests for new ssh config format.Olle Lundberg
2013-01-05Replace useless version check with import from __future__Michael Williamson
2013-01-05Verify Python version >= 2.6 before running context manager testMichael Williamson
2013-01-04Turn SFTPFile into a context managerMichael Williamson
2012-11-05Implement (& test for) ProxyCommand interpolation.Jeff Forcier
2012-11-05Add failing test(s) re ProxyCommand config parsingJeff Forcier
2012-10-15Refactoring: it's a thing. Re #85Jeff Forcier
2012-10-15Only override unittest assertions when absolutely necessary.Jeff Forcier
2012-09-25Fix module import in testsJeff Forcier
2012-09-24Fixes to failing-test teardowns to avoid more exceptions or hangsJeff Forcier
2012-09-24Handle/fix handling of EINTR errors in a few places.Douglas Turk