summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix import * and a bunch of PEP8 formattingScott Maxwell2014-03-0712-35/+36
* Start in on star import eradicationJeff Forcier2014-03-078-8/+9
* Skip failing test on Py3Jeff Forcier2014-03-071-0/+5
* Fix new test for Py3 and start server in tests instead of in setUp so we can ...Scott Maxwell2014-01-161-9/+10
* Merge remote-tracking branch 'master/master' into py3-support-without-py25Scott Maxwell2014-01-161-2/+29
|\
| * Merge branch '1.11' into 1.12Jeff Forcier2014-01-081-1/+30
| |\
| | * Saner (to me) positive assertionJeff Forcier2014-01-081-1/+4
| | * Small refactorJeff Forcier2014-01-081-3/+5
| | * No need for 'self.tc' within a single test :)Jeff Forcier2014-01-081-6/+6
| | * Add a testcase for client.save_host_keys.Martin Blumenstingl2014-01-081-1/+25
* | | Add getcwd testScott Maxwell2014-01-161-2/+21
* | | Remove byte conversions and unhexlify calls that we only needed for Py2.5 sup...Scott Maxwell2013-11-1910-74/+72
* | | Remove `from __future__ import with_statement`Scott Maxwell2013-11-191-2/+0
* | | Remove unnecessary vars for openScott Maxwell2013-11-191-17/+9
* | | Use 'with' for opening most file and SFTPFIle objectsScott Maxwell2013-11-194-311/+259
* | | Remove eval that was required for Py25 supportScott Maxwell2013-11-191-1/+3
* | | Change all exceptions to modern format (not Py2.5 compatible)Scott Maxwell2013-11-193-33/+17
* | | Change conditional from PY3 to PY2 to be better prepared for a possible Py4.Scott Maxwell2013-11-192-3/+3
* | | Fix message to handle long properly, even on Py3Scott Maxwell2013-11-021-1/+1
* | | Fix some deprecation and resource warningsScott Maxwell2013-11-0213-328/+329
* | | Make sftp.open handle binary and text, more type conversionScott Maxwell2013-11-024-29/+33
* | | Changes inspired by the nischu7 branchScott Maxwell2013-11-014-11/+17
* | | Have to use u'' format in test_sftp so this test won't run on Py3.2 unless we...Scott Maxwell2013-11-011-1/+1
* | | Fixes for Python 2.5 and Python 3.2 supportScott Maxwell2013-11-016-17/+12
* | | Eliminate all uses of b'' syntax to allow for Python 2.5 supportScott Maxwell2013-11-014-32/+13
* | | More type fixesScott Maxwell2013-10-311-6/+6
* | | Fixes for test_sftpScott Maxwell2013-10-311-34/+38
* | | More type conversionScott Maxwell2013-10-313-9/+11
* | | More type fixupsScott Maxwell2013-10-311-2/+2
* | | Setup so we can run test_sftp_big independentlyScott Maxwell2013-10-311-0/+7
* | | Fix bytes/str type in more placesScott Maxwell2013-10-316-81/+104
* | | Convert and detect types properly, use helper constants, use StringIO and rangeScott Maxwell2013-10-309-58/+72
* | | Fix message sendingScott Maxwell2013-10-3010-71/+82
* | | Fix dict iters, sorts, exceptions, bytes renames and tuple argsScott Maxwell2013-10-303-23/+39
* | | Use test_path to avoid relative path issuesScott Maxwell2013-10-305-17/+23
* | | Fix importsScott Maxwell2013-10-3014-16/+26
* | | Add Py3.2 and Py3.3 to travisScott Maxwell2013-10-301-0/+0
|/ /
* | Merge branch '1.11'Jeff Forcier2013-09-2715-15/+15
|\ \ | |/
| * Merge branch '1.9' into 1.10Jeff Forcier2013-09-2715-15/+15
| |\
| | * Merge branch '1.8' into 1.9Jeff Forcier2013-09-2715-15/+15
| | |\
| | | * Fixed a typo in the license header of most filesJeff Forcier2013-09-2715-15/+15
* | | | Merge branch '152-int' into 152-real-intJeff Forcier2013-09-273-2/+75
|\ \ \ \ | |/ / / |/| | |
| * | | Introduce ECDSAEthan Glasser-Camp2013-03-253-2/+75
* | | | Fix #179 - missing host variable in fqdn evaluationJeff Forcier2013-09-271-0/+11
* | | | Adding test capturing desired behavior and demonstrating issue #142.Jason R. Coombs2013-03-041-0/+14
* | | | Delint test_sftp (remove unused imports and unused variables, remove excess w...Jason R. Coombs2013-03-041-13/+7
|/ / /
* | | Fix broken test.Olle Lundberg2013-02-281-4/+4
* | | Add tests for identityfile parsing.Olle Lundberg2013-02-281-1/+30
* | | Whitespace fixes.Olle Lundberg2013-02-281-1/+3
* | | Add tests for proxycommand parsing.Olle Lundberg2013-02-281-0/+27