summaryrefslogtreecommitdiffhomepage
path: root/tests/test_sftp.py
AgeCommit message (Expand)Author
2018-09-17Blacken, 2.2 editionJeff Forcier
2018-09-17Test-level fixes for pytest & friends, 2.2 editionJeff Forcier
2018-09-17Merge branch '2.1' into 2.2Jeff Forcier
2018-09-17Blacken 2.0 with black 18.6b4Jeff Forcier
2018-09-17May have goofed up a cherry-pick earlier?Jeff Forcier
2018-09-17Mark known slow tests as 'slow' pytest marker, and skip them by defaultJeff Forcier
2018-09-17Why were these +x?Jeff Forcier
2018-09-17Naturally, more tests I found that do not pass/fail correctly. Skip for nowJeff Forcier
2018-09-17Replace rest of unittest-style self-asserts in sftp testsJeff Forcier
2018-09-17Start overhauling regular SFTP suite.Jeff Forcier
2018-09-17Remove old Python 3.2 codeHugo
2018-09-17Get big sftp tests passing w/ the sftp client + folder crap being a fixtureJeff Forcier
2018-09-17Get sftp-big tests apparently passing.Jeff Forcier
2018-09-17Import cleanup, mostly focused on s/tests/./Jeff Forcier
2018-09-17Rename util func that trips pytest's default discovery.Jeff Forcier
2017-06-09Merge branch '2.1'Jeff Forcier
2017-06-09Allow any buffer type to be written to SFTPFileMartin Packman
2017-06-06Merge branch 'master' into 471-intJeff Forcier
2017-01-24untie agian!james mike dupont
2016-04-23Merge branch '1.16'Jeff Forcier
2016-04-23Merge branch '1.15' into 1.16Jeff Forcier
2016-04-23Update existing test to prove #632Jeff Forcier
2015-12-17Merge branch 'master' of github.com:paramiko/paramikoAdam Meily
2015-11-04Merge branch 'master' into 562-intJeff Forcier
2015-11-02Merge branch '1.14' into 1.15Jeff Forcier
2015-11-02Added test for str() of empty SFTPAttributes()Ulrich Petri
2015-09-24add unit tests for file-like object methods and update changelog and docsAdam Meily
2015-07-23prefetch now requires file_size to be passed in as a parameterTorkil Gustavsen
2015-02-01Add IOError in posix-rename@openssh.com test for python 2 support.Mika Pflüger
2015-01-06Add test for posix-rename@openssh.com extension for SFTP clientMika Pflüger
2014-10-14Converted all staticmethod/classmethod instances to decorators.Jacob Beck
2014-09-18A herp and a derp (and an import shuffle)Jeff Forcier
2014-09-18Clean up & tweak failing sftp closure testJeff Forcier
2014-09-07Remove TODOMichael Williamson
2014-09-07Fix error on Python 2.5Michael Williamson
2014-09-07Convert SFTPClient to a context managerMichael Williamson
2014-09-05Add quick test re #131Jeff Forcier
2014-09-0580-col tweaksJeff Forcier
2014-04-24Fix some trailing whitespaceJeff Forcier
2014-04-24Merge updated a01e449 from al-tonioJeff Forcier
2014-04-17BufferedFile.read() now returns byte strings instead of text stringsAntoine Brenner
2014-04-16Merge branch '1.12' into 1.13Jeff Forcier
2014-04-16Fix logging error in sftp_client for filenames containing the character.Jeff Forcier
2014-03-07Fix import * and a bunch of PEP8 formattingScott Maxwell
2014-03-07Start in on star import eradicationJeff Forcier
2014-01-16Add getcwd testScott Maxwell
2013-11-19Remove byte conversions and unhexlify calls that we only needed for Py2.5 sup...Scott Maxwell
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