summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix and changelog re #1283Jeff Forcier2018-09-181-1/+50
* Fix a pseudo-bug re: responding to MSG_UNIMPLEMENTED w/ itselfJeff Forcier2018-09-181-0/+25
* Throwing a bone to 2.0-2.3 python-2.6 supportJeff Forcier2018-09-172-2/+2
* Blacken 2.0 with black 18.6b4Jeff Forcier2018-09-1720-1166/+1452
* May have goofed up a cherry-pick earlier?Jeff Forcier2018-09-171-1/+1
* Mark known slow tests as 'slow' pytest marker, and skip them by defaultJeff Forcier2018-09-176-4/+13
* Try turning off session scope for sftp_server fixture.Jeff Forcier2018-09-171-1/+1
* Allow disabling loggingJeff Forcier2018-09-171-7/+10
* Better test dir cleanupJeff Forcier2018-09-171-10/+5
* Comment tweakJeff Forcier2018-09-171-1/+1
* Why were these +x?Jeff Forcier2018-09-172-0/+0
* Naturally, more tests I found that do not pass/fail correctly. Skip for nowJeff Forcier2018-09-171-12/+5
* Was missing another needs_gssapiJeff Forcier2018-09-171-0/+3
* Tidy up tempdir creation for now. FuckitJeff Forcier2018-09-171-10/+21
* Whoops, most uses of skipif REQUIRE reason=Jeff Forcier2018-09-171-1/+2
* Replace rest of unittest-style self-asserts in sftp testsJeff Forcier2018-09-171-41/+23
* Start overhauling regular SFTP suite.Jeff Forcier2018-09-173-311/+288
* Remove old Python 3.2 codeHugo2018-09-171-3/+1
* Tweak test-level logging format to include timestampsJeff Forcier2018-09-171-0/+11
* Scope SFTP client/server fixture to be session-level for nowJeff Forcier2018-09-171-1/+1
* Get big sftp tests passing w/ the sftp client + folder crap being a fixtureJeff Forcier2018-09-173-114/+131
* Get sftp-big tests apparently passing.Jeff Forcier2018-09-172-119/+78
* Import cleanup, mostly focused on s/tests/./Jeff Forcier2018-09-1719-100/+99
* Rename util func that trips pytest's default discovery.Jeff Forcier2018-09-177-53/+53
* Initial tests proving CVE-2018-7750 / #1175Jeff Forcier2018-03-121-2/+40
* Allow overriding test client connect kwargs in Transport test suiteJeff Forcier2018-03-121-3/+10
* Merge branch '2.0' into 1061-intJeff Forcier2017-09-121-0/+61
|\
| * SSHClient: fix the host key testAnselm Kruis2017-08-041-0/+61
* | AuthHandler: fix the server-mode "gssapi-with-mic" logicAnselm Kruis2017-08-041-7/+38
|/
* Flake8/etc tweaks re #971 in 2.xJeff Forcier2017-06-091-1/+1
* Allow any buffer type to be written to SFTPFileMartin Packman2017-06-091-0/+30
* Allow any buffer type to be sent to ChannelMartin Packman2017-06-091-0/+69
* Import from py3compat directly in test_clientMartin Packman2017-06-091-1/+1
* Allow any buffer type to written to BufferedFileMartin Packman2017-06-091-10/+47
* Add new skipUnlessBuiltin function for testingMartin Packman2017-06-091-0/+36
* Merge branch '2.0' into 952-intJeff Forcier2017-06-092-0/+37
|\
| * Hand-picked backport of #912, fixes #741Jeff Forcier2017-06-061-0/+28
| * test transport security options can be set to defaultsPierce Lopez2017-06-051-0/+9
* | re-enable client cleanup test for python3Pierce Lopez2017-06-021-8/+5
|/
* Test & impl for truly functional HostKeys.__delitem__Jeff Forcier2017-06-011-0/+12
* Remove unused value from demo/test.Jeff Forcier2017-06-011-3/+1
* Even moar parentheses over backslashesJeff Forcier2017-05-311-3/+5
* Additional house style formatting tweaks, mostly re: removal of line continua...Jeff Forcier2017-05-314-13/+20
* This is awful and I hate my lifeJeff Forcier2017-02-201-3/+6
* Test proving #853, fails on Python 3 but not 2Jeff Forcier2017-02-201-0/+6
* Avoid PacketizerTest.test_closed_3 to fail on platforms where errno.ETIMESofian Brabez2017-02-201-2/+6
* untie agian!james mike dupont2017-01-243-3/+3
* Remove code re #398 from 2.0 branch, as it's feature workJeff Forcier2016-12-121-45/+0
* Merge branch '1.18' into 2.0Jeff Forcier2016-12-051-1/+2
|\
| * Merge branch '1.17' into 1.18Jeff Forcier2016-12-051-1/+2
| |\