summaryrefslogtreecommitdiffhomepage
path: root/tests/test_sftp.py
AgeCommit message (Expand)Author
2023-05-05Migrate rest of main keys and update suite to be more pytest-relaxed compatJeff Forcier
2023-01-27Just change a faux-misspelt surname in an example text snippetJeff Forcier
2023-01-24[DATALAD RUNCMD] Run codespell -wYaroslav Halchenko
2023-01-16No more (object)ionsJeff Forcier
2023-01-16s/%/fstrings/gJeff Forcier
2023-01-11Missed a spot re: b,u helpers now in utilJeff Forcier
2023-01-11No idea when self.fail worked or didn't. old code is old?Jeff Forcier
2023-01-11Import shuffleJeff Forcier
2023-01-09Remove py3compat.PY2, including related streamliningJeff Forcier
2023-01-09Update StringIOJeff Forcier
2022-06-03Merge branch '2.10' into 2.11Jeff Forcier
2022-06-03sftp tests: Replace unittest partsStanislav Levin
2022-03-15Fix Free Software Foundation addressPaul Howarth
2021-11-28Blacken code for #992Jeff Forcier
2021-11-28Cleanup re #992Jeff Forcier
2021-11-28Fix failure in listdir when server uses a localeMartin Packman
2021-06-06BlackenJeff Forcier
2021-04-30Fixup readability: Add Test for get() without using prefetchTim Stolarski
2021-04-28Add Test fpr get() without using prefetchTim Stolarski
2019-06-08Some additional badly named tests that I guess weren't in master?Jeff Forcier
2019-06-08flake8 now applied to tests, huzzahJeff Forcier
2019-06-08Clean up shitty old test names of form test_[9-0A-Z]+_.*Jeff Forcier
2018-08-22Bump black up to 18.6b4Jeff Forcier
2018-05-29Blacken under black 18.5b0Jeff Forcier
2018-05-17Blacken Paramiko on 2.4Chris Rose
2017-10-25Mark known slow tests as 'slow' pytest marker, and skip them by defaultJeff Forcier
2017-10-23Why were these +x?Jeff Forcier
2017-10-23Naturally, more tests I found that do not pass/fail correctly. Skip for nowJeff Forcier
2017-10-23Replace rest of unittest-style self-asserts in sftp testsJeff Forcier
2017-10-23Start overhauling regular SFTP suite.Jeff Forcier
2017-10-23Get big sftp tests passing w/ the sftp client + folder crap being a fixtureJeff Forcier
2017-10-23Get sftp-big tests apparently passing.Jeff Forcier
2017-10-23Import cleanup, mostly focused on s/tests/./Jeff Forcier
2017-10-23Rename util func that trips pytest's default discovery.Jeff Forcier
2017-10-14Remove old Python 3.2 codeHugo
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