summaryrefslogtreecommitdiff
path: root/tests/test_sftp.py
Commit message (Expand)AuthorAgeFilesLines
* Some additional badly named tests that I guess weren't in master?Jeff Forcier2019-06-081-1/+1
* flake8 now applied to tests, huzzahJeff Forcier2019-06-081-29/+26
* Clean up shitty old test names of form test_[9-0A-Z]+_.*Jeff Forcier2019-06-081-31/+31
* Bump black up to 18.6b4Jeff Forcier2018-08-221-1/+0
* Blacken under black 18.5b0Jeff Forcier2018-05-291-3/+3
* Blacken Paramiko on 2.4Chris Rose2018-05-171-236/+259
* Mark known slow tests as 'slow' pytest marker, and skip them by defaultJeff Forcier2017-10-251-1/+2
* Why were these +x?Jeff Forcier2017-10-231-0/+0
* Naturally, more tests I found that do not pass/fail correctly. Skip for nowJeff Forcier2017-10-231-12/+5
* Replace rest of unittest-style self-asserts in sftp testsJeff Forcier2017-10-231-46/+26
* Start overhauling regular SFTP suite.Jeff Forcier2017-10-231-270/+231
* Get big sftp tests passing w/ the sftp client + folder crap being a fixtureJeff Forcier2017-10-231-32/+3
* Get sftp-big tests apparently passing.Jeff Forcier2017-10-231-56/+32
* Import cleanup, mostly focused on s/tests/./Jeff Forcier2017-10-231-7/+9
* Rename util func that trips pytest's default discovery.Jeff Forcier2017-10-231-2/+2
* Remove old Python 3.2 codeHugo2017-10-141-3/+1
* Merge branch '2.1'Jeff Forcier2017-06-091-0/+30
|\
| * Allow any buffer type to be written to SFTPFileMartin Packman2017-06-091-0/+30
* | Merge branch 'master' into 471-intJeff Forcier2017-06-061-4/+11
|\ \ | |/
| * untie agian!james mike dupont2017-01-241-1/+1
| * Merge branch '1.16'Jeff Forcier2016-04-231-2/+2
| |\
| | * Merge branch '1.15' into 1.16Jeff Forcier2016-04-231-2/+2
| | |\
| | | * Update existing test to prove #632Jeff Forcier2016-04-231-2/+2
| * | | Merge branch 'master' of github.com:paramiko/paramikoAdam Meily2015-12-171-1/+7
| |\ \ \ | | |/ /
| | * | Merge branch 'master' into 562-intJeff Forcier2015-11-041-0/+5
| | |\ \ | | | |/
| | | * Merge branch '1.14' into 1.15Jeff Forcier2015-11-021-0/+5
| | | |\
| | | | * Added test for str() of empty SFTPAttributes()Ulrich Petri2015-11-021-0/+5
| | * | | prefetch now requires file_size to be passed in as a parameterTorkil Gustavsen2015-07-231-1/+2
| | |/ /
| * | | add unit tests for file-like object methods and update changelog and docsAdam Meily2015-09-241-0/+1
| |/ /
* | | Add IOError in posix-rename@openssh.com test for python 2 support.Mika Pflüger2015-02-011-1/+1
* | | Add test for posix-rename@openssh.com extension for SFTP clientMika Pflüger2015-01-061-0/+33
|/ /
* | Converted all staticmethod/classmethod instances to decorators.Jacob Beck2014-10-141-4/+3
* | A herp and a derp (and an import shuffle)Jeff Forcier2014-09-181-3/+4
* | Clean up & tweak failing sftp closure test216-intJeff Forcier2014-09-181-9/+4
* | Remove TODOMichael Williamson2014-09-071-1/+0
* | Fix error on Python 2.5Michael Williamson2014-09-071-1/+1
* | Convert SFTPClient to a context managerMichael Williamson2014-09-071-0/+21
* | Add quick test re #131Jeff Forcier2014-09-051-0/+20
* | 80-col tweaksJeff Forcier2014-09-051-2/+2
|/
* Fix some trailing whitespaceJeff Forcier2014-04-241-2/+2
* Merge updated a01e449 from al-tonioJeff Forcier2014-04-241-1/+30
* BufferedFile.read() now returns byte strings instead of text stringsAntoine Brenner2014-04-171-5/+5
* Merge branch '1.12' into 1.13Jeff Forcier2014-04-161-0/+17
|\
| * Fix logging error in sftp_client for filenames containing the character.Jeff Forcier2014-04-161-0/+23
* | Fix import * and a bunch of PEP8 formattingScott Maxwell2014-03-071-1/+4
* | Start in on star import eradicationJeff Forcier2014-03-071-1/+2
* | 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-191-1/+1
* | Remove `from __future__ import with_statement`Scott Maxwell2013-11-191-2/+0
* | Remove unnecessary vars for openScott Maxwell2013-11-191-17/+9