Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-03 | How do folks keep putting friggin numbers in the tests? | Jeff Forcier | |
Well, pkey was probably my fault as the patch has sat around for ages | |||
2019-06-21 | Merge branch 'master' into 1311-int | Jeff Forcier | |
2019-06-08 | flake8 now applied to tests, huzzah | Jeff Forcier | |
2019-06-08 | Clean up shitty old test names of form test_[9-0A-Z]+_.* | Jeff Forcier | |
2018-10-05 | Reformatted as proposed by travis.blacken | Anselm Kruis | |
2018-10-05 | Use k5test (if available) to execute GSSAPI related tests | Anselm Kruis | |
Previously testing of GSSAPI (Kerberos) related functions required an externally provided Kerberos environment. Therefore all GSSAPI tests were skipped. Now the package k5test is used to setup a self-contained Kerberos environment. Because k5test requires the new GSSAPI, this commit also merges pull request #1166 and fixes broken GSSAPI test. If k5test is not available (i.e. on Windows), the tests still get skipped. The test case test_kex_gss.test_2_gsskex_and_auth_rekey is expected to fail. | |||
2018-09-19 | Test the new and old Python GSSAPI packages | Hugh Cole-Baker | |
2018-08-22 | Bump black up to 18.6b4 | Jeff Forcier | |
2018-05-17 | Blacken Paramiko on 2.4 | Chris Rose | |
2017-10-23 | Import cleanup, mostly focused on s/tests/./ | Jeff Forcier | |
2017-05-31 | Even moar parentheses over backslashes | Jeff Forcier | |
2014-10-14 | Converted all staticmethod/classmethod instances to decorators. | Jacob Beck | |
2014-09-18 | Fix more dumb non-comment comments | Jeff Forcier | |
2014-09-08 | Clean up more of the unnecessary-IMHO headers | Jeff Forcier | |
2014-02-11 | GSS-API / SSPI authenticated Diffie-Hellman Key Exchange and user | Sebastian Deiss | |
authentication with Python 3 support Add Python 3 support for the GSS-API / SSPI authenticated Diffie-Hellman Key Exchange and user authentication. This patch supersedes pull request #250. |